[PATCH] RFC: Add From guessing when forwarding email

2010-04-26 Thread Dirk Hohndel
On Mon, 26 Apr 2010 16:27:50 -0700, Carl Worth wrote: > On Fri, 23 Apr 2010 15:52:15 -0700, Dirk Hohndel > wrote: > > This adds a new "guess-from" option to notmuch and modifies the > > emacs UI to use this to use the best guess from address when > > forwarding email. > > I don't want to add a

[PATCH] RFC: Add From guessing when forwarding email

2010-04-26 Thread Carl Worth
On Fri, 23 Apr 2010 15:52:15 -0700, Dirk Hohndel wrote: > This adds a new "guess-from" option to notmuch and modifies the > emacs UI to use this to use the best guess from address when > forwarding email. I don't want to add a new top-level command for this functionality, (which is fairly

[PATCH] RFC: Add From guessing when forwarding email

2010-04-26 Thread David Edmondson
On Fri, 23 Apr 2010 15:52:15 -0700, Dirk Hohndel wrote: > Given how little elisp I know I'm quite interested in feedback > and better implementations I think that: (defun notmuch-show-forward-message () "Forward the current message." (interactive) (let ((user-mail-address

[PATCH] RFC: Add From guessing when forwarding email

2010-04-26 Thread Dirk Hohndel
On Mon, 26 Apr 2010 11:43:45 +0100, David Edmondson wrote: > On Fri, 23 Apr 2010 15:52:15 -0700, Dirk Hohndel > wrote: > > Given how little elisp I know I'm quite interested in feedback > > and better implementations > > I think that: > > (defun notmuch-show-forward-message () > "Forward

Re: [PATCH] RFC: Add From guessing when forwarding email

2010-04-26 Thread David Edmondson
On Fri, 23 Apr 2010 15:52:15 -0700, Dirk Hohndel hohn...@infradead.org wrote: Given how little elisp I know I'm quite interested in feedback and better implementations I think that: (defun notmuch-show-forward-message () Forward the current message. (interactive) (let ((user-mail-address

[PATCH] RFC: Add From guessing when forwarding email

2010-04-23 Thread Dirk Hohndel
This adds a new "guess-from" option to notmuch and modifies the emacs UI to use this to use the best guess from address when forwarding email. Given how little elisp I know I'm quite interested in feedback and better implementations Signed-off-by: Dirk Hohndel --- emacs/notmuch-show.el |8

[PATCH] RFC: Add From guessing when forwarding email

2010-04-23 Thread Dirk Hohndel
This adds a new guess-from option to notmuch and modifies the emacs UI to use this to use the best guess from address when forwarding email. Given how little elisp I know I'm quite interested in feedback and better implementations Signed-off-by: Dirk Hohndel hohn...@infradead.org ---