diff options
author | Lucas Nussbaum <lucas@lucas-nussbaum.net> | 2008-06-17 10:59:07 +0200 |
---|---|---|
committer | Lucas Nussbaum <lucas@lucas-nussbaum.net> | 2008-06-17 10:59:07 +0200 |
commit | dd6ec4ad1689410071128d424b0bbf7198f29d8c (patch) | |
tree | 75f3f8796688de5f6ade54ef4cda3d2eaf399912 /data/doc/feed2imap | |
parent | d27471fd1ea9d104332b2144d2938941c7a3fe11 (diff) | |
download | feed2imap-dd6ec4ad1689410071128d424b0bbf7198f29d8c.tar.gz feed2imap-dd6ec4ad1689410071128d424b0bbf7198f29d8c.tar.bz2 feed2imap-dd6ec4ad1689410071128d424b0bbf7198f29d8c.zip |
add include-images config option
Diffstat (limited to 'data/doc/feed2imap')
-rw-r--r-- | data/doc/feed2imap/examples/feed2imaprc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc index 3e56f84..508b79b 100644 --- a/data/doc/feed2imap/examples/feed2imaprc +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -6,6 +6,7 @@ # dumped. # debug-updated: (for debugging purposes) if true, display a lot of information # about the "updated-items" algorithm. +# include-images: download images and include them in the mail? (true/false) # # Per-feed options: # name: name of the feed (must be unique) @@ -15,6 +16,7 @@ # 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 +# include-images: download images and include them in the mail? (true/false) # 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 |