On Tue, Dec 18, 2007 at 12:24:08AM -0800, Josh Triplett wrote:
> Package: feed2imap
> Version: 0.9.2-1
> Severity: wishlist
> 
> I want to subscribe to various feeds, with all items going to the same
> IMAP server.  Please allow setting the IMAP server once, not per-feed.

Not sure this is a very well documented feature, but I use this at home:

target-refix: &target "maildir:///home/anarcat/Maildir/.feeds."
feeds:
- name: Ikiwiki recent changes
  url: http://ikiwiki.info/recentchanges/index.rss
  target: [ *target, 'releases' ]
- name: Ikiwiki-hosting RecentChanges
  url: http://ikiwiki-hosting.branchable.com/recentchanges/index.rss
  target: [ *target, 'releases' ]

that avoids repeating the target configuration. note the typo in
"target-prefix": i don't quite understand why, but it works here.

This is also documented in the sample configuration file, does that
answer your requirement?

A.

PS: btw, gna.org is dead now, so it's good the report was copied here.
:)

-- 
Quidquid latine dictum sit, altum sonatur.
Whatever is said in Latin sounds profound.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to