aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorTim Culverhouse <tim@timculverhouse.com>2022-11-28 21:15:38 -0600
committerRobin Jarry <robin@jarry.cc>2022-12-02 22:59:44 +0100
commit17718981c5d1db0775407d45f83dcd026758ab47 (patch)
tree4d44e7d7739feadfead8d2378e772dcf7c451cee /CHANGELOG.md
parentec04654bd52a24ea7c5c0a22a465d3244df1e511 (diff)
downloadaerc-17718981c5d1db0775407d45f83dcd026758ab47.tar.gz
imap: use list-status for check-mail
Use list-status to perform check-mail commands, if it is available. This provides a significant performance benefit by only requiring one IMAP command vs one command for each mailbox. Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f356122c..6931391c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,6 +21,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Override the subject prefix prefix for replies pattern with
`subject-re-pattern`.
- Search/filter by absolute and relative date ranges with the `-d` flag.
+- LIST-STATUS support for imap
### Fixed