diff options
author | Dan Winship <danw@src.gnome.org> | 2000-08-09 08:13:32 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-08-09 08:13:32 +0800 |
commit | 01f333dee52a481a633858ef563dab221f01b945 (patch) | |
tree | 6ba50d0bd008d267aab42b39edce31d253eb41a6 /mail/mail-config.h | |
parent | 234e613bc3293628516fc38ad6e695b02a8b11a4 (diff) | |
download | gsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.tar.gz gsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.tar.zst gsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.zip |
Add "Don't delete messages from server" button to remote SOURCEs that
* mail-config-gui.c: Add "Don't delete messages from server"
button to remote SOURCEs that aren't STORAGEs (ie, POP).
(provider_list): Only list SOURCEs. (ie, not mh)
* mail-config.c: Save/load "keep_on_server" flag.
* mail-ops.c (fetch_remote_mail): New function, split out of
real_fetch_mail. Deals with copying mail from a remote server into
a temporary mbox, possibly using a CamelUIDCache to leave the
messages on the server.
svn path=/trunk/; revision=4617
Diffstat (limited to 'mail/mail-config.h')
-rw-r--r-- | mail/mail-config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail-config.h b/mail/mail-config.h index 8e8c641d66..033bf18337 100644 --- a/mail/mail-config.h +++ b/mail/mail-config.h @@ -34,6 +34,7 @@ typedef struct typedef struct { gchar *url; + gboolean keep_on_server; } MailConfigService; typedef struct |