aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-09 10:51:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-09 10:51:22 +0800
commit210c0386a9d86c229c6283b349fb92d13b08baed (patch)
tree8ef50847b82d75733eca418a4efe2b431fbe07c4 /mail/ChangeLog
parentffaad625fc8d2c14e41d4bb70352ee4a57ddf52e (diff)
downloadgsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar
gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar.gz
gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar.bz2
gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar.lz
gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar.xz
gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.tar.zst
gsoc2013-evolution-210c0386a9d86c229c6283b349fb92d13b08baed.zip
New location for this function.
2001-02-08 Jeffrey Stedfast <fejj@ximian.com> * mail-callbacks.c (mail_generate_reply): New location for this function. * mail-format.c: Removed mail_generate_reply as it's ONLY ever used in mail-callbacks.c. * mail-ops.c (fetch_mail_fetch): Reworked some keep-mail-on-server logic so that we ALWAYS look for a cached array of UIDs that we may have downloaded previously so as not to download them again even if we will be deleting them off the server. This fixes bug #1344. svn path=/trunk/; revision=8137
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 55038648cb..ff8ee843e7 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2001-02-08 Jeffrey Stedfast <fejj@ximian.com>
+ * mail-callbacks.c (mail_generate_reply): New location for this
+ function.
+
+ * mail-format.c: Removed mail_generate_reply as it's ONLY ever
+ used in mail-callbacks.c.
+
* mail-ops.c (fetch_mail_fetch): Reworked some keep-mail-on-server
logic so that we ALWAYS look for a cached array of UIDs that we
may have downloaded previously so as not to download them again