summaryrefslogtreecommitdiff
path: root/data/doc/feed2imap/examples/feed2imaprc
diff options
context:
space:
mode:
Diffstat (limited to 'data/doc/feed2imap/examples/feed2imaprc')
-rw-r--r--data/doc/feed2imap/examples/feed2imaprc9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc
index 13ac3c2..35a9f6c 100644
--- a/data/doc/feed2imap/examples/feed2imaprc
+++ b/data/doc/feed2imap/examples/feed2imaprc
@@ -4,6 +4,10 @@
# 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
+# always-new: feed2imap tries to use a clever algorithm to determine whether an item
+# is new or has been updated. It doesn't work well with some web apps like
+# mediawiki. When this flag is enabled, all items which don't match exactly
+# a previously downloaded item are considered as new items.
#
# 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)
@@ -17,3 +21,8 @@ feeds:
- name: linuxfr
url: http://linuxfr.org/backend/news/rss20.rss
target: imap://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.LinuxFR
+ -
+ name: JabberFrWiki
+ url: http://wiki.jabberfr.org/index.php?title=Special:Recentchanges&feed=rss
+ target: imaps://lucaswebmail:password@imap.apinc.org/INBOX.Feeds.JabberFR
+ always-new: true
2007-07-20 07:46:44 +0000'>2007-07-20new Plugin Schemenecoro1-5/+4 2007-07-20new Plugin Schemenecoro1-1/+1 2007-07-20new Plugin Schemenecoro9-162/+214 2007-07-13fixesnecoro4-27/+37 2007-07-13new fancier log outputnecoro14-127/+116 2007-07-11added SIGSTOP/SIGCONT support; SIGTERM now works ;)necoro8-208/+275 2007-07-09bug in shutdown pluginnecoro2-5/+12 2007-07-09added resume_loop pluginnecoro1-1/+1 2007-07-09added resume_loop pluginnecoro10-22/+162 2007-07-07some more documentationnecoro6-4/+108 2007-07-07Some documentation worknecoro7-18/+129