diff options
Diffstat (limited to 'data/doc')
-rw-r--r-- | data/doc/feed2imap/examples/feed2imaprc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc index 8d732ba..99aab33 100644 --- a/data/doc/feed2imap/examples/feed2imaprc +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -12,8 +12,8 @@ # Per-feed options: # name: name of the feed (must be unique) # url: HTTP[S] address where the feed has to be fetched -# target: the IMAP URI where to put emails. Should start with imap:// for IMAP -# and imaps:// for IMAPS. +# target: the IMAP URI where to put emails. Should start with imap:// for IMAP, +# imaps:// for IMAPS and maildir:// for a path to a local maildir. # 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 |