about summary refs log tree commit diff
path: root/imbox.1
diff options
context:
space:
mode:
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.
 .