summaryrefslogtreecommitdiff
path: root/gmi2email.1.pod
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-01-27 16:27:14 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-01-27 16:27:14 -0700
commit1f07bf968d154664cfec5d2414b8a960f82e38ec (patch)
treef8c39ab25d19e16e1e6a0c3a997347a3fc332da9 /gmi2email.1.pod
parent16b42aa5983e022e4662bad333765d284e52b61b (diff)
downloadmailscripts-1f07bf968d154664cfec5d2414b8a960f82e38ec.tar.gz
gmi2email: enable specifying a list of subscriptions
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'gmi2email.1.pod')
-rw-r--r--gmi2email.1.pod4
1 files changed, 2 insertions, 2 deletions
diff --git a/gmi2email.1.pod b/gmi2email.1.pod
index 6f12b84..b7e9108 100644
--- a/gmi2email.1.pod
+++ b/gmi2email.1.pod
@@ -59,7 +59,7 @@ URIs, e.g.
=over 4
-=item B<--subscriptions>
+=item B<--subscriptions>[=I<FILE>]
In addition to mailing any URIs/files specified on the command line, check
subscribed gemlogs for new posts and send those too. Useful in a crontab.
@@ -69,7 +69,7 @@ We support the subscription mechanism described at
Atom feeds.
B<gmi2email> looks for a file with a list of gemini:// URIs to check for new
-posts, one per line, in
+posts, one per line, in I<FILE>, or if that is not set, in
B<$XDG_CONFIG_HOME/mailscripts/gmi2email.subscriptions>, or if XDG_CONFIG_HOME
is not set, it falls back to trying to read
B<~/.config/mailscripts/gmi2email.subscriptions>.