From: Rocco Rutte Date: Tue, 15 Jan 2008 10:58:31 +0000 (+0100) Subject: Mention that References: and Date: cannot be changed in editor (closes #1234). X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=988c355c47d1bb6495363a83967a22e0f7965c58;p=neomutt Mention that References: and Date: cannot be changed in editor (closes #1234). --- diff --git a/ChangeLog b/ChangeLog index 4c137cb7a..ee477d482 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2008-01-15 10:49 +0100 Rocco Rutte (ba0d96408425) + + * UPDATING, globals.h, init.h, query.c: Make formatting of query menu + configurable via $query_format (closes #170). + +2008-01-15 09:59 +0100 Rocco Rutte (6e40e869a477) + + * ChangeLog, init.h: Link $timeout from $mail_check, see Debian + #385456. + 2008-01-14 23:00 +0100 Rocco Rutte (130aa0517251) * mh.c: Fix typo of in dae38f5ab2a5 commit diff --git a/init.h b/init.h index ec9348e84..4333be86c 100644 --- a/init.h +++ b/init.h @@ -540,6 +540,9 @@ struct option_t MuttVars[] = { ** .pp ** This option allows you to edit the header of your outgoing messages ** along with the body of your message. + ** .pp + ** \fBNote\fP that changes made to the References: and Date: headers are + ** ignored for interoperability reasons. */ { "edit_hdrs", DT_SYN, R_NONE, UL "edit_headers", 0 }, /*