From: Alvaro Herrera Date: Thu, 27 Dec 2018 18:25:17 +0000 (-0300) Subject: Fix mistaken hdrs -> email X-Git-Tag: 2019-10-25~417 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3112e6cab89236b1f7422a96228ea2454d48034a;p=neomutt Fix mistaken hdrs -> email Search & replace was a bit too enthusiastic, causing some config files to become invalid, and giving an invalid example. --- diff --git a/init.h b/init.h index eb0fcc7c1..4a1ec9af4 100644 --- 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"