diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-11-15 21:24:50 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-12-02 22:59:40 +0100 |
commit | 739ec7933b0b4a6aa13761759b90a33e34f24a7c (patch) | |
tree | 8a5c01709d4664f4061f6aabcca57087e557ce44 /doc/aerc-search.1.scd | |
parent | ff101bda430dda18e6f150ce6915891139ecccd9 (diff) | |
download | aerc-739ec7933b0b4a6aa13761759b90a33e34f24a7c.tar.gz |
maildir: filter and search with a date range
Filter and search with a date range in the maildir backend.
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-search.1.scd')
-rw-r--r-- | doc/aerc-search.1.scd | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd index 119e222d..51e93ade 100644 --- a/doc/aerc-search.1.scd +++ b/doc/aerc-search.1.scd @@ -6,7 +6,7 @@ aerc-search - search and filter patterns and options for *aerc*(1) # MAILDIR & IMAP -*search* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [_<terms>_...] +*search* [*-ruba*] [*-x* _<flag>_] [*-X* _<flag>_] [*-f* _<from>_] [*-t* _<to>_] [*-c* _<cc>_] [*-d* _<start[,end]>_] [_<terms>_...] Searches the current folder for messages matching the given set of conditions. @@ -40,6 +40,10 @@ aerc-search - search and filter patterns and options for *aerc*(1) *-c* _<cc>_: Search for messages cc'ed to _<cc>_ + *-d* _<start[..end]>_: + Search for messages within a particular date range defined as + \[start, end) where the dates are in the YYYY-MM-DD format. + # NOTMUCH *search* _query_... |