=head1 NAME gmi2email - subscribe to gemlogs and read individual Gemini pages by e-mail =head1 SYNOPSIS B [I] [I] ... =head1 DESCRIPTION B fetches pages served using the Gemini protocol, converts them to e-mail messages, and then sends those messages. It is mainly useful for subscribing to Gemini logs ("gemlogs") by e-mail, like rss2email(1). B fetches, converts and sends all URIs and files containing text/gemini content specified on the command line. =head1 OPTIONS =over 4 =item B<--subscriptions> 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. We support the subscription mechanism described at as well as Atom feeds. B looks for a file with a list of gemini:// URIs to check for new posts, one per line, 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>. =item B<--inline-images> Download and inline any images included in the post. =item B<--no-send> Don't actually send any mail. Intended when you just added some new subscriptions and want to avoid receiving all the old posts you've already read. =item B<--from=>I
Set the From: address, overriding the configuration file. =item B<--to=>I
Set the To: address, overriding the configuration file. =back =head1 CONFIGURATION B tries to read configuration from the file B<$XDG_CONFIG_HOME/mailscripts/gmi2email.config>, or if XDG_CONFIG_HOME is not set, it falls back to trying to read B<~/.config/mailscripts/gmi2email.config>. The format is I, one per line. The following configuration keys are supported: =over 4 =item B Set the From: address. =item B Set the To: address. =item inline_images Set to 1 to implicitly pass B<--inline-images>. =back =head1 SEE ALSO =head1 AUTHOR B was written by Sean Whitton .