diff options
author | Sandra Snan <sandra.snan@handgranat.org> | 2010-03-17 12:42:16 +0100 |
---|---|---|
committer | Lucas Nussbaum <lucas@lucas-nussbaum.net> | 2010-03-17 22:03:12 +0100 |
commit | 7a5e620db0cff1a0f023539e9f8a2b2d76f8336c (patch) | |
tree | 251547ffbb5bbd8e1f9ec7d7afe38523d680dd6b /data/doc/feed2imap | |
parent | db52aeb97fcc73e3b9a3a2a6e2e9eb63fd4cb0f8 (diff) | |
download | feed2imap-7a5e620db0cff1a0f023539e9f8a2b2d76f8336c.tar.gz feed2imap-7a5e620db0cff1a0f023539e9f8a2b2d76f8336c.tar.bz2 feed2imap-7a5e620db0cff1a0f023539e9f8a2b2d76f8336c.zip |
Document the maildir target
I looked for a good feed to maildir program, and I couldn’t find one. Turns out, by looking at feed2imaps source code, that it has that function. So here’s a documentation patch so it’s easier to find. This patch shouldn’t touch any code. Generated by git.
Sandra
Signed-off-by: Sandra Snan <sandra.snan@handgranat.org>
Diffstat (limited to 'data/doc/feed2imap')
-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 |