mu-cfind: re-enable --after option
It was still there, but disabled. Fixes #2470.
This commit is contained in:
@ -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).
|
||||
** --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
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user