Re: bbdb/wl-header getting any fields

Kazuhiro Ito <[email protected]>
Newsgroups gmane.mail.wanderlust.general.japanese
Message-ID <[email protected]>
> As far as I can follow the debugger step by step into the depths of
> elmo-message-* and friends, I think that only a few headers are
> actually "indexable" by the mail engine.  Is this the case?  I would
> like to bring in a number of other fields, such as
> 
> Organizaion:
> X-Spam-Level: 
> X-Spam-Status:
> Envelope-to:
> X-ML-Name:
> X-ML-Info:
> User-Agent:

Add required field names into elmo-msgdb-extra-fields and rebuild
msgdb, e.g. press s a l l RET in summary buffer.  Some fields
(message-id, references, from, subject, date, to, cc, content-type,
in-reply-to, content-length and newsgroups) are implicitly included.

(setq elmo-msgdb-extra-fields
      '(     
	"Organizaion"	
	"X-Spam-Level"	
	"X-Spam-Status"
	"Envelope-to"
	"X-ML-Name"
	"X-ML-Info"
	"User-Agent"
	))

-- 
Kazuhiro Ito
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.