diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-06-20 04:39:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-06-20 04:39:12 +0800 |
commit | 8a7a3f7770d9770d87b06a5641b28796efb02621 (patch) | |
tree | 772a331c5739ccabce5901767ef779cdfe7491dc /mail/ChangeLog | |
parent | 2012e35e52d580a20649c5a762465681274abd31 (diff) | |
download | gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar.gz gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar.zst gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.zip |
#include "folder-browser-factory.h"
2001-06-19 Jeffrey Stedfast <fejj@ximian.com>
* mail-display.c: #include "folder-browser-factory.h"
* component-factory.c (mail_remove_storage): New function to
remove an EvolutionStorage.
* mail-accounts.c (mail_delete): Remove the storage from the
folder-tree.
(news_delete): Same.
svn path=/trunk/; revision=10304
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 149d88cb3a..a28c8d787e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,16 @@ 2001-06-19 Jeffrey Stedfast <fejj@ximian.com> + * mail-display.c: #include "folder-browser-factory.h" + + * component-factory.c (mail_remove_storage): New function to + remove an EvolutionStorage. + + * mail-accounts.c (mail_delete): Remove the storage from the + folder-tree. + (news_delete): Same. + +2001-06-19 Jeffrey Stedfast <fejj@ximian.com> + * component-factory.c (destination_folder_handle_drop): Accept text/uri-list mime types - this allows us to drag messages from Nautilus into an Evolution folder. |