just return nil instead of error.
+2002-11-20 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
+
+ * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
+ just return nil instead of error.
+
2002-11-19 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
* elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
(elmo-list-filter from-msgs result)
result)))
((string= "body" search-key)
- (error "On-line search by body via nntp is not implemented"))
+ nil)
(t
(let ((val (elmo-filter-value condition))
(negative (eq (elmo-filter-type condition) 'unmatch))