]> granicus.if.org Git - neomutt/commitdiff
Add a reference to $copy in the $record documentation.
authorKevin McCarthy <kevin@8t8.us>
Wed, 27 Jun 2018 16:45:10 +0000 (09:45 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 29 Jun 2018 10:50:30 +0000 (11:50 +0100)
init.h

diff --git a/init.h b/init.h
index 306ba8eb637039464a56dc4d980b5191aa0d871d..69024df556c607707dc925e570628d0735950f33 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2961,7 +2961,7 @@ struct Option MuttVars[] = {
   ** command to create a ``Bcc:'' field with your email address in it.)
   ** .pp
   ** The value of \fI$$record\fP is overridden by the $$force_name and
-  ** $$save_name variables, and the ``$fcc-hook'' command.
+  ** $$save_name variables, and the ``$fcc-hook'' command.  Also see $$copy.
   */
   { "reflow_space_quotes",      DT_BOOL, R_NONE, &ReflowSpaceQuotes, true },
   /*