]> granicus.if.org Git - mutt/commitdiff
Add a bit more documentation on $recall.
authorThomas Roessler <roessler@does-not-exist.org>
Tue, 1 Feb 2000 07:24:50 +0000 (07:24 +0000)
committerThomas Roessler <roessler@does-not-exist.org>
Tue, 1 Feb 2000 07:24:50 +0000 (07:24 +0000)
init.h

diff --git a/init.h b/init.h
index 7ce1f02cd2685fee6cf6d5b3a8a8e0826b14a843..b2b7aaf908b3682becd607d2a809261d2e2b4ff7 100644 (file)
--- a/init.h
+++ b/init.h
@@ -1511,7 +1511,10 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** Controls whether or not you are prompted to recall postponed messages
-  ** when composing a new message.  Also see ``$postponed''
+  ** when composing a new message.  Also see ``$$postponed''.
+  ** .pp
+  ** Setting this variable to ``yes'' is not generally useful, and thus not
+  ** recommended.
   */
   { "record",          DT_PATH, R_NONE, UL &Outbox, UL "" },
   /*