[PATCH 3/3] notmuch: Add support for listing the parent message

2010-10-27 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V When you have long thread, it would be nice to be able to show the message to which the current message is a reply Signed-off-by: Aneesh Kumar K.V --- emacs/notmuch-show.el | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch

[PATCH 2/3] notmuch: Add support for In-Reply-To in header

2010-10-27 Thread Aneesh Kumar K.V
This will later used to implment switching to the replied to mail from emacs Signed-off-by: Aneesh Kumar K.V --- notmuch-show.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch-show.c b/notmuch-show.c index ea465de..dbb4672 100644 --- a/notmuch-show.c +++ b/not

[PATCH 1/3] emacs: Don't overload same-window-regexps

2010-10-27 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V Also add unset mail to the regexps. Recent emacs changes change the buffer name Signed-off-by: Aneesh Kumar K.V --- emacs/notmuch-mua.el |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch-mua.el b/emacs/notmuch-mua.el index 0ad07

Re: [PATCH] emacs: Avoid runtime use of `cl'.

2010-10-27 Thread Carl Worth
On Thu, 29 Apr 2010 11:33:36 +0100, David Edmondson wrote: > The GNU Emacs Lisp Reference Manual section D.1 says: > > > * Please don't require the cl package of Common Lisp extensions at ... > Follow this advice, requiring the following changes where `cl' was > used at runtime: Thanks for this

[PATCH] emacs: Avoid runtime use of `cl'.

2010-10-27 Thread Carl Worth
/notmuchmail.org/pipermail/notmuch/attachments/20101027/cd6d331a/attachment.pgp>

Re: [PATCH] Move notmuch-fcc-header-setup to message-header-setup-hook.

2010-10-27 Thread Carl Worth
On Sun, 12 Sep 2010 15:23:37 -0500, Rob Browning wrote: > Here's a small patch to move notmuch-fcc-header-setup from > message-send-hook to message-header-setup-hook. This is nice because > it allows you to see what's going to happen and make adjustments if > you like. This is great. I do like t

[PATCH] Move notmuch-fcc-header-setup to message-header-setup-hook.

2010-10-27 Thread Carl Worth
ugh message-mode customization as well). -Carl -- carl.d.worth at intel.com -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101027/b9e30770/attachment.pgp>

Re: [PATCH] Remove bcc header from notmuch reply.

2010-10-27 Thread Carl Worth
On Thu, 03 Jun 2010 17:02:10 -0700, Carl Worth wrote: > On Wed, 28 Apr 2010 17:33:18 -0400, Jameson Rollins > wrote: > > Now that we finally have good built-in fcc support, we can finally get > > rid of the annoying bcc in notmuch-reply. > > I do want to apply this patch. But before I do I want

[PATCH] Remove bcc header from notmuch reply.

2010-10-27 Thread Carl Worth
e: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20101027/8ce2873a/attachment.pgp>

Where should I pull notmuch from?

2010-10-27 Thread Christophe-Marie Duquesne
Hi, Being new to notmuch, I am trying to understand how to get a notmuch that would sync the tags modifications with the maildir it watches (so that read/archive operations can be sinced to my gmail account through offlineimap). If I understand correctly, notmuchsync could do this job. However, a