Gnus development mailing list
 help / color / mirror / Atom feed
* unread nnimap messages marked as O after move to different group
@ 2010-12-10  1:47 John Sullivan
  2010-12-16 16:47 ` Lars Magne Ingebrigtsen
  0 siblings, 1 reply; 2+ messages in thread
From: John Sullivan @ 2010-12-10  1:47 UTC (permalink / raw)
  To: ding

I wouldn't expect moving a message from one nnimap group to another to
change its read status.

I've had previous issues (now fixed) with moving messages between
servers, but this is reproducible moving messages between two groups on
the same server, using gnus from today's emacs git mirror.

I marked several unread messages with #, then moved them to a different
group with B m. In the new group, they are all marked O. (It's also
strange that they aren't marked E, if anything, because the destination
group has expiry on.)

Here's the imap log of the move:

17:27:54 431 SELECT "INBOX.spam"
17:27:54 432 UID FETCH 14363:14364 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref To Newsgroups)])
17:28:15 433 UID STORE 14363 FLAGS.SILENT (\Seen)
17:28:15 434 UID FETCH 14363 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref To Newsgroups)])
17:28:15 435 UID COPY 14363 "INBOX.train.spam"
17:28:15 436 UID STORE 14363 +FLAGS.SILENT (\Deleted)
17:28:15 437 UID EXPUNGE 14363
17:28:15 438 UID STORE 14364 FLAGS.SILENT (\Seen)
17:28:15 439 UID FETCH 14364 (UID RFC822.SIZE BODYSTRUCTURE BODY.PEEK[HEADER.FIELDS (Subject From Date Message-Id References In-Reply-To Xref To Newsgroups)])
17:28:15 440 UID COPY 14364 "INBOX.train.spam"
17:28:15 441 UID STORE 14364 +FLAGS.SILENT (\Deleted)
17:28:15 442 UID EXPUNGE 14364
17:28:15 443 SELECT "INBOX.train.spam"
17:28:15 444 SELECT "INBOX.train.spam"
17:28:15 445 UID FETCH 1:* FLAGS
17:28:17 446 SELECT "INBOX.spam"
17:28:17 447 UID STORE 14363:14364 +FLAGS.SILENT (\Seen)
17:28:17 448 UID SEARCH SENTBEFORE 08-DEC-2010

-- 
John Sullivan
Emacs Planner Maintainer
http://wjsullivan.net/PlannerMode.html





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: unread nnimap messages marked as O after move to different group
  2010-12-10  1:47 unread nnimap messages marked as O after move to different group John Sullivan
@ 2010-12-16 16:47 ` Lars Magne Ingebrigtsen
  0 siblings, 0 replies; 2+ messages in thread
From: Lars Magne Ingebrigtsen @ 2010-12-16 16:47 UTC (permalink / raw)
  To: ding

John Sullivan <john@wjsullivan.net> writes:

> I marked several unread messages with #, then moved them to a different
> group with B m. In the new group, they are all marked O.

D'oh.  There was a nice piece of totally reversed logic in the
push-marks-to-the-server logic.

-- 
(domestic pets only, the antidote for overdose, milk.)
  larsi@gnus.org * Lars Magne Ingebrigtsen




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-12-16 16:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-10  1:47 unread nnimap messages marked as O after move to different group John Sullivan
2010-12-16 16:47 ` Lars Magne Ingebrigtsen

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).