From 4fa64f3df020ee3f8e10907104bc4c7a8374ed41 Mon Sep 17 00:00:00 2001 From: Moritz Poldrack Date: Wed, 4 Oct 2023 09:26:08 +0200 Subject: 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 Acked-by: Robin Jarry --- doc/aerc-search.1.scd | 8 +++++--- 1 file 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* __: 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* -- cgit