aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-05 17:39:21 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-05 17:39:21 +0800
commite2f581c52b016a6d62cbde62c3b69a149e813956 (patch)
treee1a059f40e5f91c36271d2cce036ea23cb173080 /mail/ChangeLog
parent0c10ef9d8f6cf5585c995a753f6e63ae350259a1 (diff)
downloadgsoc2013-evolution-e2f581c52b016a6d62cbde62c3b69a149e813956.tar
gsoc2013-evolution-e2f581c52b016a6d62cbde62c3b69a149e813956.tar.gz
gsoc2013-evolution-e2f581c52b016a6d62cbde62c3b69a149e813956.tar.bz2
gsoc2013-evolution-e2f581c52b016a6d62cbde62c3b69a149e813956.tar.lz
gsoc2013-evolution-e2f581c52b016a6d62cbde62c3b69a149e813956.tar.xz
gsoc2013-evolution-e2f581c52b016a6d62cbde62c3b69a149e813956.tar.zst
gsoc2013-evolution-e2f581c52b016a6d62cbde62c3b69a149e813956.zip
if we have no sign status, use signed-nokey, rather than no icon.
2004-04-05 Not Zed <NotZed@Ximian.com> * em-format-html-display.c (efhd_xpkcs7mime_button): if we have no sign status, use signed-nokey, rather than no icon. (efhd_xpkcs7mime_viewcert_clicked): show the certificate viewer since certificate_viewer_show doesn't show it. (efhd_xpkcs7mime_viewcert_foad): foad foad foad. The api changed and we need to foad it ourselves. ** See bug #52822. * em-format-html-display.c (efhd_xpkcs7mime_add_cert_table): if we can't find the cert, then desensitise the cert button. svn path=/trunk/; revision=25313
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index e37424553c..946aeaec5f 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,17 @@
2004-04-05 Not Zed <NotZed@Ximian.com>
+ * em-format-html-display.c (efhd_xpkcs7mime_button): if we have no
+ sign status, use signed-nokey, rather than no icon.
+ (efhd_xpkcs7mime_viewcert_clicked): show the certificate viewer
+ since certificate_viewer_show doesn't show it.
+ (efhd_xpkcs7mime_viewcert_foad): foad foad foad. The api changed
+ and we need to foad it ourselves.
+
+ ** See bug #52822.
+
+ * em-format-html-display.c (efhd_xpkcs7mime_add_cert_table): if we
+ can't find the cert, then desensitise the cert button.
+
** See bug # 56402.
* mail-folder-cache.c (update_folders): if we're cancelled, noop.