From: Richard Russon Date: Fri, 13 Jan 2017 13:26:01 +0000 (+0000) Subject: docs: tidy $status_chars description X-Git-Tag: neomutt-20170113~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a99bd18d65933c6c3034b4ed908cc93365286e00;p=neomutt docs: tidy $status_chars description --- diff --git a/init.h b/init.h index 7037b6e73..996183a2f 100644 --- a/init.h +++ b/init.h @@ -3820,16 +3820,19 @@ struct option_t MuttVars[] = { { "status_chars", DT_MBCHARTBL, R_BOTH, UL &StChars, UL "-*%A" }, /* ** .pp - ** Controls the characters used by the ``%r'' indicator in - ** $$status_format. The first character is used when the mailbox is - ** unchanged. The second is used when the mailbox has been changed, and - ** it needs to be resynchronized. The third is used if the mailbox is in - ** read-only mode, or if the mailbox will not be written when exiting - ** that mailbox (You can toggle whether to write changes to a mailbox - ** with the \fC\fP operation, bound by default to ``%''). The fourth - ** is used to indicate that the current folder has been opened in attach- - ** message mode (Certain operations like composing a new mail, replying, - ** forwarding, etc. are not permitted in this mode). + ** Controls the characters used by the ``%r'' indicator in $$status_format. + ** .dl + ** .dt \fBCharacter\fP .dd \fBDefault\fP .dd \fBDescription\fP + ** .dt 1 .dd - .dd Mailbox is unchanged + ** .dt 2 .dd * .dd Mailbox has been changed and needs to be resynchronized + ** .dt 3 .dd % .dd Mailbox is read-only, or will not be written when exiting. + ** (You can toggle whether to write changes to a mailbox + ** with the \fC\fP operation, bound by default + ** to ``%'') + ** .dt 4 .dd A .dd Folder opened in attach-message mode. + ** (Certain operations like composing a new mail, replying, + ** forwarding, etc. are not permitted in this mode) + ** .de */ { "status_format", DT_STR, R_BOTH, UL &Status, UL "-%r-NeoMutt: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---" }, /*