Re: Notmuch indexing 21 million emails

2011-11-24 Thread Felipe Contreras
On Tue, Nov 22, 2011 at 5:02 AM, Tom Bulli mrbu...@yahoo.com wrote: I have a project where I need to search about 21 emails - and decided to use notmuch for it.  The system is a Debian Squeeze, the notmuch version is 0.8-1~bpo60+1 from kyria's private repository. I am running the notmuch

notmuch release 0.10 now available

2011-11-24 Thread David Bremner
Where to obtain notmuch 0.10 === http://notmuchmail.org/releases/notmuch-0.10.tar.gz Which can be verified with: http://notmuchmail.org/releases/notmuch-0.10.tar.gz.sha1 6dc3d84da53cb16818d06e1825022f3b23e473d5 notmuch-0.10.tar.gz

[RFC PATCH 1/2] emacs: allow functions as saved searches

2011-11-24 Thread Jani Nikula
Signed-off-by: Jani Nikula j...@nikula.org --- emacs/notmuch-hello.el |9 +++-- emacs/notmuch-lib.el |8 ++-- emacs/notmuch.el |9 +++-- 3 files changed, 20 insertions(+), 6 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index

[RFC PATCH 2/2] emacs: a couple of example functions that might be useful with saved searches

2011-11-24 Thread Jani Nikula
Signed-off-by: Jani Nikula j...@nikula.org --- emacs/notmuch-hello.el | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el index ad3ae74..f03e4b9 100644 --- a/emacs/notmuch-hello.el +++ b/emacs/notmuch-hello.el

Re: [PATCH 2a/2] emacs: test notmuch-indent-messages-width default

2011-11-24 Thread David Bremner
On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler telegr...@gmx.net wrote: From e9cbb995c2d51cb3de3baa485e9a6861f6c36b0a Mon Sep 17 00:00:00 2001 From: Gregor Zattler telegr...@gmx.net Date: Sun, 23 Oct 2011 21:10:18 +0200 Subject: [PATCH] emacs: test notmuch-indent-messages-width default Hi

Re: [PATCH v6 1/2] emacs: User-defined sections in notmuch-hello

2011-11-24 Thread David Bremner
On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe dan...@schoepe.org wrote: From: Daniel Schoepe daniel.scho...@googlemail.com This patch makes the notmuch-hello screen fully customizable by allowing the user to add and remove arbitrary sections. It also provides some convenience functions

Re: [PATCH v6 1/2] emacs: User-defined sections in notmuch-hello

2011-11-24 Thread Daniel Schoepe
On Thu, 24 Nov 2011 09:54:50 -0400, David Bremner da...@tethera.net wrote: On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe dan...@schoepe.org wrote: From: Daniel Schoepe daniel.scho...@googlemail.com This patch makes the notmuch-hello screen fully customizable by allowing the user to

Re: [PATCH] debian/control: require dtach version = 0.8 in Build-Depends

2011-11-24 Thread David Bremner
On Mon, 21 Nov 2011 17:18:00 +0200, Tomi Ollila tomi.oll...@iki.fi wrote: Since version 0.8 of dtach -n does no longer require controlling tty to be present when executed. Currently controlling tty is not always (if ever) present when tests are executed. Pushed. d

Re: [PATCH] emacs: Avoid unnecessary markers.

2011-11-24 Thread David Bremner
On Sun, 20 Nov 2011 20:07:02 -0500, Austin Clements amdra...@mit.edu wrote: This is just cleanup. These markers are all immediately resolved to points by Emacs, so using markers here is just unncessary overhead. Pushed. d ___ notmuch mailing list

Re: [PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-24 Thread David Bremner
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements amdra...@mit.edu wrote: There's no reason to record undo information for read-only, programmatically-constructed buffers. The undo list just chews up memory keeping track of our calls to insert. Pushed. d

Re: [PATCH v6 1/2] emacs: User-defined sections in notmuch-hello

2011-11-24 Thread Michal Sojka
On Thu, 24 Nov 2011, Daniel Schoepe wrote: On Thu, 24 Nov 2011 09:54:50 -0400, David Bremner da...@tethera.net wrote: On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe dan...@schoepe.org wrote: From: Daniel Schoepe daniel.scho...@googlemail.com This patch makes the notmuch-hello

Re: python-notmuch decoding error on a message

2011-11-24 Thread David Bremner
On Sun, 6 Nov 2011 23:15:54 +0100, Antoine Amarilli antoine.amari...@ens.fr wrote: Hello, The attached message makes python-notmuch crash when trying to access it (see attached log). I don't know if the encoding of Subject is valid or not, but it would probably be better anyway to ignore

[PATCH] CLI: update call to notmuch_help_command for new calling conventions.

2011-11-24 Thread David Bremner
From: David Bremner brem...@debian.org When I changed the calling convention to pass in all but the zero-th argument to subcommands, I missed this one call, resulting in a segmentation fault. --- notmuch.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch.c

Re: compile error of current git on F15

2011-11-24 Thread Darren McGuicken
On Wed, 01 Jun 2011 09:55:16 -0700, Jameson Graef Rollins jroll...@finestructure.net wrote: On Wed, 01 Jun 2011 05:35:29 -0700, Dirk Hohndel hohn...@infradead.org wrote: This used to work and used to be supported and was broken in a recent notmuch patch. If you don't have access to gmime

[PATCH 0/4] emacs: make message indentation width customisable (was: Re: [PATCH 2a/2] emacs: test notmuch-indent-messages-width default)

2011-11-24 Thread Gregor Zattler
Dear David, notmuch developers, * David Bremner da...@tethera.net [24. Nov. 2011]: On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler telegr...@gmx.net wrote: The extra copy of the patch header messes up the log messages with the 3 test related patches in this series are applied. Can you

[PATCH 1/4] emacs: make message indentation width customisable

2011-11-24 Thread Gregor Zattler
Till now Emacs UI indents messages according to their respecive depth of neting in the thread. The actual width of indentation per level is hardcoded to `1' space. This patch makes message indentation customisable by introducing a variable `notmuch-indent-messages-width' which defaults to `1',

[PATCH 3/4] emacs: test: notmuch show without indentation

2011-11-24 Thread Gregor Zattler
Previous behaviour was to indent messages in a thread according to depth by one space per level. In id:1311028119-50637-1-git-send-email-fgel...@gmail.com Felix Geller proposed a patch in order to turn indentation off. This commit tests if instead setting notmuch-indent-messages-width to `0'

[PATCH 4/4] emacs: test notmuch show with fourfold message indentation

2011-11-24 Thread Gregor Zattler
Previous behaviour was to indent messages in a thread according to depth by one space per level. This commit tests if setting notmuch-indent-messages-width to `4' provides a message thread with four spaces of indentation thread depth. --- test/emacs |7

[PATCH] emacs: Don't record undo information for search or show buffers.

2011-11-24 Thread David Bremner
On Sun, 20 Nov 2011 20:00:55 -0500, Austin Clements wrote: > There's no reason to record undo information for read-only, > programmatically-constructed buffers. The undo list just chews up > memory keeping track of our calls to insert. Pushed. d

[PATCH v6 1/2] emacs: User-defined sections in notmuch-hello

2011-11-24 Thread David Bremner
On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe wrote: > From: Daniel Schoepe > > This patch makes the notmuch-hello screen fully customizable > by allowing the user to add and remove arbitrary sections. It > also provides some convenience functions for constructing sections, > e.g. showing

[PATCH v6 1/2] emacs: User-defined sections in notmuch-hello

2011-11-24 Thread Daniel Schoepe
ly now, I guess that can be merged afterwards. Cheers, Daniel -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 835 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/2024/3569091b/attachment.pgp>

[PATCH v6 1/2] emacs: User-defined sections in notmuch-hello

2011-11-24 Thread Michal Sojka
On Thu, 24 Nov 2011, Daniel Schoepe wrote: > On Thu, 24 Nov 2011 09:54:50 -0400, David Bremner > wrote: > > On Mon, 10 Oct 2011 15:39:41 +0200, Daniel Schoepe > > wrote: > > > From: Daniel Schoepe > > > > > > This patch makes the notmuch-hello screen fully customizable > > > by allowing the

python-notmuch decoding error on a message

2011-11-24 Thread David Bremner
On Sun, 6 Nov 2011 23:15:54 +0100, Antoine Amarilli wrote: > Hello, > > The attached message makes python-notmuch crash when trying to access it (see > attached log). > > I don't know if the encoding of Subject is valid or not, but it would probably > be better anyway to ignore decoding errors

[PATCH] CLI: update call to notmuch_help_command for new calling conventions.

2011-11-24 Thread David Bremner
From: David Bremner When I changed the calling convention to pass in all but the zero-th argument to subcommands, I missed this one call, resulting in a segmentation fault. --- notmuch.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/notmuch.c

[PATCH] have LATEST-notmuch-.tar.gz on releases web page

2011-11-24 Thread Tomi Ollila
The notmuchmail/releases page used to have LATEST-notmuch- to link to the latest notmuch source tarball. This is confusing on web page and on disk when the file has been downloaded. This change looks a bit inconsistent with the 'rm' command just executed before. $(TAR_FILE) is defined (currently)

[PATCH] CLI: update call to notmuch_help_command for new calling conventions.

2011-11-24 Thread Tomi Ollila
On Thu, 24 Nov 2011 16:02:41 -0400, David Bremner wrote: > From: David Bremner > > When I changed the calling convention to pass in all but the zero-th > argument to subcommands, I missed this one call, resulting in a > segmentation fault. LGTM, is analogous to other 'argc -1, [1]' uses and

compile error of current git on F15

2011-11-24 Thread Darren McGuicken
nd the notmuch build appears fine (crypto et al). Assuming this mail sends, of course :-) -- 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/pi

[PATCH 2/4] emacs: test notmuch-indent-messages-width default

2011-11-24 Thread Gregor Zattler
Previous behaviour was to indent messages in a thread according to depth by one space per level. This is still the case with notmuch-indent-messages-width default value `1'. This test succeeds if output with default value is same as in "Basic notmuch-show view in emacs". --- test/emacs |7

[PATCH 0/4] emacs: make message indentation width customisable (was: Re: [PATCH 2a/2] emacs: test notmuch-indent-messages-width default)

2011-11-24 Thread Gregor Zattler
Dear David, notmuch developers, * David Bremner [24. Nov. 2011]: > On Sun, 23 Oct 2011 21:38:43 +0200, Gregor Zattler > wrote: > The extra copy of the patch header messes up the log messages with the 3 > test related patches in this series are applied. Can you resend with > git-send-email?

[PATCH 1/4] emacs: make message indentation width customisable

2011-11-24 Thread Gregor Zattler
Till now Emacs UI indents messages according to their respecive depth of neting in the thread. The actual width of indentation per level is hardcoded to `1' space. This patch makes message indentation customisable by introducing a variable `notmuch-indent-messages-width' which defaults to `1',

[PATCH 3/4] emacs: test: notmuch show without indentation

2011-11-24 Thread Gregor Zattler
Previous behaviour was to indent messages in a thread according to depth by one space per level. In id:1311028119-50637-1-git-send-email-fgeller at gmail.com Felix Geller proposed a patch in order to turn indentation off. This commit tests if instead setting notmuch-indent-messages-width to `0'

[PATCH 4/4] emacs: test notmuch show with fourfold message indentation

2011-11-24 Thread Gregor Zattler
Previous behaviour was to indent messages in a thread according to depth by one space per level. This commit tests if setting notmuch-indent-messages-width to `4' provides a message thread with four spaces of indentation thread depth. --- test/emacs |7