summaryrefslogtreecommitdiff
path: root/data/doc/feed2imap/examples/feed2imaprc
blob: f27e6710c542bf9f2723eeb0366d6f1e9395c006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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
    target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Feed2Imap
  - name: lucas
    url: http://www.lucas-nussbaum.net/dotclear/rss.php
    target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.Lucas
  - name: linuxfr
    url: http://linuxfr.org/backend/news/rss20.rss
    target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.LinuxFR
> 2014-04-24dmenu: hide outputJason A. Donenfeld1-1/+1 2014-04-24tests: test for spacesJason A. Donenfeld3-8/+20 2014-04-24Move test instructions to INSTALL.Jason A. Donenfeld2-11/+18 2014-04-24tests: we don't use aggregate-resultsJason A. Donenfeld1-57/+0 2014-04-24Don't prompt for questions when stdin is not a tty.Jason A. Donenfeld3-7/+6 2014-04-24Allow overridable bash.Jason A. Donenfeld16-16/+16 2014-04-24dmenu: check for empty instead of ret codeJason A. Donenfeld1-1/+1 2014-04-24tests: sed doesn't like escaped chars on non-gnuJason A. Donenfeld1-1/+1 2014-04-24tests: run from anywhereJason A. Donenfeld13-4/+16 2014-04-24Turns out aliases were a bad idea.Jason A. Donenfeld14-95/+92 2014-04-24Make gpg_opts an array.Jason A. Donenfeld1-12/+12 2014-04-24Shellcheck errors.Jason A. Donenfeld1-6/+6 2014-04-24tests: todo updateJason A. Donenfeld1-25/+0