[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: RMAIL returns to wrong buffer after sending a reply
From: |
Eli Zaretskii |
Subject: |
Re: RMAIL returns to wrong buffer after sending a reply |
Date: |
Sun, 09 Jan 2011 09:15:54 -0500 |
> Date: Sat, 8 Jan 2011 10:20:58 -0500
> From: DJ Delorie <dj@delorie.com>
>
> When reading mail in RMAIL, if I 'r' reply to a message, after the
> message is sent, my cursor returns to the wrong buffer. I expect
> cursor focus to be in the message I just replied to, but it's actually
> in the "other" buffer (splitting the window and finding some other
> buffer if needed).
>
> How can I get RMAIL to return to the previous buffer instead?
>
> Note: it worked "correctly" in the past.
Does it help to evaluate the following expression?
(setq mail-user-agent 'sendmail-user-agent)
If it does, please submit a bug report (M-x report-emacs-bug) about
the default behavior. Emacs 23.2 switched to using message-user-agent,
but the user-visible behavior was not supposed to change that much.
(FWIW, I have the above customization permanently in my ~/.emacs.)