From dd108ab5ffc959ebfaf326769e5fc74822b6647b Mon Sep 17 00:00:00 2001 From: lnu Date: Mon, 23 Oct 2006 16:21:20 +0000 Subject: git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@105 f70e237a-67f3-0310-a06c-d2b8a7116972 --- data/doc/feed2imap/examples/feed2imaprc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'data') diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc index 0d0c3ed..0d8eaac 100644 --- a/data/doc/feed2imap/examples/feed2imaprc +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -1,4 +1,7 @@ # Global options: +# max-failures: maximum number of failures allowed before they are reported in +# normal mode (default 5). By default, failures are only visible in verbose +# mode. # dumpdir: (for debugging purposes) directory where all fetched feeds will be # dumped. # debug-updated: (for debugging purposes) if true, display a lot of information @@ -16,6 +19,10 @@ # 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. +# ignore-hash: Some feeds change the content of their items all the time, so +# feed2imap detects that they have been updated at each run. When this flag +# is enabled, feed2imap ignores the content of an item when determining +# whether the item is already known. # Snownews/Liferea scripts support : # execurl: Command to execute that will display the RSS/Atom feed on stdout # filter: Command to execute which will receive the RSS/Atom feed on stdin, -- cgit v1.2.3