diff options
author | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2006-10-23 16:21:20 +0000 |
---|---|---|
committer | lnu <lnu@f70e237a-67f3-0310-a06c-d2b8a7116972> | 2006-10-23 16:21:20 +0000 |
commit | dd108ab5ffc959ebfaf326769e5fc74822b6647b (patch) | |
tree | b384cddf85540a0285c792fcef66016f6e858b34 /data/doc/feed2imap | |
parent | 5eb10f0ee87a84103dd605efa16783dfeec53a54 (diff) | |
download | feed2imap-dd108ab5ffc959ebfaf326769e5fc74822b6647b.tar.gz feed2imap-dd108ab5ffc959ebfaf326769e5fc74822b6647b.tar.bz2 feed2imap-dd108ab5ffc959ebfaf326769e5fc74822b6647b.zip |
git-svn-id: svn+ssh://svn.gna.org/svn/feed2imap/trunk/feed2imap@105 f70e237a-67f3-0310-a06c-d2b8a7116972
Diffstat (limited to 'data/doc/feed2imap')
-rw-r--r-- | data/doc/feed2imap/examples/feed2imaprc | 7 |
1 files changed, 7 insertions, 0 deletions
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, |