diff options
Diffstat (limited to '')
-rw-r--r-- | bubger.1 | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/bubger.1 b/bubger.1 index 794303c..80392bb 100644 --- a/bubger.1 +++ b/bubger.1 @@ -1,4 +1,4 @@ -.Dd March 1, 2021 +.Dd March 3, 2021 .Dt BUBGER 1 .Os . @@ -33,6 +33,8 @@ arranged into threads. It requires the IMAP SORT and THREAD extensions. Partial output is cached and reused by subsequent runs. +The list of updated paths +is written to standard output. . .Pp The arguments are as follows: @@ -97,7 +99,9 @@ The default port is TLS without STARTTLS is assumed. . .It Fl q -Exit non-zero if the mailbox has not changed. +Suppress output of updated paths +and exit non-zero +if the mailbox has not changed. . .It Fl s Ar url Add a @@ -169,8 +173,8 @@ Stores the mailbox UID validity. . .Sh EXAMPLES .Bd -literal -bubger -q list@example.org \e -&& rsync -a index.* message thread attachment example.org:public_html/ +bubger -C archive list@example.org | +rsync -a --files-from=- archive example.org:public_html/archive .Ed . .Sh STANDARDS |