excessive thread fusing

2014-04-19 Thread David Bremner
cf8aaafbad68. -- next part -- A non-text attachment was scrubbed... Name: test-maildir.tar.gz Type: application/octet-stream Size: 23367 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20140419/a05d081c/attachment-0001.obj>

excessive thread fusing

2014-04-19 Thread Eric
On Sat, 19 Apr 2014 21:33:36 +0900, David Bremner wrote: > > Gregor Zattler mentioned some problems with threading at > >id:20120126004024.GA13704 at shi.workgroup > > After some off list discussions, I believe I have a smaller test case. > > The attached maildir contains 24 messages

[PATCH] doc: make notmuch-new summary line more generic

2014-04-19 Thread David Bremner
Since 'notmuch new' now takes multiple options, it's confusing to show only one of them in the summary. --- doc/man1/notmuch-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index d11fcee..787ed78 100644 ---

[PATCH] emacs: Honor debug-on-error for part renderers

2014-04-19 Thread David Bremner
Austin Clements writes: > Previously, even if debug-on-error was non-nil, the debugger would not > trap on part renderer errors. This made debugging part renderer bugs > frustrating, so let the debugger trap these errors. pushed d

[PATCH] News for changes from Austin Clements

2014-04-19 Thread David Bremner
Austin Clements writes: > --- > NEWS | 12 > 1 file changed, 12 insertions(+) > pushed. d

[PATCH] NEWS for displaying tag changes

2014-04-19 Thread Tomi Ollila
On Sat, Apr 19 2014, Mark Walters wrote: > --- > I don't know if any special markdown is needed for the two lisp > expressions: '((".*" nil)) and '((".*" tag)) so that may need tweaking. > > Best wishes > > Mark > > NEWS | 21 + > 1 file changed, 21 insertions(+) > > diff

[PATCH v2] NEWS for displaying tag changes

2014-04-19 Thread Mark Walters
--- Fixed the markdown and the bracket error. Best wishes Mark NEWS | 21 + 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 19c6556..39fa447 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,27 @@ The keys of `notmuch-tag-formats` are now regexps

[PATCH] NEWS for displaying tag changes

2014-04-19 Thread Mark Walters
--- I don't know if any special markdown is needed for the two lisp expressions: '((".*" nil)) and '((".*" tag)) so that may need tweaking. Best wishes Mark NEWS | 21 + 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 19c6556..ec10c58 100644 --- a/NEWS

[PATCH v2] NEWS: notmuch-init-file and notmuch-emacs-version related news

2014-04-19 Thread David Bremner
Tomi Ollila writes: > Along with those, removed trailing space from subsection title. pushed. d

[PATCH] doc: Fix parallel build of roff files

2014-04-19 Thread David Bremner
Austin Clements writes: > The roff build rule builds all of the roff files in a single command. > Previously, this was expressed as a multi-target rule, but since this > is equivalent to specifying a copy of the rule for each target, make > -jN could start up to N parallel instances of this

[PATCH 1/2] build: add canonicalize_file_name to symbols exported from libnotmuch.so

2014-04-19 Thread David Bremner
David Bremner writes: > This is needed for our compat version of canonicalize_file_name to be used. pushed. OpenBSD users: please try commit g2d024ff, to see if it fixes the issues with finding canonicalize_file_name d

[PATCH] News for changes from Austin Clements

2014-04-19 Thread Austin Clements
--- NEWS | 12 1 file changed, 12 insertions(+) diff --git a/NEWS b/NEWS index 4ceff94..19c6556 100644 --- a/NEWS +++ b/NEWS @@ -46,6 +46,12 @@ Changed format for saved searches saved-search :name) and (cdr saved-search) by (notmuch-saved-search-get saved-search :query) should

[PATCH] NEWS for displaying tag changes

2014-04-19 Thread Mark Walters
--- I don't know if any special markdown is needed for the two lisp expressions: '((.* nil)) and '((.* tag)) so that may need tweaking. Best wishes Mark NEWS | 21 + 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 19c6556..ec10c58 100644 --- a/NEWS +++

Re: notmuch, OpenBSD issues

2014-04-19 Thread Allan Streib
David Mazieres dm-list-email-notm...@scs.stanford.edu writes: I'm using notmuch 0.17 on openbsd (from the ports tree). My problem is that notmuch new is just unbearably slow. I don't know if it's because I'm running the 32-bit (i386) mode or what, but it takes over one second per mail

Re: [PATCH] NEWS for displaying tag changes

2014-04-19 Thread Tomi Ollila
On Sat, Apr 19 2014, Mark Walters markwalters1...@gmail.com wrote: --- I don't know if any special markdown is needed for the two lisp expressions: '((.* nil)) and '((.* tag)) so that may need tweaking. Best wishes Mark NEWS | 21 + 1 file changed, 21

[PATCH v2] NEWS for displaying tag changes

2014-04-19 Thread Mark Walters
--- Fixed the markdown and the bracket error. Best wishes Mark NEWS | 21 + 1 file changed, 21 insertions(+) diff --git a/NEWS b/NEWS index 19c6556..39fa447 100644 --- a/NEWS +++ b/NEWS @@ -52,6 +52,27 @@ The keys of `notmuch-tag-formats` are now regexps

[PATCH] doc: make notmuch-new summary line more generic

2014-04-19 Thread David Bremner
Since 'notmuch new' now takes multiple options, it's confusing to show only one of them in the summary. --- doc/man1/notmuch-new.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/man1/notmuch-new.rst b/doc/man1/notmuch-new.rst index d11fcee..787ed78 100644 ---

excessive thread fusing

2014-04-19 Thread David Bremner
Gregor Zattler mentioned some problems with threading at id:20120126004024.GA13704@shi.workgroup After some off list discussions, I believe I have a smaller test case. The attached maildir contains 24 messages from the org mode list. According to notmuch, these form one thread, but I

Re: excessive thread fusing

2014-04-19 Thread Eric
On Sat, 19 Apr 2014 21:33:36 +0900, David Bremner da...@tethera.net wrote: Gregor Zattler mentioned some problems with threading at id:20120126004024.GA13704@shi.workgroup After some off list discussions, I believe I have a smaller test case. The attached maildir contains 24

Re: excessive thread fusing

2014-04-19 Thread Andrei POPESCU
On Sb, 19 apr 14, 18:52:02, Eric wrote: This may not actually be any help, but both hypermail and mhonarc agree that two messages form a separate thread from the rest. I believe that the latter, at least, is the JWZ algorithm. mutt concurs. Kind regards, Andrei -- If you can't explain it