2000-10-02 Yuuichi Teranishi <teranisi@gohome.org>
+ * elmo-nntp.el (elmo-nntp-search-primitive): Decode header field.
+
* elmo-util.el (elmo-buffer-field-primitive-condition-match): Fixed.
* elmo-nntp.el (elmo-nntp-default-use-xhdr): New variable.
(delq nil
(mapcar
(lambda (pair)
- (if (string-match val (cdr pair))
+ (if (string-match val
+ (eword-decode-string
+ (decode-mime-charset-string
+ (cdr pair) elmo-mime-charset)))
(car pair)))
(elmo-nntp-retrieve-field spec search-key
from-msgs))))