]> granicus.if.org Git - mutt/commitdiff
Mention $recall in description for $postpone
authorRocco Rutte <pdmef@gmx.net>
Wed, 9 Jan 2008 10:24:01 +0000 (11:24 +0100)
committerRocco Rutte <pdmef@gmx.net>
Wed, 9 Jan 2008 10:24:01 +0000 (11:24 +0100)
init.h

diff --git a/init.h b/init.h
index 5c8ae9421cf91b960883d1b406efd07896eb7531..ce95fd409e85bb657585cdd5e3f85c59c56a0695 100644 (file)
--- a/init.h
+++ b/init.h
@@ -2185,7 +2185,8 @@ struct option_t MuttVars[] = {
   /*
   ** .pp
   ** Controls whether or not messages are saved in the ``$$postponed''
-  ** mailbox when you elect not to send immediately.
+  ** mailbox when you elect not to send immediately. Also see the
+  ** ``$$recall'' variable.
   */
   { "postponed",       DT_PATH, R_NONE, UL &Postponed, UL "~/postponed" },
   /*