Synch with Oort Gnus.
authoryamaoka <yamaoka>
Fri, 25 Oct 2002 12:28:20 +0000 (12:28 +0000)
committeryamaoka <yamaoka>
Fri, 25 Oct 2002 12:28:20 +0000 (12:28 +0000)
lisp/ChangeLog
lisp/nndraft.el

index da344f8..34ee60b 100644 (file)
@@ -1,3 +1,8 @@
+2002-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * nndraft.el (nndraft-request-article): Treat delayed articles
+       like drafts.
+
 2002-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * gnus-agent.el (gnus-agent-load-alist): Fix parenthesis.
index 57397fb..28c7112 100644 (file)
       (when (and (file-exists-p newest)
                 (let ((nnmail-file-coding-system
                        (if (file-newer-than-file-p file auto)
-                           (if (equal group "drafts")
+                           (if (member group '("drafts" "delayed"))
                                message-draft-coding-system
                              nnheader-text-coding-system)
                          nnheader-auto-save-coding-system)))