diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-08-05 03:00:40 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-08-05 03:00:40 +0800 |
commit | 27556a45c288a2d2bdbfd05e7ee95f4ae61398fe (patch) | |
tree | 8869ba974408bf46571bbad99e584776eb4ae85e /mail/ChangeLog | |
parent | ed0295fd125834f672109cf6f968b21b224069ad (diff) | |
download | gsoc2013-evolution-27556a45c288a2d2bdbfd05e7ee95f4ae61398fe.tar.gz gsoc2013-evolution-27556a45c288a2d2bdbfd05e7ee95f4ae61398fe.tar.zst gsoc2013-evolution-27556a45c288a2d2bdbfd05e7ee95f4ae61398fe.zip |
Add yet another special-case hack for application/pgp.
2001-08-04 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (mail_part_is_inline): Add yet another
special-case hack for application/pgp.
svn path=/trunk/; revision=11652
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1fd39504a2..d5d35c1074 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-08-04 Jeffrey Stedfast <fejj@ximian.com> + + * mail-format.c (mail_part_is_inline): Add yet another + special-case hack for application/pgp. + 2001-08-04 Jason Leach <jleach@ximian.com> * message-list.c (message_list_select): Add a @wraparound @@ -187,12 +192,13 @@ 2001-07-26 Peter Williams <peterw@ximian.com> - * mail-mt.c (do_get_pass): Figure out whether we're getting the password - for the source or the transport, and get the toggle button accordingly. + * mail-mt.c (do_get_pass): Figure out whether we're getting the + password for the source or the transport, and get the toggle + button accordingly. (pass_got): Same. - * mail-config.c (mail_config_get_account_by_transport_url): New function. - Cut + paste + search + replace of _by_source_url. + * mail-config.c (mail_config_get_account_by_transport_url): New + function. Cut + paste + search + replace of _by_source_url. * mail-config.h: Prototype here. |