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, 29 Apr 2020 18:31:19 -0700

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.

Eric

Attachment: 0001-Prevent-gnus-registry-handle-action-from-creating-sp.patch
Description: Text Data


reply via email to

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