diff options
Diffstat (limited to '')
-rw-r--r-- | git-fetch-email.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/git-fetch-email.1 b/git-fetch-email.1 index 956df5d..de61874 100644 --- a/git-fetch-email.1 +++ b/git-fetch-email.1 @@ -1,4 +1,4 @@ -.Dd May 2, 2020 +.Dd February 16, 2021 .Dt GIT-FETCH-EMAIL 1 .Os . @@ -12,6 +12,7 @@ .Op Fl av .Op Fl C Ar cc .Op Fl F Ar from +.Op Fl M Ar mailbox .Op Fl S Ar subject .Op Fl T Ar to .Op Fl h Ar host @@ -52,6 +53,17 @@ headers. The default is the value of .Cm fetchemail.from . . +.It Fl M Ar mailbox , Fl \-move\-to Ns = Ns Ar mailbox , Fl \-no\-move\-to +Move matching patches to +.Ar mailbox . +With +.Fl \-apply , +only move patches if +.Xr git-am 1 +is successful. +The default is the value of +.Cm fetchemail.moveTo . +. .It Fl S Ar subject, Fl \-subject Ns = Ns Ar subject , Fl \-no\-subject Fetch patches with matching .Cm Subject |