]> granicus.if.org Git - neomutt/commitdiff
Fix mistaken hdrs -> email
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 27 Dec 2018 18:25:17 +0000 (15:25 -0300)
committerRichard Russon <rich@flatcap.org>
Thu, 27 Dec 2018 19:38:32 +0000 (19:38 +0000)
Search & replace was a bit too enthusiastic, causing some config files
to become invalid, and giving an invalid example.

init.h

diff --git a/init.h b/init.h
index eb0fcc7c1c97afd0271e3f8ced09528522b709f7..4a1ec9af49e09d7d91001f83a85d6f5a4720a2b9 100644 (file)
--- a/init.h
+++ b/init.h
@@ -842,7 +842,7 @@ struct ConfigDef MuttVars[] = {
   ** .pp
   ** Example:
   ** .ts
-  ** set dsn_return=emails
+  ** set dsn_return=hdrs
   ** .te
   ** .pp
   ** \fBNote:\fP when using $$sendmail for delivery, you should not enable
@@ -1235,7 +1235,7 @@ struct ConfigDef MuttVars[] = {
   ** .de
   */
 #endif
-  { "emails",             DT_BOOL, R_NONE, &Hdrs, true },
+  { "hdrs",             DT_BOOL, R_NONE, &Hdrs, true },
   /*
   ** .pp
   ** When \fIunset\fP, the header fields normally added by the "$my_hdr"