about summary refs log tree commit diff
path: root/imbox.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-02-24 14:42:17 -0500
committerJune McEnroe <june@causal.agency>2021-02-24 14:42:17 -0500
commit6a5616b3d4d543998037f7063bd49fa7d5d41433 (patch)
tree61a4d76ba50425112c398025270fa51c58354d60 /imbox.1
parentPipe move fetch after apply to /dev/null (diff)
downloadimbox-6a5616b3d4d543998037f7063bd49fa7d5d41433.tar.gz
imbox-6a5616b3d4d543998037f7063bd49fa7d5d41433.zip
Add -U and -s flags to match unseen and mark as seen
Diffstat (limited to 'imbox.1')
-rw-r--r--imbox.112
1 files changed, 9 insertions, 3 deletions
diff --git a/imbox.1 b/imbox.1
index 22e2df3..bd66a80 100644
--- a/imbox.1
+++ b/imbox.1
@@ -1,4 +1,4 @@
-.Dd February 16, 2021
+.Dd February 24, 2021
 .Dt IMBOX 1
 .Os
 .
@@ -8,7 +8,7 @@
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl ivw
+.Op Fl Uisvw
 .Op Fl C Ar cc
 .Op Fl F Ar from
 .Op Fl M Ar mailbox
@@ -25,7 +25,7 @@ The
 utility exports messages from an IMAP mailbox
 to the mboxrd format on standard output.
 Messages matching the criteria set by
-.Fl CFST
+.Fl CFSTU
 are exported.
 The default criterion is
 .Fl S Cm '[PATCH' .
@@ -68,6 +68,9 @@ Export messages with matching
 .Cm To
 headers.
 .
+.It Fl U
+Export only unseen messages.
+.
 .It Fl h Ar host
 Connect to IMAP on
 .Ar host .
@@ -98,6 +101,9 @@ the default port is
 Otherwise,
 the port is determined in the same fashion as the host.
 .
+.It Fl s
+Mark exported messages as seen.
+.
 .It Fl v
 Log IMAP protocol to standard error.
 .