From 6acc50198e3303e7793aa95d3ec14e93b1579902 Mon Sep 17 00:00:00 2001 From: Lucas Nussbaum Date: Fri, 15 May 2009 18:01:57 +0200 Subject: prep release, config parsing fix - prepared the release (still need to update the date) - allowed to re-use substrings in the yaml config file (+ doc) thanks to Bernhard Stoeckner for the tip. --- data/doc/feed2imap/examples/feed2imaprc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'data') diff --git a/data/doc/feed2imap/examples/feed2imaprc b/data/doc/feed2imap/examples/feed2imaprc index 508b79b..ca5c030 100644 --- a/data/doc/feed2imap/examples/feed2imaprc +++ b/data/doc/feed2imap/examples/feed2imaprc @@ -51,3 +51,12 @@ feeds: execurl: "wget -q -O /dev/stdout http://www.lemonde.fr/rss/sequence/0,2-3208,1-0,0.xml" filter: "/home/lucas/lemonde_getbody" target: imap://luser:password@imap.apinc.org/INBOX.Feeds.LeMonde +# It is also possible to reuse the same string in the target parameter: +# target-refix: &target "imap://user:pass@host/rss." +# feeds: +# - name: test1 +# target: [ *target, 'test1' ] +# ... +# - name: test2 +# target: [ *target, 'test2' ] +# ... -- cgit v1.2.3