summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorKevin McCarthy <kevin@8t8.us>2021-10-07 13:02:29 -0700
committerKevin McCarthy <kevin@8t8.us>2021-10-07 13:02:29 -0700
commit146187175fe201fcbfc9737ae51ae0c7db653337 (patch)
tree5b0aff4b1fc27f123de424092faceab5b4f4287a /doc
parent466432b54d3503525f953d5f8109c4a59d0015ae (diff)
Note that IMAP mailboxes polling doesn't support flag counts.
The IMAP protocol only supports unread and total counts, but the manual had no mention of this.
Diffstat (limited to 'doc')
-rw-r--r--doc/manual.xml.head6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/manual.xml.head b/doc/manual.xml.head
index 184f74d8..a452d18e 100644
--- a/doc/manual.xml.head
+++ b/doc/manual.xml.head
@@ -7208,9 +7208,9 @@ feature.
If <link linkend="mail-check-stats">$mail_check_stats</link> is set,
Mutt will periodically calculate the unread, flagged, and total
message counts for each mailbox watched by the
-<command>mailboxes</command> command. This calculation takes place at
-the same time as new mail polling, but is controlled by a separate
-timer: <link
+<command>mailboxes</command> command. (Note: IMAP mailboxes only support
+unread and total counts). This calculation takes place at the same
+time as new mail polling, but is controlled by a separate timer: <link
linkend="mail-check-stats-interval">$mail_check_stats_interval</link>.
</para>