1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-20 10:23:57 +00:00

Merge from gnus--devo--0

Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1212
This commit is contained in:
Miles Bader 2008-06-05 06:05:12 +00:00
parent dcaaec2302
commit b1d6cda301
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2008-06-05 Katsumi Yamaoka <yamaoka@jpl.org>
* message.el (message-disassociate-draft): Revert 2008-03-18 change.
2008-06-03 Glenn Morris <rgm@gnu.org>
* pop3.el (nnheader-accept-process-output): Autoload it.

View 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."