From e446660084f93766a5b6b55ddbeef9023014a249 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Wed, 3 Mar 2021 14:14:34 -0500 Subject: Output updated paths --- bubger.1 | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'bubger.1') 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 -- cgit 1.4.1