]> granicus.if.org Git - mutt/commitdiff
Improve $reverse_realname documentation.
authorKevin McCarthy <kevin@8t8.us>
Fri, 14 Jun 2019 00:56:38 +0000 (17:56 -0700)
committerKevin McCarthy <kevin@8t8.us>
Fri, 14 Jun 2019 00:56:38 +0000 (17:56 -0700)
Make it clear that, even if set, a missing realname part of the
matching address will be filled in by $realname.

init.h

diff --git a/init.h b/init.h
index dcb157f09e1fc2cfa4b3078631ee275157817750..79c1ff5185ea98df8bb7c1fc4028a9a720652af0 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2922,15 +2922,22 @@ struct option_t MuttVars[] = {
   ** used doesn't match your ``$alternates'', the \fIFrom:\fP line will use
   ** your address on the current machine.
   ** .pp
-  ** Also see the ``$alternates'' command.
+  ** Also see the ``$alternates'' command and $$reverse_realname.
   */
   { "reverse_realname",        DT_BOOL, R_BOTH, OPTREVREAL, 1 },
   /*
   ** .pp
   ** This variable fine-tunes the behavior of the $$reverse_name feature.
-  ** When it is \fIset\fP, mutt will use the address from incoming messages as-is,
-  ** possibly including eventual real names.  When it is \fIunset\fP, mutt will
-  ** override any such real names with the setting of the $$realname variable.
+  ** .pp
+  ** When it is \fIunset\fP, Mutt will remove the real name part of a
+  ** matching address.  This allows the use of the email address
+  ** without having to also use what the sender put in the real name
+  ** field.
+  ** .pp
+  ** When it is \fIset\fP, Mutt will use the matching address as-is.
+  ** .pp
+  ** In either case, a missing real name will be filled in afterwards
+  ** using the value of $$realname.
   */
   { "rfc2047_parameters", DT_BOOL, R_NONE, OPTRFC2047PARAMS, 0 },
   /*