Bug#731073: More details

2014-02-05 Thread Sébastien Dailly
Le 05/02/2014 21:27, Antonio Terceiro a écrit : You are right. I will provide a fix for this shortly Thanks ! As feed2imap works again for me, I've juste opened another one bug, I think it's related with ruby1.9 to. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=737767 I'm free if you

Bug#731073: More details

2014-02-05 Thread Antonio Terceiro
On Wed, Feb 05, 2014 at 07:35:22PM +0100, Sébastien Dailly wrote: > Le 05/02/2014 18:52, Antonio Terceiro a écrit : > > >the `target` attribute is expected to be a string, and your > >configuration makes it an array. That .join("") would break all other > >feed2imap users. :-) > > > >I think this

Bug#731073: More details

2014-02-05 Thread Sébastien Dailly
Le 05/02/2014 18:52, Antonio Terceiro a écrit : the `target` attribute is expected to be a string, and your configuration makes it an array. That .join("") would break all other feed2imap users. :-) I think this is an artifact of the migration to use Ruby 1.9. I don't know why this worked at al

Bug#731073: More details

2014-02-05 Thread Antonio Terceiro
On Wed, Feb 05, 2014 at 02:43:55PM +0100, Sébastien Dailly wrote: > Hello, > > I've understood the problem. > > My configuration looks like this : > > >target-refix: &target "maildir:///path/to/Maildir/" > > > >feeds: > > > > - name: name > > url: url > > target: [ *target, '.RSS.PATH.TO.MAI

Bug#731073: [DRE-maint] Bug#731073: More details

2014-02-05 Thread Antonio Terceiro
On Wed, Feb 05, 2014 at 04:50:52PM +0100, Christian Hofstaedtler wrote: > Control: tags -1 + upstream > > Hi, > > * Sébastien Dailly [140205 15:03]: > > I've understood the problem. > > > [..] > > This is a bug present in mainstream source : should I open a ticket > > in the github repo, or can

Bug#731073: [DRE-maint] Bug#731073: More details

2014-02-05 Thread Christian Hofstaedtler
Control: tags -1 + upstream Hi, * Sébastien Dailly [140205 15:03]: > I've understood the problem. > [..] > This is a bug present in mainstream source : should I open a ticket > in the github repo, or can you correct this directly in the source ? Thanks for analyzing the cause of the bug. It'd

Bug#731073: More details

2014-02-05 Thread Sébastien Dailly
Hello, I've understood the problem. My configuration looks like this : target-refix: &target "maildir:///path/to/Maildir/" feeds: - name: name url: url target: [ *target, '.RSS.PATH.TO.MAILDIR_FORMAT' ] wich is a valid yaml format. in config.rb, uri are parsed with the following co