This was introduced somewhat recently. When archiving, instead of moving to the nearest message, the selection is dropped to the last message.
A bisect is in order, unless somebody can guess based on the patch list :)
I don't see this on JMAP. Could it be notmuch only?
probably maildir only
This actually doesn't happen for me with
:archive
but it it does on:mv Trash
. Also using maildir, glanced over recent commits but nothing obvious (to me) jumped out.
On Sat Jan 27, 2024 at 1:57 AM CET, ~elshize wrote:
This actually doesn't happen for me with
:archive
but it it does on:mv Trash
. Also using maildir, glanced over recent commits but nothing obvious (to me) jumped out.I can also reproduce with :mv Trash on maildir.
Bisected to this recent commit:
commit 40c25caafd583d4ee6ab3f5b318306e534abe480 Date: Mon Jan 22 20:46:54 2024 +0100
mv: allow to move messages across accounts
Makes sense, my "archive" binding is actually a
:mv Archive
.
To paint a fuller picture, this also happens when I
:mv
when in a message view, instead of jumping to the next message as it used to.
On Sat Jan 27, 2024 at 14:26, ~elshize outgoing@sr.ht wrote:
To paint a fuller picture, this also happens when I
:mv
when in a message view, instead of jumping to the next message as it used to.I don't see this with the fixes patch, so I think we are good!
Johannes Thyssen Tishman referenced this ticket in commit 8e87435.