diff options
Diffstat (limited to 'widgets')
-rw-r--r-- | widgets/account.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/widgets/account.go b/widgets/account.go index 1921dbd..72874b0 100644 --- a/widgets/account.go +++ b/widgets/account.go @@ -185,6 +185,8 @@ func (acct *AccountView) onMessage(msg types.WorkerMessage) { } else { acct.msglist.SetStore(nil) } + case *types.CreateDirectory: + acct.dirlist.UpdateList(nil) } case *types.DirectoryInfo: if store, ok := acct.msgStores[msg.Name]; ok { |