rss2email: add ability to load feeds from the config file only.
authorW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 16:56:58 +0000 (12:56 -0400)
committerW. Trevor King <wking@tremily.us>
Thu, 18 Oct 2012 16:57:00 +0000 (12:57 -0400)
commit03d4851725f6ac5247a357dbe0f6eecf2558752b
treeff51f7fb9bd70f58d55c3bc024e55c22f0d691cb
parentc471b299c5a4754cbe2df8bd500351059c3edab8
rss2email: add ability to load feeds from the config file only.

If a feed exists in the config file, but not in the data file, the
previous implementation would not load it.  This patch initializes
such feeds using only the information from the config file
(i.e. without dynamic data from the data file).  The patch also
creates missing data files on demand.  As an example use case, if you
keep a backup of your config file, but lose the data file, you can
restore the config file and an `r2e run` will create and repopulate
your data file.
rss2email.py