.config/rss2email.cfg: Diego's feed is now redirecting to HTTPS
authorW. Trevor King <wking@tremily.us>
Fri, 20 Sep 2013 07:47:53 +0000 (00:47 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 20 Sep 2013 08:29:23 +0000 (01:29 -0700)
commit10bbbdeb5ec8db41dac57b50a8b0177e38a15472
treeca5df001167095dcfaffba660219448641c9164a
parent9d6ac05bd6a62360427bf1073231b1734ba35e88
.config/rss2email.cfg: Diego's feed is now redirecting to HTTPS

  $ wget -S http://blog.flameeyes.eu/articles.atom
  ...
    HTTP/1.1 301 Moved Permanently
    ...
    Location: https://blog.flameeyes.eu/articles.atom

Rss2email picks up on the 301 (in Feed._check_for_errors) and updates
the URL automatically :).
src/.config/rss2email.cfg