Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Re: gnus-summary-move-article sets message to unread
       [not found]   ` <87znetrjrx.fsf@dagobert.moware.at>
@ 2003-11-18 13:47     ` Simon Josefsson
  0 siblings, 0 replies; only message in thread
From: Simon Josefsson @ 2003-11-18 13:47 UTC (permalink / raw)


Heinrich Moser <usenet@heinzi.at> writes:

> Chris Beggy <chrisb@kippona.com> writes:
>> Heinrich Moser <usenet@heinzi.at> writes:
>>> This is probably a trivial issue for most of you but I could not find
>>> a solution for it yet: When moving a message from my IMAP inbox to
>>> another folder ('B m', i.e. gnus-summary-move-article), the message is
>>> correctly moved to the folder but also marked as unread (in the new
>>> folder). Is there any way to change that behavior? After all, I *did*
>>> read the message before moving it.
>> 
>> I'm interested in this issue too.  I'm using gnu emacs 21.1.2,
>> gnus 5.10.3, and cyrus21-imap.  I see the same behavior with B m
>> or B c between folders on the imap server.
>
> It looks like I found a solution (using emacs 21.2.1, gnus
> 5.9.0). Gnus updates the data on the IMAP server (such as
> "read"-flags) upon leaving the group. Thus, when you read a new
> (i.e. previously unread) message in a group and move it directly after
> reading it, it's still marked "unread" on the server and therefore
> "unread" in the destination folder.
>
> The following works for me (~/.gnus):
>
> (defun my-gnus-move (&optional N)
> 	"Move article including correct read state."
> 	(interactive "P")
> 	(gnus-summary-update-info)
> 	(gnus-summary-move-article))
>
> (gnus-define-keys (gnus-summary-backend-map "B" gnus-summary-mode-map)
> 	"m" my-gnus-move)
>
> gnus-summary-update-info saves the updated "read"-flags onto the
> server. I'm not an experienced lisp programmer so any corrections are
> appreciated.

Ah, this makes sense.  It is probably a bug in B m and B c, it should
use the data in the summary buffer and not the info in .newsrc.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-11-18 13:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <871xscvc5t.fsf@dagobert.moware.at>
     [not found] ` <87fzgmtgl5.fsf@lackawana.kippona.com>
     [not found]   ` <87znetrjrx.fsf@dagobert.moware.at>
2003-11-18 13:47     ` gnus-summary-move-article sets message to unread Simon Josefsson

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