From feafc222b6889edba5c3d7e40321349d20517451 Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 5 Jun 2008 00:46:37 +0000 Subject: [PATCH] (message-disassociate-draft): Revert 2008-03-18 change. --- lisp/ChangeLog | 4 ++++ lisp/message.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 83be56e46..8b9c71cb4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2008-06-05 Katsumi Yamaoka + + * message.el (message-disassociate-draft): Revert 2008-03-18 change. + 2008-05-30 Katsumi Yamaoka * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that diff --git a/lisp/message.el b/lisp/message.el index b790ac433..a1782a86e 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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." -- 2.25.1