* elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
authoryoichi <yoichi>
Tue, 19 Nov 2002 14:32:18 +0000 (14:32 +0000)
committeryoichi <yoichi>
Tue, 19 Nov 2002 14:32:18 +0000 (14:32 +0000)
search-key is "body".

elmo/ChangeLog
elmo/elmo-nntp.el

index 99aa4bd..9973569 100644 (file)
@@ -1,3 +1,8 @@
+2002-11-19  Yoichi NAKAYAMA  <yoichi@eken.phys.nagoya-u.ac.jp>
+
+       * elmo-nntp.el (elmo-nntp-search-primitive): Cause error when the
+       search-key is "body".
+
 2002-11-19  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * elmo-imap4.el (elmo-folder-list-subfolders): Check the return value
index 9e64227..d6bc455 100644 (file)
@@ -1163,6 +1163,8 @@ Returns a list of cons cells like (NUMBER . VALUE)"
        (if from-msgs
            (elmo-list-filter from-msgs result)
          result)))
+     ((string= "body" search-key)
+      (error "On-line search by body via nntp is not implemented"))
      (t
       (let ((val (elmo-filter-value condition))
            (negative (eq (elmo-filter-type condition) 'unmatch))