summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2023-04-08 20:48:46 +0300
committerDirk-Jan C. Binnema <djcb@djcbsoftware.nl>2023-04-08 20:52:40 +0300
commita8f2f7497f9097f5043dcbdf79d5ae7236428ea0 (patch)
tree4bff2963f95ebba3e645f8d241330a88ec0310da /man
parent601a75bf242c21b2f13daf346f1d547d132a6fc0 (diff)
mu-cfind: re-enable --after option
It was still there, but disabled. Fixes #2470.
Diffstat (limited to 'man')
-rw-r--r--man/mu-cfind.1.org18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/mu-cfind.1.org b/man/mu-cfind.1.org
index d355d72..61c0e58 100644
--- a/man/mu-cfind.1.org
+++ b/man/mu-cfind.1.org
@@ -70,15 +70,15 @@ should only apply to name fields.
addresses was seen in one of the address fields; this is to exclude addresses
only seen in mailing-list messages. See the ~--my-address~ parameter to *mu init*.
-# ** --after=<timestamp> only show addresses last seen after
-# =<timestamp>=. =<timestamp>= is a UNIX *time_t* value, the number of
-# seconds since 1970-01-01 (in UTC).
-
-# From the command line, you can use the *date* command to get this value. For
-# example, only consider addresses last seen after 2009-06-01, you could specify
-# #+begin_example
-# --after=`date +%s --date='2009-06-01'`
-# #+end_example
+** --after=<timestamp> only show addresses last seen after
+=<timestamp>=. =<timestamp>= is a UNIX *time_t* value, the number of
+seconds since 1970-01-01 (in UTC).
+
+From the command line, you can use the *date* command to get this value. For
+example, only consider addresses last seen after 2020-06-01, you could specify
+#+begin_example
+ --after=`date +%s --date='2020-06-01'`
+#+end_example
#+include: "muhome.inc" :minlevel 2