aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2005-02-25 11:51:53 +0800
committerMichael Zucci <zucchi@src.gnome.org>2005-02-25 11:51:53 +0800
commit0ffd23b06370fc3c539cec4905f2c0c439779003 (patch)
tree22676cdae5c8e1a2eecf0d024a348778f7abc2da /mail/ChangeLog
parentd8e8d0fd5040f666121503665914774b34489ed0 (diff)
downloadgsoc2013-evolution-0ffd23b06370fc3c539cec4905f2c0c439779003.tar
gsoc2013-evolution-0ffd23b06370fc3c539cec4905f2c0c439779003.tar.gz
gsoc2013-evolution-0ffd23b06370fc3c539cec4905f2c0c439779003.tar.bz2
gsoc2013-evolution-0ffd23b06370fc3c539cec4905f2c0c439779003.tar.lz
gsoc2013-evolution-0ffd23b06370fc3c539cec4905f2c0c439779003.tar.xz
gsoc2013-evolution-0ffd23b06370fc3c539cec4905f2c0c439779003.tar.zst
gsoc2013-evolution-0ffd23b06370fc3c539cec4905f2c0c439779003.zip
** See bug #68459
2005-02-24 Not Zed <NotZed@Ximian.com> ** See bug #68459 * em-composer-utils.c (get_reply_sender): check the followup-to header before the newsgroups header. (reply_get_composer, get_reply_sender, get_reply_all): change post-to to be a CamelNNTPAddress not a string pointer. svn path=/trunk/; revision=28885
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 10d252b167..ddf6355bcc 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2005-02-24 Not Zed <NotZed@Ximian.com>
+
+ ** See bug #68459
+
+ * em-composer-utils.c (get_reply_sender): check the followup-to
+ header before the newsgroups header.
+ (reply_get_composer, get_reply_sender, get_reply_all): change
+ post-to to be a CamelNNTPAddress not a string pointer.
+
2005-02-21 Not Zed <NotZed@Ximian.com>
** See bug #71003