changeset: 6542:9480a363a68a user: Kevin McCarthy <[email protected]> date: Thu Dec 17 12:25:00 2015 -0800 link: http://dev.mutt.org/hg/mutt/rev/9480a363a68a
Add missing "yes" to $recall option documentation. Also add a blurb about the <recall-message> function. diffs (15 lines): diff -r 52df4013b0b7 -r 9480a363a68a init.h --- a/init.h Thu Dec 17 07:37:10 2015 -0800 +++ b/init.h Thu Dec 17 12:25:00 2015 -0800 @@ -2364,8 +2364,9 @@ ** Controls whether or not Mutt recalls postponed messages ** when composing a new message. ** .pp - ** \fISetting\fP this variable to is not generally useful, and thus not - ** recommended. + ** Setting this variable to \fIyes\fP is not generally useful, and thus not + ** recommended. Note that the \fC<recall-message>\fP function can be used + ** to manually recall postponed messages. ** .pp ** Also see $$postponed variable. */
