diff options
author | Not Zed <NotZed@Ximian.com> | 2004-03-23 14:52:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-03-23 14:52:16 +0800 |
commit | a116729eb5f0c440b58d60c542502def00884441 (patch) | |
tree | 6adf7869829ae403bd2c33932de79e8e7eb9ae4b /mail/ChangeLog | |
parent | 6bb39b1f7d5f62675eb8ece5784f8e36edd339c5 (diff) | |
download | gsoc2013-evolution-a116729eb5f0c440b58d60c542502def00884441.tar.gz gsoc2013-evolution-a116729eb5f0c440b58d60c542502def00884441.tar.zst gsoc2013-evolution-a116729eb5f0c440b58d60c542502def00884441.zip |
format inline(d) parts automatically into the reply. Part of #55702.
2004-03-23 Not Zed <NotZed@Ximian.com>
* em-format-quote.c (emfq_format_attachment): format inline(d)
parts automatically into the reply. Part of #55702.
svn path=/trunk/; revision=25152
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f679c1b92d..3455847b95 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2004-03-23 Not Zed <NotZed@Ximian.com> + * em-format-quote.c (emfq_format_attachment): format inline(d) + parts automatically into the reply. Part of #55702. + * em-utils.c (em_uri_from_camel): if we get an email uri passed in, just pass it out again, without first going to camel to do it. |