[PATCH] emacs: Allow user to choose "From" address when composing a new message.

2011-05-26 Thread Thomas Jost
On Wed, 25 May 2011 15:17:05 -0700, Carl Worth 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 >

[PATCH] emacs: Allow user to choose "From" address when composing a new message.

2011-05-26 Thread Jameson Graef Rollins
On Thu, 26 May 2011 10:39:58 +0200, Thomas Jost 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 > > some code

Re: [PATCH] emacs: Allow user to choose From address when composing a new message.

2011-05-26 Thread Thomas Jost
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

Re: [PATCH] emacs: Allow user to choose From address when composing a new message.

2011-05-26 Thread Jameson Graef Rollins
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

[PATCH] emacs: Allow user to choose "From" address when composing a new message.

2011-05-25 Thread Thomas Jost
On Tue, 24 May 2011 15:02:01 -0700, Carl Worth 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 the notmuch

[PATCH] emacs: Allow user to choose "From" address when composing a new message.

2011-05-25 Thread Carl Worth
On Wed, 25 May 2011 15:21:06 +0200, Thomas Jost 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 reply with a patch

Re: [PATCH] emacs: Allow user to choose From address when composing a new message.

2011-05-25 Thread Thomas Jost
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

Re: [PATCH] emacs: Allow user to choose From address when composing a new message.

2011-05-25 Thread Carl Worth
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

[PATCH] emacs: Allow user to choose "From" address when composing a new message.

2011-05-24 Thread Carl Worth
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 the notmuch configuration file. The user can customize the

[PATCH] emacs: Allow user to choose From address when composing a new message.

2011-05-24 Thread Carl Worth
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 the notmuch configuration file. The user can customize the