diff options
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r-- | mail/mail-account-gui.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index 557bc49817..ba1af94bc0 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -225,7 +225,8 @@ source_type_changed (GtkWidget *widget, gpointer user_data) if (!dwidget) dwidget = GTK_WIDGET (gui->source.path); - if (!strcmp (provider->protocol, "mbox")) { + if (!strcmp (provider->protocol, "mbox") + || !strcmp(provider->protocol, "spool")) { char *path; if (getenv ("MAIL")) |