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 storage_init

$this->add_hook('storage_init', array($this, 'storage_init'));

- I use fetch headers to retrieve the 'checking' header

  function storage_init($p)
  {
        $p['fetch_headers'] = trim($p['fetch_headers'].'Checking');
        return $p;
  }

If I now print all the data coming from the mail, this header isn't shown,
only the usual headers (from, cc, cco).

Any help on what i'm missing here?



--
View this message in context: 
http://roundcube-webmail.10982.n7.nabble.com/Fetching-custom-message-headers-in-message-list-view-tp12694.html
Sent from the Development mailing list archive at Nabble.com.
_______________________________________________
Roundcube Development discussion mailing list
dev@lists.roundcube.net
http://lists.roundcube.net/mailman/listinfo/dev

Reply via email to