From: yoichi Date: Tue, 19 Nov 2002 20:38:39 +0000 (+0000) Subject: * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change, X-Git-Tag: wl-2_11_1~31 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b4c07263e5c0e631402e5953875c77c6dd3e8202;p=elisp%2Fwanderlust.git * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change, just return nil instead of error. --- diff --git a/elmo/ChangeLog b/elmo/ChangeLog index b079a2d..2ebe7b5 100644 --- a/elmo/ChangeLog +++ b/elmo/ChangeLog @@ -1,3 +1,8 @@ +2002-11-20 Yoichi NAKAYAMA + + * elmo-nntp.el (elmo-nntp-search-primitive): Fix the last change, + just return nil instead of error. + 2002-11-19 Yoichi NAKAYAMA * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index d6bc455..405b605 100644 --- a/elmo/elmo-nntp.el +++ b/elmo/elmo-nntp.el @@ -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))