[notmuch] [PATCH 5/9] Forward individual messages using message-forward

2009-11-28 Thread Keith Amidon
{-- Sat, 28 Nov 2009 09:49:58 -0800: Carl wrote: --} Carl> So when there are quick and easy things, (like calling an Carl> existing function on an 'f' binding like above), that totally Carl> makes sense to do. We can look at things like that as interim Carl> solutions until the C program

[notmuch] [PATCH 5/9] Forward individual messages using message-forward

2009-11-28 Thread Carl Worth
On Sat, 28 Nov 2009 09:32:00 -0800, Keith Amidon wrote: > What are your thoughts generally about integration with things like > message mode vs. implementing more into the C program? If you think the > message-mode enhancements will have a life I'll spend some time on this > and getting the

[notmuch] [PATCH 5/9] Forward individual messages using message-forward

2009-11-28 Thread Keith Amidon
{-- Fri, 27 Nov 2009 21:15:15 -0800: Carl wrote: --} Carl> On Fri, 27 Nov 2009 05:30:11 -0800, camalot at picnicpark.org wrote: >> From: Keith Amidon >> Sometimes forwarding a message is preferable to replying and >> modifying the set of recipients. This commit provides that ability

Re: [notmuch] [PATCH 5/9] Forward individual messages using message-forward

2009-11-28 Thread Keith Amidon
{-- Sat, 28 Nov 2009 09:49:58 -0800: Carl cwo...@cworth.org wrote: --} Carl So when there are quick and easy things, (like calling an Carl existing function on an 'f' binding like above), that totally Carl makes sense to do. We can look at things like that as interim Carl solutions until

[notmuch] [PATCH 5/9] Forward individual messages using message-forward

2009-11-27 Thread Carl Worth
On Fri, 27 Nov 2009 05:30:11 -0800, camalot at picnicpark.org wrote: > From: Keith Amidon > > Sometimes forwarding a message is preferable to replying and modifying > the set of recipients. This commit provides that ability using the > message-forward function. This is nice functionality---we