diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-05 12:54:42 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-05 12:54:42 +0800 |
commit | 19e2fea988754f3f4f43667e30463bd7fd4e18cc (patch) | |
tree | 46b9ff2b9b97ad4975283906f1c3033fe03bfe61 /mail/ChangeLog | |
parent | e6167ecdd056fb748d2132480378acbdee7de4a9 (diff) | |
download | gsoc2013-evolution-19e2fea988754f3f4f43667e30463bd7fd4e18cc.tar gsoc2013-evolution-19e2fea988754f3f4f43667e30463bd7fd4e18cc.tar.gz gsoc2013-evolution-19e2fea988754f3f4f43667e30463bd7fd4e18cc.tar.bz2 gsoc2013-evolution-19e2fea988754f3f4f43667e30463bd7fd4e18cc.tar.lz gsoc2013-evolution-19e2fea988754f3f4f43667e30463bd7fd4e18cc.tar.xz gsoc2013-evolution-19e2fea988754f3f4f43667e30463bd7fd4e18cc.tar.zst gsoc2013-evolution-19e2fea988754f3f4f43667e30463bd7fd4e18cc.zip |
handle the "reply" parameter, if set.
2005-01-05 Not Zed <NotZed@Ximian.com>
* mail-component.c (handleuri_got_folder): handle the "reply"
parameter, if set.
* em-composer-utils.c (em_utils_reply_to_message): only ref the
source if supplied.
(reply_to_message): only unref the source if supplied.
svn path=/trunk/; revision=28241
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8c17fb9cec..7db637dfd2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2005-01-05 Not Zed <NotZed@Ximian.com> + + * mail-component.c (handleuri_got_folder): handle the "reply" + parameter, if set. + + * em-composer-utils.c (em_utils_reply_to_message): only ref the + source if supplied. + (reply_to_message): only unref the source if supplied. + 2004-12-28 Mengjie Yu <meng-jie.yu@sun.com> * em-folder-tree.c: (em_folder_tree_new_with_model): |