diff options
author | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-15 16:21:02 +0800 |
---|---|---|
committer | Sankarasivasubramanian Pasupathilingam <psankar@src.gnome.org> | 2008-09-15 16:21:02 +0800 |
commit | 29b798bae34359dcad118be45729509dcd69747a (patch) | |
tree | 0bd4a8f352d1603cc5bb5b65248195235beb8ca4 /mail/em-mailer-prefs.c | |
parent | d28925fa5d9e5060a5dd1e95a27feb808da9b71b (diff) | |
download | gsoc2013-evolution-29b798bae34359dcad118be45729509dcd69747a.tar.gz gsoc2013-evolution-29b798bae34359dcad118be45729509dcd69747a.tar.zst gsoc2013-evolution-29b798bae34359dcad118be45729509dcd69747a.zip |
** Fix for bug #539536
* em-format.c: (struct default_headers):
* em-format-html.c: (efh_format_headers):
* em-format-html.c: (default_headers):
Add "Face" header to default headers and allow it to be hidden.
svn path=/trunk/; revision=36331
Diffstat (limited to 'mail/em-mailer-prefs.c')
-rw-r--r-- | mail/em-mailer-prefs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/em-mailer-prefs.c b/mail/em-mailer-prefs.c index d390f8061d..ef9aa94aa5 100644 --- a/mail/em-mailer-prefs.c +++ b/mail/em-mailer-prefs.c @@ -80,6 +80,7 @@ static const char *default_headers[] = { N_("Subject"), N_("Date"), N_("Newsgroups"), + N_("Face"), "x-evolution-mailer", /* DO NOT translate */ }; |