#3519: Select nearest message when changing filters
-------------------------+--------------------------------------------------
Reporter: ericpruitt | Owner: mutt-dev
Type: enhancement | Status: new
Priority: major | Milestone:
Component: mutt | Version: 1.5.20
Keywords: |
-------------------------+--------------------------------------------------
When a message is visible before and after changing mutt's current message
limiting filter, the row cursor remains on the same message, but if the
message does not exist, the cursor is reset to the top-most message.
Instead, the nearest message without rolling over to the top of the screen
should be selected. This could be made an optional setting using something
like filtered_message_selection (a terrible name) that could be set to
"off", "before", "after" to determine if the nearest message before or
after is selected. Another variable, "limit_rollover", would be used to
determine whether or not mutt was allowed to wrap around to the next
message if using "before" at the top of the mailbox or "after" at the end
of the mailbox.
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3519>
Mutt <http://www.mutt.org/>
The Mutt mail user agent