diff options
author | June McEnroe <june@causal.agency> | 2021-03-03 17:30:55 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-03 17:30:55 -0500 |
commit | c6de16f5a91170f7d9749c45cd06a28f528f786d (patch) | |
tree | a5fe9cc5ff4750c70794ec5a589f6d36ae1753f8 /imbox.1 | |
parent | Use printf for pass (diff) | |
download | imbox-c6de16f5a91170f7d9749c45cd06a28f528f786d.tar.gz imbox-c6de16f5a91170f7d9749c45cd06a28f528f786d.zip |
Move default Subject criterion to git-fetch-email
This allows imbox with no criteria to fetch all mail in a mailbox, and the use of git fetch-email --no-subject to do the same.
Diffstat (limited to '')
-rw-r--r-- | imbox.1 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/imbox.1 b/imbox.1 index bd66a80..799351e 100644 --- a/imbox.1 +++ b/imbox.1 @@ -1,4 +1,4 @@ -.Dd February 24, 2021 +.Dd March 3, 2021 .Dt IMBOX 1 .Os . @@ -27,8 +27,6 @@ to the mboxrd format on standard output. Messages matching the criteria set by .Fl CFSTU are exported. -The default criterion is -.Fl S Cm '[PATCH' . . .Pp IMAP over TLS without STARTTLS is assumed. |