diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-01-23 06:55:11 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-01-23 06:55:11 +0800 |
commit | c90788513be116b6bcb9791807bd26866c1961b8 (patch) | |
tree | 358988c73a7f32687a4b779789e6af547993de61 /mail/ChangeLog | |
parent | cdf4ac3653a47da1f9566e33f9dc7abbfeb79299 (diff) | |
download | gsoc2013-evolution-c90788513be116b6bcb9791807bd26866c1961b8.tar gsoc2013-evolution-c90788513be116b6bcb9791807bd26866c1961b8.tar.gz gsoc2013-evolution-c90788513be116b6bcb9791807bd26866c1961b8.tar.bz2 gsoc2013-evolution-c90788513be116b6bcb9791807bd26866c1961b8.tar.lz gsoc2013-evolution-c90788513be116b6bcb9791807bd26866c1961b8.tar.xz gsoc2013-evolution-c90788513be116b6bcb9791807bd26866c1961b8.tar.zst gsoc2013-evolution-c90788513be116b6bcb9791807bd26866c1961b8.zip |
Fixed to display subparts (other than the signature part) and started to
2001-01-22 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (handle_multipart_signed): Fixed to display
subparts (other than the signature part) and started to write a
pretty way to show if the signature verified or not.
svn path=/trunk/; revision=7724
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a69dec671d..0f7f44d730 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2001-01-22 Jeffrey Stedfast <fejj@ximian.com> + + * mail-format.c (handle_multipart_signed): Fixed to display + subparts (other than the signature part) and started to write a + pretty way to show if the signature verified or not. + 2001-01-23 Not Zed <NotZed@Ximian.com> * mail-crypto.c (pgp_mime_part_verify): Fix a double-free problem. |