aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-26 08:29:50 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-10-26 08:29:50 +0000
commit9aa18447c97fffa8f46dbc8752ddf3b5dcbdd4f1 (patch)
tree3492d164dad2e2397e74af466882ca47ae014ddc /ChangeLog
parent3a222b6d435f8720c2c0fa9932862c0e6434b0c2 (diff)
modification for ML post with Reply-To.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@688 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c586aacf..3168d10e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2005-10-26
+ * libsylph/utils.[ch]: address_equal(): new.
+ * src/compose.c: compose_reply_set_entry(): when replying to ML post
+ that has the Reply-To set, set the ML address in To: and Reply-To
+ address in Cc: (thanks to Colin Leroy).
+
+2005-10-26
+
* libsylph/utils.c: uri_list_extract_filenames(): use GLib functions
to extract URIs if available.