On 2012-01-21, Michael Hannon wrote:
> Greetings. If I'm looking at a bunch of unread messages, then
> read a message that's in "the middle" of that bunch, then delete
> that message (hit the 'd' key while I still have message open), my
> version of mutt (see appended for details) automatically opens the
> next message.
>
> I'd like for that not to happen. I'd like to be dropped back to
> the message list. Is there some way to configure mutt to do this?
I used to be bothered by that behavior, too, so I had this in my
muttrc:
macro pager d <exit><delete-message> "delete current message and exit to
index"
HTH,
Gary