summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-01-16 15:46:54 -0800
committerKevin McCarthy <kevin@8t8.us>2021-01-22 14:44:22 -0800
commit46f86782e37b5b5aded2f1162cf4359e0719da6d (patch)
treed388996c3dd35013c6c2087bd4bac5de6be7c5d1 /doc
parent26770eac5c4d349e344277bbe21acab73bb81117 (diff)
Make some small fixes to the -nonotify commit.
Fix logic error in mutt_buffy_check(). Add -nonotify flag to the configuration command list in the manual too. Add line wraps to the muttrc.man mailboxes options, to make the synopsis more readable within 80 columns.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head8
-rw-r--r--doc/muttrc.man.head5
2 files changed, 12 insertions, 1 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 99e0aecc..f9140b53 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -11838,6 +11838,14 @@ The following are the commands understood by Mutt:
<arg choice="opt">
<group choice="opt">
<arg choice="plain">
+ <option>-notify</option>
+ </arg>
+ <arg choice="plain">
+ <option>-nonotify</option>
+ </arg>
+ </group>
+ <group choice="opt">
+ <arg choice="plain">
<option>-poll</option>
</arg>
<arg choice="plain">
diff --git a/doc/muttrc.man.head b/doc/muttrc.man.head
index e7d0f0a2..2da0d950 100644
--- a/doc/muttrc.man.head
+++ b/doc/muttrc.man.head
@@ -360,7 +360,10 @@ The first matching \fBmbox-hook\fP applies.
.
.PP
.nf
-\fBmailboxes\fP [[\fB-notify\fP | \fB-nonotify\fP] [\fB-poll\fP | \fB-nopoll\fP] [[\fB-label\fP \fIlabel\fP] | \fB-nolabel\fP] \fIfilename\fP] [ ... ]
+\fBmailboxes\fP [[\fB-notify\fP | \fB-nonotify\fP]
+ [\fB-poll\fP | \fB-nopoll\fP]
+ [[\fB-label\fP \fIlabel\fP] | \fB-nolabel\fP]
+ \fIfilename\fP] [ ... ]
\fBunmailboxes\fP [ \fB*\fP | \fIfilename\fP ... ]
.fi
.IP