aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-07-24 13:23:53 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-07-24 13:23:53 +0800
commit8c88d15dd503cab462365de378604fb83fd8a295 (patch)
tree72335052a2f9aa2c92362abc9d2fea5584c8608b /mail/ChangeLog
parent975b2f33f985cb9f57c8fc19b481de6a147cb49e (diff)
downloadgsoc2013-evolution-8c88d15dd503cab462365de378604fb83fd8a295.tar
gsoc2013-evolution-8c88d15dd503cab462365de378604fb83fd8a295.tar.gz
gsoc2013-evolution-8c88d15dd503cab462365de378604fb83fd8a295.tar.bz2
gsoc2013-evolution-8c88d15dd503cab462365de378604fb83fd8a295.tar.lz
gsoc2013-evolution-8c88d15dd503cab462365de378604fb83fd8a295.tar.xz
gsoc2013-evolution-8c88d15dd503cab462365de378604fb83fd8a295.tar.zst
gsoc2013-evolution-8c88d15dd503cab462365de378604fb83fd8a295.zip
Initialise the standard uri's before doing anything else.
2002-07-24 Not Zed <NotZed@Ximian.com> * component-factory.c (owner_set_cb): Initialise the standard uri's before doing anything else. * mail-vfolder.c (uri_is_ignore): Return true if the uri is any sent, drafts or outbox folder uri. (mail_vfolder_add_uri): Dont automagically add any sent/outbox/drafts folder with "local" or "remote" etc rules, only add sent folders if explictly listed as folder rules. Maintain the remote/local folders list accordingly. (vfolder_adduri_do): dont check against sent_folder, drafts_folder or outbox_folder, this is checked by above code. For #14863. svn path=/trunk/; revision=17564
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 6fd070c5bb..c3ec3dbb33 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -11,6 +11,18 @@
2002-07-24 Not Zed <NotZed@Ximian.com>
+ * component-factory.c (owner_set_cb): Initialise the standard
+ uri's before doing anything else.
+
+ * mail-vfolder.c (uri_is_ignore): Return true if the uri is any
+ sent, drafts or outbox folder uri.
+ (mail_vfolder_add_uri): Dont automagically add any
+ sent/outbox/drafts folder with "local" or "remote" etc rules, only
+ add sent folders if explictly listed as folder rules. Maintain
+ the remote/local folders list accordingly.
+ (vfolder_adduri_do): dont check against sent_folder, drafts_folder
+ or outbox_folder, this is checked by above code. For #14863.
+
* mail-display.c (drag_data_delete_cb): use uri_list before we set
"uri-list" to NULL, which will automagically free it for us, so
dont free it either. Found with vagrind.