Re: [RCD] Fetching custom message headers in message list view

2014-10-30 Thread hyukudan
Thanks a lot to all of you! I got it working now, it seems i forgot as you said how to write the header in the fetch field... a mistake so simple I didn't see it even while looking into it over and over again. -- View this message in context: http://roundcube-webmail.10982.n7.nabble.com/Fetchi

Re: [RCD] Fetching custom message headers in message list view

2014-10-29 Thread Cor Bosman
You can check my listcommands plugin to see how I do it: https://github.com/corbosman/listcommands/blob/master/listcommands.php Cor ___ Roundcube Development discussion mailing l

Re: [RCD] Fetching custom message headers in message list view

2014-10-29 Thread A.L.E.C
On 10/29/2014 06:04 PM, Thomas Bruederli wrote: > Enable IMAP debug logging with $config['imap_debug'] = true; in config > in order to verify the requests and responses to and from the imap > server. And disable messages_cache for testing. Headers are not fetched again if a message was already cac

Re: [RCD] Fetching custom message headers in message list view

2014-10-29 Thread Thomas Bruederli
On Wed, Oct 29, 2014 at 1:50 PM, hyukudan wrote: > I've been searching the archive here and other plugins for help on how to > fetch custom headers in the message list view, and I must have misunderstood > something, because I can't read it (only in the message view). What I've > been doing is: >

[RCD] Fetching custom message headers in message list view

2014-10-29 Thread hyukudan
I've been searching the archive here and other plugins for help on how to fetch custom headers in the message list view, and I must have misunderstood something, because I can't read it (only in the message view). What I've been doing is: - I add a hook after the plugin init function, calling sto