aboutsummaryrefslogtreecommitdiffstats
path: root/mail/em-mailer-prefs.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-mailer-prefs.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-mailer-prefs.c')
-rw-r--r--mail/em-mailer-prefs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c
index 8fbb5c9685..5f2a8c4811 100644
--- a/mail/em-mailer-prefs.c
+++ b/mail/em-mailer-prefs.c
@@ -71,6 +71,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 */
};