diff options
author | June McEnroe <june@causal.agency> | 2021-06-05 15:57:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-06-05 15:57:32 -0400 |
commit | 2ed06d33b75c170d997a55de6543b9e206fbf92b (patch) | |
tree | 7fb2dbe648aaefd70cdda838aa899def31eb59c7 /imbox.1 | |
parent | Replace freenode with tilde.chat (diff) | |
download | imbox-2ed06d33b75c170d997a55de6543b9e206fbf92b.tar.gz imbox-2ed06d33b75c170d997a55de6543b9e206fbf92b.zip |
Add -H flag to fetch only headers
Basically to quickly test which messages are getting matched without having to scroll through their bodies.
Diffstat (limited to '')
-rw-r--r-- | imbox.1 | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/imbox.1 b/imbox.1 index f362e91..abf0875 100644 --- a/imbox.1 +++ b/imbox.1 @@ -1,4 +1,4 @@ -.Dd March 3, 2021 +.Dd June 5, 2021 .Dt IMBOX 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Uisvw +.Op Fl HUisvw .Op Fl C Ar cc .Op Fl F Ar from .Op Fl M Ar mailbox @@ -51,6 +51,9 @@ Export messages with matching .Cm From headers. . +.It Fl H +Export only the message headers. +. .It Fl M Ar mailbox Move matching messages to .Ar mailbox |