diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-07 00:48:42 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-07 00:48:42 +0800 |
commit | 7ebb69efa28ff4274bf1f0b3aeba8d271c6c1d09 (patch) | |
tree | 6d725dc43a6b29b0a110c460885b9915c8cfdcf3 /mail/ChangeLog | |
parent | 2b450081f656a1fc7ab986ed1746c90003a9809e (diff) | |
download | gsoc2013-evolution-7ebb69efa28ff4274bf1f0b3aeba8d271c6c1d09.tar.gz gsoc2013-evolution-7ebb69efa28ff4274bf1f0b3aeba8d271c6c1d09.tar.zst gsoc2013-evolution-7ebb69efa28ff4274bf1f0b3aeba8d271c6c1d09.zip |
Yuck. Special case whether or not we want to expunge all the trash folders
2001-08-06 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (empty_trash): Yuck. Special case whether or
not we want to expunge all the trash folders syncronously or
asyncronously based on whether or not we are doing Empty-On-Exit
or emptying trash by user request respectively.
svn path=/trunk/; revision=11701
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c502ff40f9..96af73c18a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2001-08-06 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (empty_trash): Yuck. Special case whether or + not we want to expunge all the trash folders syncronously or + asyncronously based on whether or not we are doing Empty-On-Exit + or emptying trash by user request respectively. + 2001-08-06 Jason Leach <jleach@ximian.com> * mail-folder-cache.c (make_folder_name): Removed this function, |