diff options
Diffstat (limited to 'modules/mail')
-rw-r--r-- | modules/mail/em-mailer-prefs.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/mail/em-mailer-prefs.c b/modules/mail/em-mailer-prefs.c index 38e66b0002..5652487b2d 100644 --- a/modules/mail/em-mailer-prefs.c +++ b/modules/mail/em-mailer-prefs.c @@ -58,7 +58,8 @@ static GType col_types[] = { #define EM_FORMAT_HEADER_XMAILER "x-evolution-mailer" -/* temporarily copied from em-format.c */ +/* Keep this synchronized with the "show-headers" key + * in the "org.gnome.evolution.mail" GSettings schema. */ static const gchar *default_headers[] = { N_("From"), N_("Reply-To"), |