From 8251ca27c1fa826ad090d20f853c58d454abb9c5 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 24 Feb 2021 15:07:25 -0500 Subject: Add -U and -s flags to git-fetch-email --- git-fetch-email.1 | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) (limited to 'git-fetch-email.1') diff --git a/git-fetch-email.1 b/git-fetch-email.1 index 7ffca89..59d66d9 100644 --- a/git-fetch-email.1 +++ b/git-fetch-email.1 @@ -1,4 +1,4 @@ -.Dd February 16, 2021 +.Dd February 24, 2021 .Dt GIT-FETCH-EMAIL 1 .Os . @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Nm git .Cm fetch-email -.Op Fl aiv +.Op Fl Uaisv .Op Fl C Ar cc .Op Fl F Ar from .Op Fl M Ar mailbox @@ -80,6 +80,11 @@ headers. The default is the value of .Cm fetchemail.to . . +.It Fl U , Fl \-unseen , Fl \-no-unseen +Fetch only patches which are unseen. +The default is the value of +.Cm fetchemail.unseen . +. .It Fl a , Fl \-apply Apply patches with .Xr git-am 1 . @@ -119,6 +124,16 @@ The default is the value of or as inferred by .Xr imbox 1 . . +.It Fl s , Fl \-mark\-seen , Fl \-no\-mark\-seen +Mark matching patches as seen. +With +.Fl \-apply , +only mark patches if +.Xr git-am 1 +is successful. +The default is the value of +.Cm fetchemail.markSeen . +. .It Fl u Ar user , Fl \-user Ns = Ns Ar user Log in to IMAP as .Ar user . -- cgit 1.4.1