]> granicus.if.org Git - neomutt/commitdiff
Mention that References: and Date: cannot be changed in editor (closes #1234).
authorRocco Rutte <pdmef@gmx.net>
Tue, 15 Jan 2008 10:58:31 +0000 (11:58 +0100)
committerRocco Rutte <pdmef@gmx.net>
Tue, 15 Jan 2008 10:58:31 +0000 (11:58 +0100)
ChangeLog
init.h

index 4c137cb7a8e7d51587ebbef91094381efc258b57..ee477d482a7c32b8646017c4cde8e9c54fba6609 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2008-01-15 10:49 +0100  Rocco Rutte  <pdmef@gmx.net>  (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  <pdmef@gmx.net>  (6e40e869a477)
+
+       * ChangeLog, init.h: Link $timeout from $mail_check, see Debian
+       #385456.
+
 2008-01-14 23:00 +0100  Rocco Rutte  <pdmef@gmx.net>  (130aa0517251)
 
        * mh.c: Fix typo of in dae38f5ab2a5 commit
diff --git a/init.h b/init.h
index ec9348e84d341f70771128d584186c993fa34555..4333be86c96c573886ffbf60e134276f9394a3bb 100644 (file)
--- 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 },
   /*