From: W. Trevor King Date: Wed, 15 May 2013 13:52:47 +0000 (-0400) Subject: .config/rss2email.cfg: Update to rss2email v3.4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1cb8ed33ba0346c9ad6706e63bfa34dcf136061d;p=dotfiles-public.git .config/rss2email.cfg: Update to rss2email v3.4 This version added post-process hooks and IMAP handling. --- diff --git a/src/.config/rss2email.cfg b/src/.config/rss2email.cfg index da7c7c2..a2baebd 100644 --- a/src/.config/rss2email.cfg +++ b/src/.config/rss2email.cfg @@ -13,6 +13,7 @@ date-header-order = modified, issued, created, expired bonus-header = trust-guid = True encodings = US-ASCII, UTF-8 +post-process = html-mail = False use-css = False css = h1 { @@ -54,13 +55,20 @@ css = h1 { unicode-snob = False links-after-each-paragraph = False body-width = 0 -use-smtp = False +email-protocol = sendmail sendmail = /usr/sbin/sendmail -smtp-server = smtp.yourisp.net:25 smtp-auth = False smtp-username = username smtp-password = password +smtp-server = smtp.yourisp.net:25 smtp-ssl = False +imap-auth = False +imap-username = username +imap-password = password +imap-server = imap.yourisp.net +imap-port = 143 +imap-ssl = False +imap-mailbox = INBOX verbose = warning [feed.xkcd]