* elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change,
authoryoichi <yoichi>
Tue, 19 Nov 2002 20:38:39 +0000 (20:38 +0000)
committeryoichi <yoichi>
Tue, 19 Nov 2002 20:38:39 +0000 (20:38 +0000)
just return nil instead of error.

elmo/ChangeLog
elmo/elmo-nntp.el

index b079a2d..2ebe7b5 100644 (file)
@@ -1,3 +1,8 @@
+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
index d6bc455..405b605 100644 (file)
@@ -1164,7 +1164,7 @@ Returns a list of cons cells like (NUMBER . VALUE)"
            (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))