X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=elmo%2Felmo-nntp.el;h=74030a89db53bd6224aa2f78cac66929b74bbbe9;hb=d702b4b970138b3b2ba6269407c7f6f53aaed6f1;hp=9e642274fe257748b2470b30289c1f94a14c384e;hpb=08286aeb45ae12b0f22afeff27a11d552f63aec9;p=elisp%2Fwanderlust.git diff --git a/elmo/elmo-nntp.el b/elmo/elmo-nntp.el index 9e64227..74030a8 100644 --- a/elmo/elmo-nntp.el +++ b/elmo/elmo-nntp.el @@ -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))