bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56592: 29.0.50; Moving between nnselect groups sometimes fails to sa


From: Sean Whitton
Subject: bug#56592: 29.0.50; Moving between nnselect groups sometimes fails to save marks
Date: Sat, 16 Jul 2022 06:54:39 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux)

Hello,

On Fri 15 Jul 2022 at 11:43PM -07, Sean Whitton wrote:

>
> By contrast, if you mark the message as read in the first group and then
> type C-x C-s, and only then do 'n n' on the last message, the marks are
> properly saved and the message does not appear unread in the second
> group.

Looks like this is due to this hack in my init.el:

    (defun spw/gnus-request-group-scan (group _info)
      (when (eq 'nnselect (car (gnus-find-method-for-group group)))
        (gnus-activate-group "nnmaildir+fmail:inbox" 'scan)))
    (advice-add 'gnus-request-group-scan :before #'spw/gnus-request-group-scan)

If I drop that then C-x C-s doesn't help.

-- 
Sean Whitton





reply via email to

[Prev in Thread] Current Thread [Next in Thread]