about summary refs log tree commit diff
path: root/bubger.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-03-03 14:14:34 -0500
committerJune McEnroe <june@causal.agency>2021-03-03 14:14:34 -0500
commite446660084f93766a5b6b55ddbeef9023014a249 (patch)
tree5b44f5ee854c93463076688e27d20778b4d6a612 /bubger.1
parentSandbox with unveil(2) and pledge(2) on OpenBSD (diff)
downloadbubger-e446660084f93766a5b6b55ddbeef9023014a249.tar.gz
bubger-e446660084f93766a5b6b55ddbeef9023014a249.zip
Output updated paths
Diffstat (limited to 'bubger.1')
-rw-r--r--bubger.112
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