aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-08-09 08:13:32 +0800
committerDan Winship <danw@src.gnome.org>2000-08-09 08:13:32 +0800
commit01f333dee52a481a633858ef563dab221f01b945 (patch)
tree6ba50d0bd008d267aab42b39edce31d253eb41a6 /mail/ChangeLog
parent234e613bc3293628516fc38ad6e695b02a8b11a4 (diff)
downloadgsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.tar
gsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.tar.gz
gsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.tar.bz2
gsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.tar.lz
gsoc2013-evolution-01f333dee52a481a633858ef563dab221f01b945.tar.xz
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/ChangeLog')
-rw-r--r--mail/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 1175d1a6de..da283d361e 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,16 @@
2000-08-08 Dan Winship <danw@helixcode.com>
+ * 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.
+
* mail-crypto.c, mail-format.c, message-thread.c: Fix some
compiler warnings.