diff options
author | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-22 08:59:13 +0000 |
---|---|---|
committer | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2005-07-22 08:59:13 +0000 |
commit | 146beb0d171a4158abd4e8f7f39c69013aeea99e (patch) | |
tree | ddf49e3946615ea5b392e817c27e9e6e05d82b8a /feed2imaprc-example | |
parent | 6941a59386d4d7d6de2c505dda54912e9a163f71 (diff) | |
download | feed2imap-146beb0d171a4158abd4e8f7f39c69013aeea99e.tar.gz feed2imap-146beb0d171a4158abd4e8f7f39c69013aeea99e.tar.bz2 feed2imap-146beb0d171a4158abd4e8f7f39c69013aeea99e.zip |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@39 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to '')
-rw-r--r-- | feed2imaprc-example | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/feed2imaprc-example b/feed2imaprc-example index d539e77..f27e671 100644 --- a/feed2imaprc-example +++ b/feed2imaprc-example @@ -1,6 +1,12 @@ +# name is the name of the feed (must be unique) +# url is the HTTP[S] address where the feed has to be fetched +# target is the IMAP URI where to put emails +# min-frequency (in HOURS) is the minimum frequency with which this particular +# feed will be fetched +# disable: if set to something, the feed will be ignored feeds: - name: feed2imap - url: http://home.gna.org/feed2imap/feed2imap.rss + url: http://home.gna.org/feed2imap/feed2imap.rss target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Feed2Imap - name: lucas url: http://www.lucas-nussbaum.net/dotclear/rss.php |