山本です。
> (setq
> mew-refile-guess-alist
> '(
> ("X-Text-Classification:"
> ("inbox" ("To:" ("sample at example.com" "+temp"))))
この "inbox" とは何でしょうか?
削るとうまくいきませんが?
(setq mew-refile-guess-alist
'(("X-Text-Classification:"
("To:"
("sample at example.com" "+temp")))))
--かず