Re: bbdb/wl-header getting any fields
Kazuhiro Ito <[email protected]> Sun, 17 Sep 2017 12:22:03 +0900
| Newsgroups | gmane.mail.wanderlust.general |
|---|---|
| Message-ID | <86y3pec8mc.wl--xmue__2607.80938338048$1505618603$gmane$org@d1.dion.ne.jp> |
> 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