aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-05-18 15:48:19 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-05-18 15:48:19 +0800
commit283a879d99a633c28597d2ed088781582dfe98a8 (patch)
tree439fec911c139d155311d5fae52be2dbae280119 /mail/ChangeLog
parent6163a33d6924d8b6eb1eef15ae8b789486ea8774 (diff)
downloadgsoc2013-evolution-283a879d99a633c28597d2ed088781582dfe98a8.tar
gsoc2013-evolution-283a879d99a633c28597d2ed088781582dfe98a8.tar.gz
gsoc2013-evolution-283a879d99a633c28597d2ed088781582dfe98a8.tar.bz2
gsoc2013-evolution-283a879d99a633c28597d2ed088781582dfe98a8.tar.lz
gsoc2013-evolution-283a879d99a633c28597d2ed088781582dfe98a8.tar.xz
gsoc2013-evolution-283a879d99a633c28597d2ed088781582dfe98a8.tar.zst
gsoc2013-evolution-283a879d99a633c28597d2ed088781582dfe98a8.zip
** Quick fix for #57434
2004-05-18 Not Zed <NotZed@Ximian.com> ** Quick fix for #57434 * em-format.c (emf_format_clone): fix the FIXME about cloning headers shown. * em-format-html.c (efh_format_headers): only show rupert if we're showing rupert. * em-format-html-print.c (efhp_init): default show_rupert to off. * em-format-html.c (efh_init): default show_rupert to on. * em-format-html.h: added show_rupert bit. svn path=/trunk/; revision=25953
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 3d03229d4f..b4dacc3088 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,19 @@
2004-05-18 Not Zed <NotZed@Ximian.com>
+ ** Quick fix for #57434
+
+ * em-format.c (emf_format_clone): fix the FIXME about cloning
+ headers shown.
+
+ * em-format-html.c (efh_format_headers): only show rupert if we're
+ showing rupert.
+
+ * em-format-html-print.c (efhp_init): default show_rupert to off.
+
+ * em-format-html.c (efh_init): default show_rupert to on.
+
+ * em-format-html.h: added show_rupert bit.
+
* mail-folder-cache.c (folder_changed): don't emit new mail if its
any vfolder, not just vtrash folder. #56350.