diff options
author | June McEnroe <june@causal.agency> | 2021-02-16 21:08:41 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-16 21:08:41 -0500 |
commit | 8e18f2d58b66c8a6895e45ae06eb9eab9e432038 (patch) | |
tree | 16f3b2b082a7e0b5d16422466fd4476c545c80f2 /git-fetch-email.1 | |
parent | Add -M to move messages after export (diff) | |
download | imbox-8e18f2d58b66c8a6895e45ae06eb9eab9e432038.tar.gz imbox-8e18f2d58b66c8a6895e45ae06eb9eab9e432038.zip |
Add --idle to git-fetch-email
Ok I said this didn't make sense but I want to use it for something, in which git-fetch-email is just an authentication wrapper around imbox, rather than specifically for fetching patches.
Diffstat (limited to '')
-rw-r--r-- | git-fetch-email.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/git-fetch-email.1 b/git-fetch-email.1 index de61874..7ffca89 100644 --- a/git-fetch-email.1 +++ b/git-fetch-email.1 @@ -9,7 +9,7 @@ .Sh SYNOPSIS .Nm git .Cm fetch-email -.Op Fl av +.Op Fl aiv .Op Fl C Ar cc .Op Fl F Ar from .Op Fl M Ar mailbox @@ -100,6 +100,10 @@ The default is the value of or as inferred by .Xr imbox 1 . . +.It Fl i , Fl \-idle +Wait for matching patches +using IMAP IDLE. +. .It Fl m Ar mailbox , Fl \-mailbox Ns = Ns Ar mailbox Fetch patches from .Ar mailbox . |