aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2023-10-04 09:26:08 +0200
committerRobin Jarry <robin@jarry.cc>2023-10-13 00:45:36 +0200
commit4fa64f3df020ee3f8e10907104bc4c7a8374ed41 (patch)
treee3853fe88428bdc3baaf0059e2c5278d45803c68
parentd2f92473b3d8e68aad8a7f3d3b3c6c194446713c (diff)
downloadaerc-4fa64f3df020ee3f8e10907104bc4c7a8374ed41.tar.gz
aerc-4fa64f3df020ee3f8e10907104bc4c7a8374ed41.zip
doc: rephrase aerc-search -d date selection
Recent mailing list interaction has shown that the current way of phrasing it reduces the visibility of the default YYYY-MM-DD format. Move the default format to be in line with the alternative formats. Link: https://lists.sr.ht/~rjarry/aerc-discuss/%3CCVZCP9GEMI1K.2F9Z9JIU1GTA2%40schach.ware.local%3E Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
-rw-r--r--doc/aerc-search.1.scd8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/aerc-search.1.scd b/doc/aerc-search.1.scd
index 410e95b0..d4a57017 100644
--- a/doc/aerc-search.1.scd
+++ b/doc/aerc-search.1.scd
@@ -50,10 +50,12 @@ aerc-search - search and filter patterns and options for *aerc*(1)
*-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.
+ \[start, end).
- Relative dates can be used to specify a date range. Spaces and
- underscores are allowed to improve readability:
+ Spaces and underscores are allowed in relative dates to improve
+ readability.
+
+ _YYYY-MM-DD_
*today*, *yesterday*