aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2001-02-23 07:25:40 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-02-23 07:25:40 +0800
commit0af3e545203107534c7dac6dae0c8f7a009a7fe3 (patch)
tree9caa87a5a4a57f221b99d30ab4321e7d644d1d9e /mail/ChangeLog
parent7cf1665ab87b3791549a2530687638da9a0d1135 (diff)
downloadgsoc2013-evolution-0af3e545203107534c7dac6dae0c8f7a009a7fe3.tar
gsoc2013-evolution-0af3e545203107534c7dac6dae0c8f7a009a7fe3.tar.gz
gsoc2013-evolution-0af3e545203107534c7dac6dae0c8f7a009a7fe3.tar.bz2
gsoc2013-evolution-0af3e545203107534c7dac6dae0c8f7a009a7fe3.tar.lz
gsoc2013-evolution-0af3e545203107534c7dac6dae0c8f7a009a7fe3.tar.xz
gsoc2013-evolution-0af3e545203107534c7dac6dae0c8f7a009a7fe3.tar.zst
gsoc2013-evolution-0af3e545203107534c7dac6dae0c8f7a009a7fe3.zip
Only allow downloading if the source is enabled at this time.
2001-02-23 Not Zed <NotZed@Ximian.com> * mail-send-recv.c (build_dialogue): Only allow downloading if the source is enabled at this time. (mail_autoreceive_setup): Check for enabled sources before setting up autodownload. * mail-vtrash.c (get_trash_free): Free store if we have it. (get_trash_got): Move vtrash add into here, so we execute in the right thread. svn path=/trunk/; revision=8354
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 08b4a4be9b..4863495dac 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2001-02-23 Not Zed <NotZed@Ximian.com>
+
+ * mail-send-recv.c (build_dialogue): Only allow downloading if the
+ source is enabled at this time.
+ (mail_autoreceive_setup): Check for enabled sources before setting
+ up autodownload.
+
2001-02-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-accounts.c (construct): Construct the PGP Path
@@ -15,6 +22,9 @@
* mail-vtrash.c (get_trash_get): Setup the operation registration,
and create a pseudo "start/stop" operation.
+ (get_trash_free): Free store if we have it.
+ (get_trash_got): Move vtrash add into here, so we execute in the
+ right thread.
* component-factory.c (owner_set_cb): Make trash creation async.