On Wed, 25 May 2011 15:17:05 -0700, Carl Worth cwo...@cworth.org wrote:
I'll also send a few additional patches that make it possible to choose
the From address when forwarding a message and when replying to a
message.
The only real concern I have with the series is that it grabs 'R' for
On Thu, 26 May 2011 10:39:58 +0200, Thomas Jost schno...@schnouki.net wrote:
When I first started implementing the custom-from feature I planned to
use a prefix argument to get the behavior (such as C-u m rather than
M for compose-new-mail-with-custom-from). You might even see I've got
On Tue, 24 May 2011 15:02:01 -0700, Carl Worth cwo...@cworth.org wrote:
In order to select a From address, the user simply presses M instead of
m to begin composing a message. By default the list of names/addresses
to be used during completion will be automatically generated by the
settings in
On Wed, 25 May 2011 15:21:06 +0200, Thomas Jost schno...@schnouki.net wrote:
Thanks, IMHO that's better than my previous solution. And it makes my
.emacs smaller, woohoo! :)
Thanks for the review.
One little issue though: you did not update notmuch-show-mode-map in
notmuch-show.el. I'll