On 2009-03-31 05:49 +0200, Mark T.B. Carroll wrote:

> Package: emacs22-el
> Version: 22.2+2-5
> Severity: normal
> File: gnus
>
> When I send an e-mail from my nndraft:drafts folder, it stays in
> the folder afterward. It also appears in mail.outgoing, which of
> course makes sense. It used to automatically disappear from the
> drafts folder once sent.

Can you please try the following patch?  I think it fixes the problem.

--8<---------------cut here---------------start------------->8---
Index: message.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/gnus/message.el,v
retrieving revision 1.118.2.11
retrieving revision 1.118.2.12
diff -u -r1.118.2.11 -r1.118.2.12
--- message.el  24 Apr 2008 04:50:58 -0000      1.118.2.11
+++ message.el  17 Jun 2008 02:35:22 -0000      1.118.2.12
@@ -5827,7 +5827,7 @@
   "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."
--8<---------------cut here---------------end--------------->8---

Alternatively, upgrade to emacs22 22.3+1-1 where this patch has been
applied.

TIA,
    Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to