aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-23 06:55:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-23 06:55:11 +0800
commitc90788513be116b6bcb9791807bd26866c1961b8 (patch)
tree358988c73a7f32687a4b779789e6af547993de61 /mail/ChangeLog
parentcdf4ac3653a47da1f9566e33f9dc7abbfeb79299 (diff)
downloadgsoc2013-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/ChangeLog6
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.