[notmuch] [PATCH -V3] notmuch.el: Support for customizing search result display

2010-03-10 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V This patch helps in customizing search result display similar to mutt's index_format. The customization is done by defining an alist as below (setq notmuch-search-result-format '(("date" . "%s ") ("authors" .

[notmuch] [PATCH -V3 2/2] notmuch.el: Add support for reply-to sender

2010-03-10 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V Add key binding to do a reply-to sender. This is mapped to 'R' Signed-off-by: Aneesh Kumar K.V --- emacs/notmuch.el | 24 ++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git a/emacs/notmuch.el

[notmuch] [PATCH -V3 1/2] notmuch-reply: Add support for replying only to sender

2010-03-10 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V This patch add --recipient=all|sender option Signed-off-by: Aneesh Kumar K.V --- notmuch-client.h |2 + notmuch-reply.c | 55 - 2 files changed, 43 insertions(+), 14 deletions(-) diff

[notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap changes?

2010-03-10 Thread James Vasile
You have a typo: mot-much-folder-mode-map should be notmuch-folder-mode-map. (s/motmuch/notmuch/) On Wed, 10 Mar 2010 13:19:09 -0700, Mark R Anderson wrote: > I have added several keys to the search and show keymaps in my .emacs > file, but when my hook for notmuch-folder-mode generates

[notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap changes?

2010-03-10 Thread Mark Anderson
On Wed, 10 Mar 2010 16:01:28 -0600, James Vasile wrote: > You have a typo: mot-much-folder-mode-map should be > notmuch-folder-mode-map. (s/motmuch/notmuch/) Wow, how long can you stare at something and not see the obvious? Thanks, -Mark

[notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap changes?

2010-03-10 Thread Mark R Anderson
I have added several keys to the search and show keymaps in my .emacs file, but when my hook for notmuch-folder-mode generates warnings. I'm not sure exactly when the error happens, it may just be the compile phase of reading the .emacs file, my ELisp is pretty shaky. (add-hook

[notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output format, with output control

2010-03-10 Thread David Bremner
On Wed, 10 Mar 2010 01:25:22 -0800, Carl Worth wrote: > On Tue, 09 Mar 2010 16:19:16 -0400, David Bremner > wrote: > > > > --format=tabular --output=message-id > > Ah, so maybe your "notmuch show --format=tabular" is basically the same > thing I imagined for "notmuch search" (once we teach it

[notmuch] [PATCH 2/2] notmuch-show: add tags to json output

2010-03-10 Thread Sebastian Spaeth
On Tue, 2 Mar 2010 11:52:33 +0100, Sebastian Spaeth wrote: I just updated this patch to reflect the new notmuch_tags_valid/notmuch_tags_to_next(?) syntax. It is commit e7cfd46505e8b1c4124a8fa88ea0fbee286d9360 on git://github.com/spaetz/notmuch-all-feature.git

[notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output format, with output control

2010-03-10 Thread Carl Worth
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/20100310/f6da9462/attachment-0001.pgp>

Re: [notmuch] [PATCH 3/3] notmuch-show.c: prototype tabular output format, with output control

2010-03-10 Thread David Bremner
On Wed, 10 Mar 2010 01:25:22 -0800, Carl Worth cwo...@cworth.org wrote: On Tue, 09 Mar 2010 16:19:16 -0400, David Bremner da...@tethera.net wrote: --format=tabular --output=message-id Ah, so maybe your notmuch show --format=tabular is basically the same thing I imagined for notmuch

[notmuch] [PATCH -V3 2/2] notmuch.el: Add support for reply-to sender

2010-03-10 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V aneesh.ku...@gmail.com Add key binding to do a reply-to sender. This is mapped to 'R' Signed-off-by: Aneesh Kumar K.V aneesh.ku...@gmail.com --- emacs/notmuch.el | 24 ++-- 1 files changed, 22 insertions(+), 2 deletions(-) diff --git

[notmuch] [PATCH -V3 1/2] notmuch-reply: Add support for replying only to sender

2010-03-10 Thread Aneesh Kumar K.V
From: Aneesh Kumar K.V aneesh.ku...@gmail.com This patch add --recipient=all|sender option Signed-off-by: Aneesh Kumar K.V aneesh.ku...@gmail.com --- notmuch-client.h |2 + notmuch-reply.c | 55 - 2 files changed, 43 insertions(+), 14

[notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap changes?

2010-03-10 Thread Mark R Anderson
I have added several keys to the search and show keymaps in my .emacs file, but when my hook for notmuch-folder-mode generates warnings. I'm not sure exactly when the error happens, it may just be the compile phase of reading the .emacs file, my ELisp is pretty shaky. (add-hook

Re: [notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap changes?

2010-03-10 Thread James Vasile
You have a typo: mot-much-folder-mode-map should be notmuch-folder-mode-map. (s/motmuch/notmuch/) On Wed, 10 Mar 2010 13:19:09 -0700, Mark R Anderson markr.ander...@amd.com wrote: I have added several keys to the search and show keymaps in my .emacs file, but when my hook for

Re: [notmuch] Any idea why my emacs doesn't want to accept my notmuch-folder keymap changes?

2010-03-10 Thread Mark Anderson
On Wed, 10 Mar 2010 16:01:28 -0600, James Vasile ja...@hackervisions.org wrote: You have a typo: mot-much-folder-mode-map should be notmuch-folder-mode-map. (s/motmuch/notmuch/) Wow, how long can you stare at something and not see the obvious? Thanks, -Mark