diff options
Diffstat (limited to 'mail/message-list.c')
-rw-r--r-- | mail/message-list.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/message-list.c b/mail/message-list.c index fe3147f70e..17364a43a6 100644 --- a/mail/message-list.c +++ b/mail/message-list.c @@ -2958,6 +2958,8 @@ message_list_hide_uids (MessageList *ml, GPtrArray *uids) } } MESSAGE_LIST_UNLOCK (ml, hide_lock); + /* save this here incase the user pops up another window, so they are consistent */ + save_hide_state(ml); mail_regen_list (ml, ml->search, NULL, NULL); break; } @@ -2984,6 +2986,8 @@ message_list_hide_clear (MessageList *ml) ml->thread_tree = NULL; } + /* save this here incase the user pops up another window, so they are consistent */ + save_hide_state(ml); mail_regen_list (ml, ml->search, NULL, NULL); } |