aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-account-gui.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-06-12 22:32:13 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-06-12 22:32:13 +0800
commit0d6e9d6a8de480714d53636f04847944e23eee77 (patch)
tree97f0a15c77727bff1a01304ae8232c162ae273fe /mail/mail-account-gui.c
parentf14e85f771600855dedae6d29301d656ea86185b (diff)
downloadgsoc2013-evolution-0d6e9d6a8de480714d53636f04847944e23eee77.tar
gsoc2013-evolution-0d6e9d6a8de480714d53636f04847944e23eee77.tar.gz
gsoc2013-evolution-0d6e9d6a8de480714d53636f04847944e23eee77.tar.bz2
gsoc2013-evolution-0d6e9d6a8de480714d53636f04847944e23eee77.tar.lz
gsoc2013-evolution-0d6e9d6a8de480714d53636f04847944e23eee77.tar.xz
gsoc2013-evolution-0d6e9d6a8de480714d53636f04847944e23eee77.tar.zst
gsoc2013-evolution-0d6e9d6a8de480714d53636f04847944e23eee77.zip
Setup default spool location same as for mbox mail retrieval.
2001-06-12 Not Zed <NotZed@Ximian.com> * mail-account-gui.c (source_type_changed): Setup default spool location same as for mbox mail retrieval. svn path=/trunk/; revision=10199
Diffstat (limited to 'mail/mail-account-gui.c')
-rw-r--r--mail/mail-account-gui.c3
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"))