diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-07-29 13:30:02 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-08-01 10:37:28 +0200 |
commit | db195bebf061d793ff34ba209059fe3f43e189e2 (patch) | |
tree | 37e6a23f7d2e1d728bab7bf0827519520fa531de /CHANGELOG.md | |
parent | 44651b43b3a59d35b98936e0bcd4edf797f68b42 (diff) | |
download | aerc-db195bebf061d793ff34ba209059fe3f43e189e2.tar.gz |
commands: add check-mail command
Add :check-mail command for ad-hoc checking of mail. Reset timer for
automatic checking if it is enabled.
Suggested-by: staceee
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 5434870e..4b46fdc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Read-only mbox backend support. - Import/Export mbox files with `:import-mbox` and `:export-mbox`. - `address-book-cmd` can now also be specified in `accounts.conf`. +- Run `check-mail-cmd` with `:check-mail`. ### Changed |