summaryrefslogtreecommitdiff
path: root/data/doc/feed2imap/examples/feed2imaprc
blob: 13ac3c2af0bfe9b73f89828e5e772c3609e90953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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
#
# If your login contains an @ character, replace it with %40. Other reserved
# characters can be escaped in the same way (see man ascii to get their code)
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
>2015-01-28Bad code is bad.Jason A. Donenfeld1-3/+3 2015-01-28Bump version1.6.5Jason A. Donenfeld1-1/+1 2015-01-28cygwin + gpg4win: convert paths to windows paths when calling gpg4win binary ...Lenz Weber2-1/+26 2015-01-28Skip broken tests.Jason A. Donenfeld1-0/+6 2015-01-28Add unprotected keys for GnuPG 2.1Jason A. Donenfeld11-0/+0 2015-01-28Use more stable with-colons outputJason A. Donenfeld2-3/+3 2015-01-28Revert "Only examine subkeys that are capable of encrypting."Jason A. Donenfeld2-2/+2 2015-01-28Take into account use in testsJason A. Donenfeld1-1/+1 2015-01-28Bump version1.6.4Jason A. Donenfeld1-1/+1 2015-01-27Strip ".gpg" from symlinks as wellTheo Chatzimichos1-2/+2 2015-01-19clip: Show an error message if xclip returns a non-zero exit codeWieland Hoffmann1-3/+2 2015-01-19Correct path for top level grepJason A. Donenfeld1-2/+3