From 01f333dee52a481a633858ef563dab221f01b945 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 9 Aug 2000 00:13:32 +0000 Subject: 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 --- mail/ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'mail/ChangeLog') 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 + * 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. -- cgit v1.2.3