summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--buffy.c12
-rw-r--r--doc/manual.xml.head8
-rw-r--r--doc/muttrc.man.head5
3 files changed, 20 insertions, 5 deletions
diff --git a/buffy.c b/buffy.c
index f86443f4..2a5ecf49 100644
--- a/buffy.c
+++ b/buffy.c
@@ -774,10 +774,14 @@ int mutt_buffy_check (int force)
if (!tmp->new)
tmp->notified = 0;
- if (tmp->nonotify)
- tmp->notified = 1;
- else if (!tmp->notified)
- BuffyNotify++;
+ else
+ {
+ /* pretend we've already notified for the mailbox */
+ if (tmp->nonotify)
+ tmp->notified = 1;
+ else if (!tmp->notified)
+ BuffyNotify++;
+ }
}
BuffyDoneTime = BuffyTime;
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