aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-03-04 11:15:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-03-04 11:15:21 +0800
commit65d329aa11b37ca3fad9c76db0c8fa92ae451800 (patch)
tree4fcf4adc9b94f20470f48baccdc719d7c8627243 /composer/ChangeLog
parent9b6b99d33db08122c8bd039f15f197c5ae7cb5d1 (diff)
downloadgsoc2013-evolution-65d329aa11b37ca3fad9c76db0c8fa92ae451800.tar
gsoc2013-evolution-65d329aa11b37ca3fad9c76db0c8fa92ae451800.tar.gz
gsoc2013-evolution-65d329aa11b37ca3fad9c76db0c8fa92ae451800.tar.bz2
gsoc2013-evolution-65d329aa11b37ca3fad9c76db0c8fa92ae451800.tar.lz
gsoc2013-evolution-65d329aa11b37ca3fad9c76db0c8fa92ae451800.tar.xz
gsoc2013-evolution-65d329aa11b37ca3fad9c76db0c8fa92ae451800.tar.zst
gsoc2013-evolution-65d329aa11b37ca3fad9c76db0c8fa92ae451800.zip
** See bug #66592
2005-03-03 Not Zed <NotZed@Ximian.com> ** See bug #66592 * e-msg-composer.c (e_msg_composer_get_message_draft): set the uid for the x-evolution-account, not the account name, which can change. (e_msg_composer_new_with_message): find the account by uid first, fallback to name search. svn path=/trunk/; revision=28949
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index ddd7bf10dc..83987cc24a 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,28 @@
+2005-03-03 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #66592
+
+ * e-msg-composer.c (e_msg_composer_get_message_draft): set the uid
+ for the x-evolution-account, not the account name, which can
+ change.
+ (e_msg_composer_new_with_message): find the account by uid first,
+ fallback to name search.
+
+2005-03-02 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #66592
+
+ * e-msg-composer.c (e_msg_composer_new_with_message): scan all
+ x-evolution-postto headers. This makes post-to drafts work
+ properly.
+ (e_msg_composer_new_with_message): change for XEvolution removal.
+
+ * e-msg-composer-hdrs.c (set_pair_visibility): track visibility
+ ourselves.
+ (e_msg_composer_hdrs_to_message_internal): dont use the visibility
+ mask to determine what headers to add, use the actually shown
+ list. Add back the x-evolution-postto headers.
+
2005-02-15 Jeffrey Stedfast <fejj@novell.com>
* e-msg-composer-select-file.c (select_attach_response): Fix