aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-format.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-03-22 15:26:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-03-22 15:26:23 +0800
commit8d422f78c2583f77f1bc61834553db268e7ad7be (patch)
tree1f48c75fbe4c67e9a21a75d29e27b986c888f196 /mail/em-format.c
parentc08e1cbe12bdf1a2fa9dca73014728ae680c685b (diff)
downloadgsoc2013-evolution-8d422f78c2583f77f1bc61834553db268e7ad7be.tar
gsoc2013-evolution-8d422f78c2583f77f1bc61834553db268e7ad7be.tar.gz
gsoc2013-evolution-8d422f78c2583f77f1bc61834553db268e7ad7be.tar.bz2
gsoc2013-evolution-8d422f78c2583f77f1bc61834553db268e7ad7be.tar.lz
gsoc2013-evolution-8d422f78c2583f77f1bc61834553db268e7ad7be.tar.xz
gsoc2013-evolution-8d422f78c2583f77f1bc61834553db268e7ad7be.tar.zst
gsoc2013-evolution-8d422f78c2583f77f1bc61834553db268e7ad7be.zip
Add Newsgroups to the default header list.
2004-03-22 Not Zed <NotZed@Ximian.com> * em-format.c: * em-mailer-prefs.c: Add Newsgroups to the default header list. * em-format-html.c (efh_format_header): handle the newsgroups header, output news: url's. For bug #??? i can't recall, i closed it already! svn path=/trunk/; revision=25141
Diffstat (limited to 'mail/em-format.c')
-rw-r--r--mail/em-format.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-format.c b/mail/em-format.c
index 5eaa4328b9..f9d2a19e33 100644
--- a/mail/em-format.c
+++ b/mail/em-format.c
@@ -735,6 +735,7 @@ em_format_clear_headers(EMFormat *emf)
g_free(eh);
}
+/* note: also copied in em-mailer-prefs.c */
static const struct {
const char *name;
guint32 flags;
@@ -746,6 +747,7 @@ static const struct {
{ N_("Bcc"), EM_FORMAT_HEADER_BOLD },
{ N_("Subject"), EM_FORMAT_HEADER_BOLD },
{ N_("Date"), EM_FORMAT_HEADER_BOLD },
+ { N_("Newsgroups"), EM_FORMAT_HEADER_BOLD },
{ "x-evolution-mailer", 0 }, /* DO NOT translate */
};