Gnus development mailing list
 help / color / mirror / Atom feed
From: Lars Ingebrigtsen <larsi@gnus.org>
To: Herbert Valerio Riedel <hvr@gnu.org>
Cc: ding@gnus.org
Subject: Re: gnus-summary-move-article between different nnimap backends removes arbitrary articles
Date: Mon, 20 Feb 2012 08:28:20 +0100	[thread overview]
Message-ID: <87d39aotez.fsf@gnus.org> (raw)
In-Reply-To: <87pqdb6o3w.fsf@gnu.org> (Herbert Valerio Riedel's message of "Sun, 19 Feb 2012 12:48:03 +0100")

Herbert Valerio Riedel <hvr@gnu.org> writes:

> I modified `nnimap-log-command` to print the `nnimap-address`,

That's a good idea.  I've now added it to No Gnus.

> and the following shows the operation of moving an article (UID=22639)
> from origin.server.org's INBOX to destination.server.org's INBOX.test
> (edited names), in the following log one can clearly see that the
> `EXPUNGE` command is sent to the wrong server:

Oops.

I've now fixed this, I think.  The log I get when moving from hermes to
gmail now is:

08:25:05 [hermes.netfonds.no] 382 UID FETCH 9671 BODY.PEEK[].
08:25:11 [hermes.netfonds.no] 383 UID STORE 9671 FLAGS.SILENT (\Seen).
08:25:11 [hermes.netfonds.no] 384 UID FETCH 9671 BODY.PEEK[].
08:25:11 [imap.gmail.com] 385 APPEND "Travel" {12314}.
08:25:12 [hermes.netfonds.no] 386 UID STORE 9671 +FLAGS.SILENT (\Deleted).
08:25:12 [hermes.netfonds.no] 387 UID EXPUNGE 9671.
08:25:12 [imap.gmail.com] 388 UID STORE 10 +FLAGS.SILENT (\Seen).
08:25:13 [imap.gmail.com] 389 SELECT "Travel".
08:25:13 [imap.gmail.com] 390 UID FETCH 1:* FLAGS.

-- 
(domestic pets only, the antidote for overdose, milk.)
  http://lars.ingebrigtsen.no  *  Sent from my Rome



      reply	other threads:[~2012-02-20  7:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-19 11:48 Herbert Valerio Riedel
2012-02-20  7:28 ` Lars Ingebrigtsen [this message]

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=87d39aotez.fsf@gnus.org \
    --to=larsi@gnus.org \
    --cc=ding@gnus.org \
    --cc=hvr@gnu.org \
    /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).