From 8d422f78c2583f77f1bc61834553db268e7ad7be Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 22 Mar 2004 07:26:23 +0000 Subject: Add Newsgroups to the default header list. 2004-03-22 Not Zed * 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 --- mail/em-format.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/em-format.c') 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 */ }; -- cgit v1.2.3