aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-10 06:00:12 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-07-10 06:00:12 +0000
commit9e9eff6f8bf3bde63ddc7cc6344a43268a27943e (patch)
treef696045557d00d404402d4593899a861573c7995 /ChangeLog
parent8184b1fe44c098265726a5aa6e219f420ac77c42 (diff)
added the feature to reply to attached message/rfc822 messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1852 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 08c1cb0e..ff6bab2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-07-10
+ * src/compose.c
+ src/mimeview.[ch]
+ src/send_message.c: added the feature to reply to attached
+ message/rfc822 messages.
+ * src/quote_fmt_parse.y: removed the check of MsgInfo::folder.
+
+2007-07-10
+
* src/compose.c: restore reply/forward target on reedit.
* src/send_message.c: send_get_queue_info(): fixed memory leaks.