[notmuch] [PATCH 2/2] notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command-key-with-prefix

2009-12-26 Thread da...@tethera.net
From: David Bremner The previous version would crash when a key was bound to a sparse keymap, since apparently these are not straightforward lists. The usage of map-keymap is a bit obscure: it only has side-effects, no return value. --- notmuch.el |8 ++-- 1 files

[notmuch] [PATCH 1/2] notmuch.el: add a submap (on "z" for "ztash") to stash things.

2009-12-26 Thread da...@tethera.net
From: David Bremner Provide key bindings for stuffing everything with a notmuch-show-get-foo function into the emacs kill-ring as text. Currently this is just message-id, filename, and tags. --- notmuch.el | 31 +++ 1 files changed, 31

[notmuch] (no subject)

2009-12-26 Thread da...@tethera.net
Thanks to Micah Anderson on IRC for pointing out that the previous version of this patch broke '?' in notmuch-show mode. This was arguably a bug in the notmuch help code, fixed in patch 2 of the series. I wouldn't be surprised if 'map-keymap' could be used other places in the code, but I kept

[notmuch] [PATCH 3/3] Allow folders with no messages to be elided from list.

2009-12-26 Thread Keith Packard
This makes it easier to see folders with messages. Eliding empty folders is togged with the 'e' binding. Signed-off-by: Keith Packard --- lib/Makefile.local |1 + lib/notmuch.h | 11 +++ lib/query.cc | 41 + notmuch-new.c |

[notmuch] [PATCH 2/3] Look at whitespace to separate folder name from count

2009-12-26 Thread Keith Packard
This allows folder names to contain any non-blank characters Signed-off-by: Keith Packard --- notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index 3dbb64a..c02adc6 100644 --- a/notmuch.el +++ b/notmuch.el @@ -1469,8 +1469,8 @@

[notmuch] [PATCH 1/3] Add 'm' and ' ' bindings to notmuch-folder view

2009-12-26 Thread Keith Packard
This allows the user to compose new mail from the folder view, and also to use to show the current folder. Signed-off-by: Keith Packard --- notmuch.el |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/notmuch.el b/notmuch.el index 97914f2..3dbb64a 100644 ---

[notmuch] update on delete/rename support

2009-12-26 Thread David Bremner
On Sat, 26 Dec 2009 14:20:38 -0500, micah anderson wrote: > > >You may have to wrap your "notmuch new" call in a "notmuch save", > >"notmuch restore" pair if you discover things coming back to your > >inbox > > do you mean "notmuch dump" here instead of "notmuch save"? Yes, sorry. > I'm

[notmuch] update on delete/rename support

2009-12-26 Thread micah anderson
On Sat, 26 Dec 2009 12:12:09 -0400, David Bremner wrote: >You may have to wrap your "notmuch new" call in a "notmuch save", >"notmuch restore" pair if you discover things coming back to your inbox. do you mean "notmuch dump" here instead of "notmuch save"? > The whole

[notmuch] update on delete/rename support

2009-12-26 Thread David Bremner
On Sat, 26 Dec 2009 00:21:15 -0500, Jameson Graef Rollins wrote: > Hey, folks. I was wondering if there was an update on getting support > for mail deleting and moving/renaming into notmuch. I wanted to try to > push on it a little bit since I believe that support for deleting/moving > messages

[notmuch] update on delete/rename support

2009-12-26 Thread Carl Worth
hmail.org/pipermail/notmuch/attachments/20091226/340eddf0/attachment.pgp>

[notmuch] update on delete/rename support

2009-12-26 Thread Jameson Graef Rollins
ail/notmuch/attachments/20091226/e5f9aea0/attachment-0001.pgp>

[notmuch] [PATCH 3/3] Allow folders with no messages to be elided from list.

2009-12-26 Thread Keith Packard
This makes it easier to see folders with messages. Eliding empty folders is togged with the 'e' binding. Signed-off-by: Keith Packard kei...@keithp.com --- lib/Makefile.local |1 + lib/notmuch.h | 11 +++ lib/query.cc | 41 +

[notmuch] [PATCH 2/2] notmuch.el: convert sparse keymap to a list in notmuch-substitute-one-command-key-with-prefix

2009-12-26 Thread david
From: David Bremner brem...@unb.ca The previous version would crash when a key was bound to a sparse keymap, since apparently these are not straightforward lists. The usage of map-keymap is a bit obscure: it only has side-effects, no return value. --- notmuch.el |8 ++-- 1 files