[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-27 Thread Carl Worth
On Fri, 27 Nov 2009 18:31:23 -0500 (EST), Bart Trojanowski wrote: > [[ First of all I am jazzed because this is the first email I am > sending to anyone other than myself from the vim interface to > notmuch ]] Congratulations Bart on a fine milestone! Well done. -Carl -- next part

[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-27 Thread Carl Worth
On Fri, 27 Nov 2009 09:13:12 +0100, Tassilo Horn wrote: > I guess it won't be the last one. There are some byte-compiler warnings > with notmuch.el, that I'd like to remove. Great! I'll look forward to more from you? > So an email looking like this would be correct? Almost. The place where

[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-27 Thread Bart Trojanowski
* Bart Trojanowski [091127 18:32]: > You can actually put arbitrary text between the diffstat output and the first > diff --git line. For example: Oops, and that's exactly what you said... > > So to satisfy "git am", introductory and explanatory portions of > > the email, ("Hi!" and

[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-27 Thread Bart Trojanowski
[[ First of all I am jazzed because this is the first email I am sending to anyone other than myself from the vim interface to notmuch ]] Getting on wit the show... > So to satisfy "git am", introductory and explanatory portions of > the email, ("Hi!" and "Here's my first patch"), have

[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-27 Thread Tassilo Horn
Carl Worth writes: Hi Carl, >> Here's my first patch. It changes that notmuch-show-get-filename and >> notmuch-show-get-message-id return simple strings and not propertited >> strings. > > Thanks, Tassilo! > > It's great to have a contribution from you in notmuch. I've pushed > this out now.

Re: [notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-27 Thread Carl Worth
On Fri, 27 Nov 2009 09:13:12 +0100, Tassilo Horn tass...@member.fsf.org wrote: I guess it won't be the last one. There are some byte-compiler warnings with notmuch.el, that I'd like to remove. Great! I'll look forward to more from you? So an email looking like this would be correct? Almost.

[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 17:57:31 +0100, Tassilo Horn wrote: > Hi! > > Here's my first patch. It changes that notmuch-show-get-filename and > notmuch-show-get-message-id return simple strings and not propertited > strings. Thanks, Tassilo! It's great to have a contribution from you in notmuch.

Re: [notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-26 Thread Carl Worth
On Mon, 23 Nov 2009 17:57:31 +0100, Tassilo Horn tass...@member.fsf.org wrote: Hi! Here's my first patch. It changes that notmuch-show-get-filename and notmuch-show-get-message-id return simple strings and not propertited strings. Thanks, Tassilo! It's great to have a contribution from

[notmuch] [PATCH] Return unpropertized strings for filename and message-id

2009-11-23 Thread Tassilo Horn
Hi! Here's my first patch. It changes that notmuch-show-get-filename and notmuch-show-get-message-id return simple strings and not propertited strings. Bye, Tassilo --- notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index