* (nnmh-request-accept-article): Insert `Message-ID' only if `group' name is
authoryamaoka <yamaoka>
Mon, 11 Jan 1999 12:19:12 +0000 (12:19 +0000)
committeryamaoka <yamaoka>
Mon, 11 Jan 1999 12:19:12 +0000 (12:19 +0000)
neither "queue" nor "draft".

lisp/nnmh.el

index 3a4c27a..462c60a 100644 (file)
 
 (deffoo nnmh-request-accept-article (group &optional server last noinsert)
   (nnmh-possibly-change-directory group server)
-  (nnmail-check-syntax)
+  (if (and (not (equal group "queue"))
+          (not (equal group "draft")))
+      (nnmail-check-syntax))
   (when nnmail-cache-accepted-message-ids
     (nnmail-cache-insert (nnmail-fetch-field "message-id")))
   (nnheader-init-server-buffer)