Re: [notmuch] Debian packaging

2009-11-30 Thread Carl Worth
On Sun, 29 Nov 2009 11:06:34 -0700, Bdale Garbee wrote: > On Sun, 2009-11-29 at 08:55 -0500, Jameson Graef Rollins wrote: > > As much as I would love to, at this point I'm not quite offering to > > actually be maintainer of a notmuch Debian package. > > Actually, since Carl is a DD now, I've alr

[notmuch] Debian packaging

2009-11-30 Thread Carl Worth
tp://notmuchmail.org/pipermail/notmuch/attachments/20091130/9a1bba07/attachment.pgp>

[notmuch] [PATCH] Allow empty name for thread author with vim plugin

2009-11-30 Thread Jonathan McDowell
Hi. I've been playing with notmuch + the vim plugin and been getting "ERROR PARSING" displayed. Turns out this is due to lines like: thread:55334d46382493cd49226a1a20ad335f 2000-11-20 [1/1] ; New Enquiry (inbox unread) where the author of the mail is empty. The simple patch below seems to mak

Re: [notmuch] Requires g++, and something else?

2009-11-30 Thread Carl Worth
On Tue, 1 Dec 2009 00:01:16 +, Scot Becker wrote: > I'm a brand new joiner to notmuch ('course so is nearly everyone). Hi Scot, welcome to notmuch! > I just tried compiling, and I see: > > 1. g++ is also a 'dependency' though ./configure didn't catch it. Oh, good point. I did assume you a

[notmuch] Requires g++, and something else?

2009-11-30 Thread Carl Worth
ble Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091130/08c68b91/attachment.pgp>

[notmuch] New, better help mode for emacs interface

2009-11-30 Thread Carl Worth
I just committed the semantics that Keith wanted for the 'x' and 'X' bindings when viewing a thread, (that 'x' archives the thread, and 'X' clears the "unread" tag then archives). This is very different than the old behavior of 'x' which was simply to kill the current buffer without changing any m

[notmuch] New, better help mode for emacs interface

2009-11-30 Thread Carl Worth
available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20091130/47c3b54e/attachment.pgp>

Re: [notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags

2009-11-30 Thread Carl Worth
On Sun, 22 Nov 2009 23:20:58 -0800, Keith Packard wrote: > So we need to do the 'mark all that have been seen read' change, then we > can do the rest of this switch. Not sure how to make that work, as we > need to know what has been displayed, and you can display bits of the > window in lots of di

[notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags

2009-11-30 Thread Carl Worth
message in thread, then exit back to search results." + (interactive) + (notmuch-show-archive-thread) + (kill-this-buffer)) + +(defun notmuch-show-mark-read-then-archive-then-exit () + "Remove unread tags from thread, then archive and exit to search results." + (interactive) + (not

[notmuch] [PATCH] notmuch.el: Add face support to message summary and subject lines.

2009-11-30 Thread Kan-Ru Chen
Remove the underline of both message summary and subject lines. Message summary still defaults to reverse-video, use customize to change it to whatever you like. Signed-off-by: Kan-Ru Chen --- notmuch.el | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a

[notmuch] Requires g++, and something else?

2009-11-30 Thread da...@tethera.net
Adrian Perez de Castro wrote: >[1 ] >[1.1 ] >On Tue, 1 Dec 2009 00:01:16 +, Scot wrote: >> CXXlib/thread.o >> AR lib/notmuch.a >> CXXnotmuch >> /usr/bin/ld: cannot find -lz >This is because you will need the development package for zlib, package >name is "zlib1g-dev",

[notmuch] [PATCH 2/3] notmuch.el: Add collapse all and expand all to notmuch-show

2009-11-30 Thread Kan-Ru Chen
These two functions behave like gmail's collapse all and expand all commands. notmuch-show-collapse-all is bound to 'B' but notmuch-show-expand-all has no keybindig because I thought it is not often used. Signed-off-by: Kan-Ru Chen --- notmuch.el | 25 + 1 files changed

[notmuch] [PATCH 1/3] notmuch.el: Add keybinding to toggle display of message body and headers.

2009-11-30 Thread Kan-Ru Chen
I really missed this feature. Added notmuch-show-toggle-current-body and notmuch-show-toggle-current-header and bind them to 'b' and 'h'. Signed-off-by: Kan-Ru Chen --- notmuch.el | 22 ++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/notmuch.el b/notmuch.

[notmuch] [PATCH 3/3] notmuch.el: Use emacs built-in forward-button and backward-button

2009-11-30 Thread Kan-Ru Chen
There are built-ins, so why not use them? Signed-off-by: Kan-Ru Chen --- notmuch.el |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/notmuch.el b/notmuch.el index 5b8513c..4d08c83 100644 --- a/notmuch.el +++ b/notmuch.el @@ -547,12 +547,12 @@ which this thread was orig

[notmuch] [PATCH] notmuch.el: Add face support to message summary and subject lines.

2009-11-30 Thread Aneesh Kumar K. V
On Mon, 30 Nov 2009 22:50:39 +0800, Kan-Ru Chen wrote: > Remove the underline of both message summary and subject lines. > Message summary still defaults to reverse-video, use customize to > change it to whatever you like. > > Signed-off-by: Kan-Ru Chen > --- > notmuch.el | 20 +++

[notmuch] [PATCH] Allow empty name for thread author with vim plugin

2009-11-30 Thread Jonathan McDowell
Hi. I've been playing with notmuch + the vim plugin and been getting "ERROR PARSING" displayed. Turns out this is due to lines like: thread:55334d46382493cd49226a1a20ad335f 2000-11-20 [1/1] ; New Enquiry (inbox unread) where the author of the mail is empty. The simple patch below seems to mak

[notmuch] [PATCH 2/9] Adjust autoload comments

2009-11-30 Thread James Rowe
On Sat, 28 Nov 2009 09:27:00 -0800, Keith Amidon wrote: > I was interested in them because the gentoo packaging support for emacs > includes the ability to automatically create autoloads from these > comments for installed add-on packages that then get loaded system-wide > when emacs is started.

Re: [notmuch] Requires g++, and something else?

2009-11-30 Thread david
Adrian Perez de Castro wrote: >[1 ] >[1.1 ] >On Tue, 1 Dec 2009 00:01:16 +, Scot wrote: >> CXXlib/thread.o >> AR lib/notmuch.a >> CXXnotmuch >> /usr/bin/ld: cannot find -lz >This is because you will need the development package for zlib, package >name is "zlib1g-dev",

Re: [notmuch] [PATCH] notmuch.el: Add face support to message summary and subject lines.

2009-11-30 Thread Kan-Ru Chen
On Mon, 30 Nov 2009 22:10:59 +0530, "Aneesh Kumar K. V" wrote: > The subject line is already have a font face value attached. > message-header-name to show the name of the header and > message-header-subject to show the subject details. > Two faces will be merged automatically, and the button f

Re: [notmuch] Requires g++, and something else?

2009-11-30 Thread Adrian Perez de Castro
On Tue, 1 Dec 2009 00:01:16 +, Scot wrote: > Friends, > > I'm a brand new joiner to notmuch ('course so is nearly everyone). > > I just tried compiling, and I see: > > 1. g++ is also a 'dependency' though ./configure didn't catch it. > 2. I 'make' breaks with the following error: > .

[notmuch] Requires g++, and something else?

2009-11-30 Thread Scot Becker
Friends, I'm a brand new joiner to notmuch ('course so is nearly everyone). I just tried compiling, and I see: 1. g++ is also a 'dependency' though ./configure didn't catch it. 2. I 'make' breaks with the following error: . CXX lib/thread.o ARlib/notmuch.a CXX notmuch /usr/bi

[notmuch] [PATCH] notmuch-reply.c: early exit for munged Reply-To when header is not present

2009-11-30 Thread Jed Brown
This avoids erroneously calling internet_address_list_length() with a NULL list (which was causing a gmime exception). Signed-off-by: Jed Brown --- notmuch-reply.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 9b9e9ab..6c9118e 1

Re: [notmuch] [PATCH 2/9] Adjust autoload comments

2009-11-30 Thread James Rowe
On Sat, 28 Nov 2009 09:27:00 -0800, Keith Amidon wrote: > I was interested in them because the gentoo packaging support for emacs > includes the ability to automatically create autoloads from these > comments for installed add-on packages that then get loaded system-wide > when emacs is started.

Re: [notmuch] [PATCH] notmuch.el: Add face support to message summary and subject lines.

2009-11-30 Thread Aneesh Kumar K. V
On Mon, 30 Nov 2009 22:50:39 +0800, Kan-Ru Chen wrote: > Remove the underline of both message summary and subject lines. > Message summary still defaults to reverse-video, use customize to > change it to whatever you like. > > Signed-off-by: Kan-Ru Chen > --- > notmuch.el | 20 +++

[notmuch] [PATCH] notmuch.el: Add face support to message summary and subject lines.

2009-11-30 Thread Kan-Ru Chen
Remove the underline of both message summary and subject lines. Message summary still defaults to reverse-video, use customize to change it to whatever you like. Signed-off-by: Kan-Ru Chen --- notmuch.el | 20 1 files changed, 16 insertions(+), 4 deletions(-) diff --git a

[notmuch] [PATCH] notmuch-reply.c: early exit for munged Reply-To when header is not present

2009-11-30 Thread Jed Brown
This avoids erroneously calling internet_address_list_length() with a NULL list (which was causing a gmime exception). Signed-off-by: Jed Brown --- notmuch-reply.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch-reply.c b/notmuch-reply.c index 9b9e9ab..6c9118e 1