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

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

bug#40974: 28.0.50; Prevent gnus registry from making entries when it sh


From: Eric Abrahamsen
Subject: bug#40974: 28.0.50; Prevent gnus registry from making entries when it shouldn't
Date: Wed, 20 May 2020 12:01:23 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Eric Abrahamsen <eric@ericabrahamsen.net> writes:

> The function `gnus-registry-handle-action' is meant to handle message
> entries when messages are being moved/copied/deleted. Code comments
> indicate that if a message is being "moved to nowhere" it's actually
> being deleted, but the code doesn't actually delete the entry. In fact,
> because it unilaterally creates an entry before checking what to do with
> it, but then never deletes it, it will *create* entries for messages
> being deleted, or moved into groups that should be ignored.
>
> The attached patch confirms that registry information about the message
> should actually be kept, before keeping it.

Pushed to master.





reply via email to

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