Gnus development mailing list
 help / color / mirror / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: ding@gnus.org
Cc: Nils Ackermann <nils@ackermath.info>
Subject: Re: Mail messages not queued properly when unplugged.
Date: Thu, 05 Jun 2008 09:46:42 +0900	[thread overview]
Message-ID: <b4mk5h4674d.fsf@jpl.org> (raw)
In-Reply-To: <v91w3dvz8u.fsf@marauder.physik.uni-ulm.de>

>>>>> Reiner Steib wrote:
> On Wed, Jun 04 2008, Michael Piotrowski wrote:

>> The problem appeared shortly before the No Gnus v0.10 release.  So
>> I'm still using an earlier version.

> How short before?  Does it appear in No Gnus 0.8?  Could you pin-point
> it to a particular date (by trying cvs co -D DATE ...)?

The bug is due to the change that Nils Ackermann made and that I
applied as:

2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
[...]
	* message.el (message-disassociate-draft): Specify drafts group name
	fully.

See the article <b4mhcf4jir6.fsf@jpl.org> in this list.  I hasten
to have made it revert in the trunk and the v5-10 branch.
The patch is below.

The problem that happens to Nils should be solved in another way.
I'll look into it further.

Regards,

--- message.el~	2008-05-29 21:40:43 +0000
+++ message.el	2008-06-05 00:43:05 +0000
@@ -6301,9 +6301,9 @@
 (defun message-disassociate-draft ()
   "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."
   (interactive)



  reply	other threads:[~2008-06-05  0:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-14  7:06 Malcolm Purvis
2008-04-15 13:33 ` Michael Piotrowski
2008-04-16  6:21   ` Malcolm Purvis
2008-04-16  9:21     ` Michael Piotrowski
2008-05-07 12:42       ` Norman Walsh
2008-05-09  9:21         ` Michael Piotrowski
2008-05-09 19:36           ` Norman Walsh
2008-05-12 11:02             ` Michael Piotrowski
2008-05-30  7:33 ` Katsumi Yamaoka
2008-06-03 17:00   ` Michael Piotrowski
2008-06-04  9:00     ` Katsumi Yamaoka
2008-06-04 12:01       ` Michael Piotrowski
2008-06-04 18:20         ` Reiner Steib
2008-06-05  0:46           ` Katsumi Yamaoka [this message]
2008-06-05 11:55             ` Katsumi Yamaoka
2008-06-05 16:07               ` Nils Ackermann
2008-06-05 18:12                 ` Nils Ackermann
2008-06-05 14:55             ` Michael Piotrowski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4mk5h4674d.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=ding@gnus.org \
    --cc=nils@ackermath.info \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).