[PATCH] emacs: message-cited-text-face is obsolete since Emacs 22.1. Use message-cited-text instead.

2011-03-16 Thread Pieter Praet
--- emacs/notmuch-wash.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index c4a7a41..0e64eb2 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -125,7 +125,7 @@ is what to put on the button. (let*

Re: python documentation

2011-03-16 Thread Sebastian Spaeth
On Tue, 15 Mar 2011 15:01:15 -0400, James Vasile ja...@hackervisions.org wrote: Yep, just a completed TODO. Patch below. Fixed and pushed. Thanks. Sebastian pgpNYkRfIXRj1.pgp Description: PGP signature ___ notmuch mailing list

Re: problem with folder: search in python bindings

2011-03-16 Thread Sebastian Spaeth
On Tue, 15 Mar 2011 11:30:30 -0700, Jameson Rollins jroll...@finestructure.net wrote: Hey, folks. I'm seeing something peculiar with the python bindings. It seems that I am not able to get any results when doing folder: searches with the python bindings. I'm using a version of notmuch that

Re: Org-mode support

2011-03-16 Thread Matthieu Lemerre
Hi Micah, Thanks so much for sending this, its very interesting! I've just started trying it and have managed to use M-x org-store-link on your email to add an org-mode todo item to try out org-mode support for notmuch :) Great, that's how it is supposed to be used! :) I have one question,

[PATCH] replace null terminator in string

2011-03-16 Thread James Vasile
In order to make the prior patch work for trailing whitespace, we also need this one. --- lib/thread.cc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/thread.cc b/lib/thread.cc index 7a816ea..54fde2b 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -291,6 +291,8

Org-mode support

2011-03-16 Thread micah anderson
Hi Matthieu! On Mon, 07 Feb 2011 22:22:17 +0100, Matthieu Lemerre wrote: > I have written the org-mode support for notmuch a while ago. It allows > to open links to notmuch from org-mode and create org-mode link from > notmuch buffers. > > The current maintainer of the package is looking for

[PATCH] emacs: "message-cited-text-face" is obsolete since Emacs 22.1. Use "message-cited-text" instead.

2011-03-16 Thread Pieter Praet
--- emacs/notmuch-wash.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-wash.el b/emacs/notmuch-wash.el index c4a7a41..0e64eb2 100644 --- a/emacs/notmuch-wash.el +++ b/emacs/notmuch-wash.el @@ -125,7 +125,7 @@ is what to put on the button." (let*

python documentation

2011-03-16 Thread Sebastian Spaeth
esc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110316/3c1564ae/attachment.pgp>

problem with folder: search in python bindings

2011-03-16 Thread Sebastian Spaeth
ian -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110316/79e1cb67/attachment.pgp>

[PATCH] emacs: "message-cited-text-face" is obsolete since Emacs 22.1. Use "message-cited-text" instead.

2011-03-16 Thread David Bremner
Hi Pieter; Thanks a lot for the the patch. I notice there is no commit message in the body, so I suspect the chances of Carl applying it as-is are pretty remote. Of course I could be off-base, but we've had many patches in the past go back for improved commit messages. All the best, David

[PATCH] Remove/replace vertical whitespace in subject header field body.

2011-03-16 Thread James Vasile
t) -- 1.7.2.3 -- next part -- A non-text attachment was scrubbed... Name: malformed_subject Type: application/octet-stream Size: 351 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20110316/d51114bb/attachment.obj>

[PATCH] replace null terminator in string

2011-03-16 Thread James Vasile
In order to make the prior patch work for trailing whitespace, we also need this one. --- lib/thread.cc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/lib/thread.cc b/lib/thread.cc index 7a816ea..54fde2b 100644 --- a/lib/thread.cc +++ b/lib/thread.cc @@ -291,6 +291,8