(message-disassociate-draft): Revert 2008-03-18 change.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 5 Jun 2008 00:46:37 +0000 (00:46 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 5 Jun 2008 00:46:37 +0000 (00:46 +0000)
lisp/ChangeLog
lisp/message.el

index 83be56e..8b9c71c 100644 (file)
@@ -1,3 +1,7 @@
+2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * message.el (message-disassociate-draft): Revert 2008-03-18 change.
+
 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
 
        * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
index b790ac4..a1782a8 100644 (file)
@@ -6302,7 +6302,7 @@ are not included."
   "Disassociate the message buffer from the drafts directory."
   (when message-draft-article
     (nndraft-request-expire-articles
-     (list message-draft-article) "nndraft:drafts" nil t)))
+     (list message-draft-article) "drafts" nil t)))
 
 (defun message-insert-headers ()
   "Generate the headers for the article."