* elmo-nntp.el (elmo-nntp-search-primitive): Revert the last change.
[elisp/wanderlust.git] / elmo / elmo-nntp.el
index 9e64227..74030a8 100644 (file)
@@ -1163,6 +1163,9 @@ Returns a list of cons cells like (NUMBER . VALUE)"
        (if from-msgs
            (elmo-list-filter from-msgs result)
          result)))
+     ((string= "body" search-key)
+      (error
+"Search by BODY is not supported (Toggle the plug off to search from caches)"))
      (t
       (let ((val (elmo-filter-value condition))
            (negative (eq (elmo-filter-type condition) 'unmatch))