diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-18 13:59:16 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-18 13:59:16 +0800 |
commit | 59baf2628710798c571144e6cfbbec7c719c1ddc (patch) | |
tree | d48254714c427dd335e2fe33987f0a2d166235a8 /composer/ChangeLog | |
parent | 87e8b230f0988d1194dee9d85a0ec2724c242406 (diff) | |
download | gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar.gz gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.tar.zst gsoc2013-evolution-59baf2628710798c571144e6cfbbec7c719c1ddc.zip |
** Fix for #60387.
2004-06-18 Not Zed <NotZed@Ximian.com>
** Fix for #60387.
* mail-composer-errors.xml: added an error for failing to retrieve
to-be-attached messages.
* e-msg-composer.c (message_rfc822_dnd): remove this, we only want
to treat it as a real rfc822 message, not a berkeley mailbox.
(drag_data_received): handle the rfc822 type here, and also the
new x-uid-list type.
(attach_message): helper set a description on attached messages.
svn path=/trunk/; revision=26411
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 7119750cff..6ffec3a9c8 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,16 @@ +2004-06-18 Not Zed <NotZed@Ximian.com> + + ** Fix for #60387. + + * mail-composer-errors.xml: added an error for failing to retrieve + to-be-attached messages. + + * e-msg-composer.c (message_rfc822_dnd): remove this, we only want + to treat it as a real rfc822 message, not a berkeley mailbox. + (drag_data_received): handle the rfc822 type here, and also the + new x-uid-list type. + (attach_message): helper set a description on attached messages. + 2004-06-16 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (e_msg_composer_guess_mime_type): clean up the |