diff options
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r-- | mail/mail-local.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c index 5fd6dab667..574cb981c8 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -999,6 +999,9 @@ reconfigure_clicked(GnomeDialog *d, int button, struct _reconfigure_msg *m) int type; char *types[] = { "mbox", "maildir", "mh" }; + /* hack to clear the message list during update */ + message_list_set_folder(m->fb->message_list, NULL); + menu = (GtkMenu *)gtk_option_menu_get_menu(m->optionlist); type = g_list_index(GTK_MENU_SHELL(menu)->children, gtk_menu_get_active(menu)); if (type < 0 || type > 2) |