diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-09-18 05:27:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-09-18 05:27:23 +0800 |
commit | 85d6c111af2bd7b8c677c9c7191d9121ff486721 (patch) | |
tree | 5a2c28920d18691674138e7089915231539b3586 /composer/ChangeLog | |
parent | c869d4252447a891900292439cb1248c9d0e9233 (diff) | |
download | gsoc2013-evolution-85d6c111af2bd7b8c677c9c7191d9121ff486721.tar.gz gsoc2013-evolution-85d6c111af2bd7b8c677c9c7191d9121ff486721.tar.zst gsoc2013-evolution-85d6c111af2bd7b8c677c9c7191d9121ff486721.zip |
Handle multipart/signed and multipart/encrypted parts in a more expected
2002-09-17 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (add_attachments_from_multipart): Handle
multipart/signed and multipart/encrypted parts in a more expected
way. Fixes bug #28453.
svn path=/trunk/; revision=18099
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 73ffd7d31c..4ffa24c105 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,7 +1,13 @@ +2002-09-17 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (add_attachments_from_multipart): Handle + multipart/signed and multipart/encrypted parts in a more expected + way. Fixes bug #28453. + 2002-09-15 Kjartan Maraas <kmaraas@gnome.org> * e-msg-composer.c: Mark a string for translation. - + 2002-09-05 Ettore Perazzoli <ettore@ximian.com> * e-msg-composer.c (composer_key_pressed): Don't chain the event |