diff options
author | June McEnroe <june@causal.agency> | 2020-05-01 13:06:47 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-01 13:06:47 -0400 |
commit | b43c960374ff63f63be60f16b56bf5399735e5e3 (patch) | |
tree | 52a775c678c7568d88375ea2989c7cbf8fbaafd3 /bubger.1 | |
parent | Add README.7, LICENSE (diff) | |
download | bubger-b43c960374ff63f63be60f16b56bf5399735e5e3.tar.gz bubger-b43c960374ff63f63be60f16b56bf5399735e5e3.zip |
Fix UIDNEXT removal documentation
Threads are still only updated if any of their messages are new.
Diffstat (limited to '')
-rw-r--r-- | bubger.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bubger.1 b/bubger.1 index 7ff6767..f257bd3 100644 --- a/bubger.1 +++ b/bubger.1 @@ -142,7 +142,7 @@ Cached Atom, HTML and mboxrd fragments for each message. .It Pa UIDNEXT Stores the next UID of the mailbox. Remove this file to force re-render -thread and index pages and feeds. +the index page and feed. .It Pa UIDVALIDITY Stores the mailbox UID validity. .El |