From 6a5616b3d4d543998037f7063bd49fa7d5d41433 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 24 Feb 2021 14:42:17 -0500 Subject: Add -U and -s flags to match unseen and mark as seen --- imbox.1 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'imbox.1') 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. . -- cgit 1.4.1