diff options
author | June McEnroe <june@causal.agency> | 2021-03-08 18:14:02 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-08 18:14:02 -0500 |
commit | 48e689f2419ccd34c72c1b17b8fd65c9ef757d18 (patch) | |
tree | eb3b7dfb35e9b4257c3ff210922dfaddf3df4b79 | |
parent | Port to Linux (diff) | |
download | bubger-48e689f2419ccd34c72c1b17b8fd65c9ef757d18.tar.gz bubger-48e689f2419ccd34c72c1b17b8fd65c9ef757d18.zip |
Remove mention of SORT extension
The SORT and THREAD extensions are specified together, but need not both be implemented, I don't think. We don't use SORT.
-rw-r--r-- | README.7 | 2 | ||||
-rw-r--r-- | bubger.1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/README.7 b/README.7 index 6f260f5..84c31ef 100644 --- a/README.7 +++ b/README.7 @@ -14,7 +14,7 @@ It produces static files of HTML, Atom and mboxrd, making its output easy to serve from a host without IMAP access. -It requires the IMAP SORT and THREAD extensions. +It requires the IMAP THREAD extension. . .Pp An example of its output diff --git a/bubger.1 b/bubger.1 index 56bf658..fb349e7 100644 --- a/bubger.1 +++ b/bubger.1 @@ -30,7 +30,7 @@ The utility renders an HTML, Atom and mboxrd archive of an IMAP mailbox arranged into threads. -It requires the IMAP SORT and THREAD extensions. +It requires the IMAP THREAD extension. Partial output is cached and reused by subsequent runs. The list of updated paths |