notmuch-archives.git
9 years ago[PATCH] lib: call g_type_init from notmuch_database_open
David Bremner [Sun, 4 Dec 2011 19:35:14 +0000 (15:35 +2000)]
[PATCH] lib: call g_type_init from notmuch_database_open

9 years ago[PATCH 4/4] show: Rewrite show_message_body to use the MIME tree interface.
Austin Clements [Sun, 4 Dec 2011 19:31:40 +0000 (14:31 +1900)]
[PATCH 4/4] show: Rewrite show_message_body to use the MIME tree interface.

9 years ago[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.
Austin Clements [Sun, 4 Dec 2011 19:31:39 +0000 (14:31 +1900)]
[PATCH 3/4] Utility function to seek in MIME trees in depth-first order.

9 years ago[PATCH 2/4] Introduce a generic tree-like abstraction for MIME traversal.
Austin Clements [Sun, 4 Dec 2011 19:31:38 +0000 (14:31 +1900)]
[PATCH 2/4] Introduce a generic tree-like abstraction for MIME traversal.

9 years ago[PATCH 1/4] show: Pass notmuch_message_t instead of path to show_message_body.
Austin Clements [Sun, 4 Dec 2011 19:31:37 +0000 (14:31 +1900)]
[PATCH 1/4] show: Pass notmuch_message_t instead of path to show_message_body.

9 years ago[PATCH v2 0/4] First step of 'show' rewrite
Austin Clements [Sun, 4 Dec 2011 19:31:36 +0000 (14:31 +1900)]
[PATCH v2 0/4] First step of 'show' rewrite

9 years agoRe: [PATCH 2/4] Introduce a generic tree-like abstraction for MIME traversal.
Austin Clements [Sun, 4 Dec 2011 19:26:36 +0000 (14:26 +1900)]
Re: [PATCH 2/4] Introduce a generic tree-like abstraction for MIME traversal.

9 years agoRe: notmuch seg. fault on _thread_add_message
Austin Clements [Sun, 4 Dec 2011 18:29:49 +0000 (13:29 +1900)]
Re: notmuch seg. fault on _thread_add_message

9 years agoRe: notmuch seg. fault on _thread_add_message
David Bremner [Sun, 4 Dec 2011 18:14:10 +0000 (14:14 +2000)]
Re: notmuch seg. fault on _thread_add_message

9 years agonotmuch seg. fault on _thread_add_message
Kazuo Teramoto [Sun, 4 Dec 2011 17:35:39 +0000 (15:35 +2200)]
notmuch seg. fault on _thread_add_message

9 years agoRe: [PATCH v2 2/2] cli: add support for pre and post notmuch new hooks
Tom Prince [Sun, 4 Dec 2011 16:46:38 +0000 (11:46 +1900)]
Re: [PATCH v2 2/2] cli: add support for pre and post notmuch new hooks

9 years agoRe: [PATCH v2 1/2] cli: introduce the concept of user defined hooks
Austin Clements [Sun, 4 Dec 2011 16:41:34 +0000 (11:41 +1900)]
Re: [PATCH v2 1/2] cli: introduce the concept of user defined hooks

9 years ago[PATCH] test: add test-binaries target
David Bremner [Sun, 4 Dec 2011 15:58:49 +0000 (11:58 +2000)]
[PATCH] test: add test-binaries target

9 years ago[PATCH 4/4] notmuch-search: convert to notmuch-opts argument parsing.
David Bremner [Sun, 4 Dec 2011 15:47:55 +0000 (11:47 +2000)]
[PATCH 4/4] notmuch-search: convert to notmuch-opts argument parsing.

9 years ago[PATCH 3/4] notmuch-restore: convert to notmuch-opts argument handling.
David Bremner [Sun, 4 Dec 2011 15:47:54 +0000 (11:47 +2000)]
[PATCH 3/4] notmuch-restore: convert to notmuch-opts argument handling.

9 years ago[PATCH 2/4] notmuch-dump: convert to notmuch-opts argument handling.
David Bremner [Sun, 4 Dec 2011 15:47:53 +0000 (11:47 +2000)]
[PATCH 2/4] notmuch-dump: convert to notmuch-opts argument handling.

9 years ago[PATCH 1/4] notmuch-opts.[ch]: new argument parsing framework for notmuch.
David Bremner [Sun, 4 Dec 2011 15:47:52 +0000 (11:47 +2000)]
[PATCH 1/4] notmuch-opts.[ch]: new argument parsing framework for notmuch.

9 years ago(no commit message)
David Bremner [Sun, 4 Dec 2011 15:47:51 +0000 (11:47 +2000)]

9 years agoRe: [PATCH v2 1/2] cli: introduce the concept of user defined hooks
Jani Nikula [Sun, 4 Dec 2011 12:35:43 +0000 (14:35 +0200)]
Re: [PATCH v2 1/2] cli: introduce the concept of user defined hooks

9 years agoRe: [DRAFT PATCH] emacs: support limiting the number of results shown in search results
Aneesh Kumar K.V [Sun, 4 Dec 2011 07:51:40 +0000 (13:21 +0530)]
Re: [DRAFT PATCH] emacs: support limiting the number of results shown in search results

9 years agoRe: [PATCH v2 2/2] cli: add support for pre and post notmuch new hooks
Austin Clements [Sun, 4 Dec 2011 04:00:47 +0000 (23:00 +1900)]
Re: [PATCH v2 2/2] cli: add support for pre and post notmuch new hooks

9 years agoRe: [PATCH v2 1/2] cli: introduce the concept of user defined hooks
Austin Clements [Sun, 4 Dec 2011 03:42:10 +0000 (22:42 +1900)]
Re: [PATCH v2 1/2] cli: introduce the concept of user defined hooks

9 years ago[PATCH v2 2/2] cli: add support for pre and post notmuch new hooks
Jani Nikula [Sat, 3 Dec 2011 23:16:49 +0000 (01:16 +0200)]
[PATCH v2 2/2] cli: add support for pre and post notmuch new hooks

9 years ago[PATCH v2 1/2] cli: introduce the concept of user defined hooks
Jani Nikula [Sat, 3 Dec 2011 23:16:48 +0000 (01:16 +0200)]
[PATCH v2 1/2] cli: introduce the concept of user defined hooks

9 years agoRe: [PATCH] have LATEST-notmuch-<version>.tar.gz on releases web page
David Bremner [Sat, 3 Dec 2011 18:32:43 +0000 (10:32 +1600)]
Re: [PATCH] have LATEST-notmuch-<version>.tar.gz on releases web page

9 years agoRe: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types
Justus Winter [Sat, 3 Dec 2011 02:11:52 +0000 (03:11 +0100)]
Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types

9 years agoRe: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types
James Westby [Fri, 2 Dec 2011 23:24:18 +0000 (18:24 +1900)]
Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types

9 years agoRe: [PATCH 1/2] cli: add mechanism for running user configurable hooks
Jani Nikula [Fri, 2 Dec 2011 21:05:35 +0000 (23:05 +0200)]
Re: [PATCH 1/2] cli: add mechanism for running user configurable hooks

9 years ago[PATCH 2/2] cli: add support for running notmuch new pre and post hooks
Jani Nikula [Fri, 2 Dec 2011 21:00:06 +0000 (23:00 +0200)]
[PATCH 2/2] cli: add support for running notmuch new pre and post hooks

9 years ago[PATCH 1/2] cli: add mechanism for running user configurable hooks
Jani Nikula [Fri, 2 Dec 2011 21:00:05 +0000 (23:00 +0200)]
[PATCH 1/2] cli: add mechanism for running user configurable hooks

9 years agoRe: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types
James Westby [Fri, 2 Dec 2011 14:20:35 +0000 (09:20 +1900)]
Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types

9 years agoRe: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types
Justus Winter [Fri, 2 Dec 2011 12:35:11 +0000 (13:35 +0100)]
Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types

9 years agoRe: ANNOUNCE: nottoomuch-addresses.pl
Tomi Ollila [Fri, 2 Dec 2011 07:37:57 +0000 (09:37 +0200)]
Re: ANNOUNCE: nottoomuch-addresses.pl

9 years ago[RFC Patch v2 3/3] notmuch-dump: add --format option
David Bremner [Fri, 2 Dec 2011 06:41:54 +0000 (22:41 +1600)]
[RFC Patch v2 3/3] notmuch-dump: add --format option

9 years ago[RFC Patch v2 2/3] notmuch-dump: convert to notmuch-opts argument handling.
David Bremner [Fri, 2 Dec 2011 06:41:53 +0000 (22:41 +1600)]
[RFC Patch v2 2/3] notmuch-dump: convert to notmuch-opts argument handling.

9 years ago[RFC Patch v2 1/3] notmuch-opts.[ch]: new argument parsing framework for notmuch.
David Bremner [Fri, 2 Dec 2011 06:41:52 +0000 (22:41 +1600)]
[RFC Patch v2 1/3] notmuch-opts.[ch]: new argument parsing framework for notmuch.

9 years agoRe: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types
James Westby [Thu, 1 Dec 2011 23:32:30 +0000 (18:32 +1900)]
Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types

9 years agoRe: [PATCH] python: Store pointers as c_void_p to keep references
James Westby [Thu, 1 Dec 2011 23:25:43 +0000 (18:25 +1900)]
Re: [PATCH] python: Store pointers as c_void_p to keep references

9 years ago[PATCH] python: Store pointers as c_void_p to keep references
James Westby [Thu, 1 Dec 2011 23:13:05 +0000 (18:13 +1900)]
[PATCH] python: Store pointers as c_void_p to keep references

9 years ago[PATCH] test: cleanup gdb external dependency in atomicity tests
Dmitry Kurochkin [Thu, 1 Dec 2011 22:02:46 +0000 (02:02 +0400)]
[PATCH] test: cleanup gdb external dependency in atomicity tests

9 years agoRe: python-notmuch decoding error on a message
Sebastian Spaeth [Thu, 1 Dec 2011 21:30:55 +0000 (22:30 +0100)]
Re: python-notmuch decoding error on a message

9 years agoRe: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types
Sebastian Spaeth [Thu, 1 Dec 2011 21:25:41 +0000 (22:25 +0100)]
Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types

9 years agoRe: ANNOUNCE: nottoomuch-addresses.pl
Bart Bunting [Thu, 1 Dec 2011 18:38:01 +0000 (05:38 +1100)]
Re: ANNOUNCE: nottoomuch-addresses.pl

9 years agoANNOUNCE: nottoomuch-addresses.pl
Tomi Ollila [Thu, 1 Dec 2011 15:36:24 +0000 (17:36 +0200)]
ANNOUNCE: nottoomuch-addresses.pl

9 years agopython-notmuch crash with threads
James Westby [Thu, 1 Dec 2011 15:24:26 +0000 (10:24 +1900)]
python-notmuch crash with threads

9 years agoBugs on adding flag D
kedals0 [Thu, 1 Dec 2011 15:21:19 +0000 (16:21 +0100)]
Bugs on adding flag D

9 years agoRe: Having trouble displaying some html emails
Bart Bunting [Thu, 1 Dec 2011 05:27:37 +0000 (16:27 +1100)]
Re: Having trouble displaying some html emails

9 years agoRe: [PATCH 0/4] fix a bunch of bugs in recently added binary dependencies
David Bremner [Thu, 1 Dec 2011 01:34:53 +0000 (17:34 +1600)]
Re: [PATCH 0/4] fix a bunch of bugs in recently added binary dependencies

9 years agoRe: [PATCH] emacs: Use notmuch-command variable in process-lines.
David Bremner [Thu, 1 Dec 2011 01:34:29 +0000 (17:34 +1600)]
Re: [PATCH] emacs: Use notmuch-command variable in process-lines.

9 years ago[PATCH 3/3] notmuch-dump.c: add a format option
David Bremner [Thu, 1 Dec 2011 01:15:30 +0000 (17:15 +1600)]
[PATCH 3/3] notmuch-dump.c: add a format option

9 years ago[PATCH 2/3] notmuch-dump: convert to notmuch-opts option-parsing.
David Bremner [Thu, 1 Dec 2011 01:15:29 +0000 (17:15 +1600)]
[PATCH 2/3] notmuch-dump: convert to notmuch-opts option-parsing.

9 years ago[RFC PATCH 1/3] notmuch-opts.[ch]: new argument parsing framework for notmuch.
David Bremner [Thu, 1 Dec 2011 01:15:28 +0000 (17:15 +1600)]
[RFC PATCH 1/3] notmuch-opts.[ch]: new argument parsing framework for notmuch.

9 years ago[RFC PATCH 3/3] emacs: Optionally quote HTML parts when replying.
Adam Wolfe Gordon [Wed, 30 Nov 2011 16:40:41 +0000 (09:40 +1700)]
[RFC PATCH 3/3] emacs: Optionally quote HTML parts when replying.

9 years ago[RFC PATCH 2/3] reply: New format 'html' that quotes text/html parts
Adam Wolfe Gordon [Wed, 30 Nov 2011 16:40:40 +0000 (09:40 +1700)]
[RFC PATCH 2/3] reply: New format 'html' that quotes text/html parts

9 years ago[RFC PATCH 1/3] test: replies that quote HTML parts (expected to fail)
Adam Wolfe Gordon [Wed, 30 Nov 2011 16:40:39 +0000 (09:40 +1700)]
[RFC PATCH 1/3] test: replies that quote HTML parts (expected to fail)

9 years ago[RFC PATCH 0/3] Quoting HTML-only emails in replies
Adam Wolfe Gordon [Wed, 30 Nov 2011 16:40:38 +0000 (09:40 +1700)]
[RFC PATCH 0/3] Quoting HTML-only emails in replies

9 years agoRe: [PATCH v4 1/3] test: add functions to count how much times notmuch was called
Tomi Ollila [Wed, 30 Nov 2011 11:57:59 +0000 (13:57 +0200)]
Re: [PATCH v4 1/3] test: add functions to count how much times notmuch was called

9 years agoRe: [PATCH 1/3] test: add functions to count how much times notmuch was called
Tomi Ollila [Wed, 30 Nov 2011 11:53:24 +0000 (13:53 +0200)]
Re: [PATCH 1/3] test: add functions to count how much times notmuch was called

9 years agoRe: [PATCH] emacs: Use notmuch-command variable in process-lines.
Tomi Ollila [Wed, 30 Nov 2011 08:10:43 +0000 (10:10 +0200)]
Re: [PATCH] emacs: Use notmuch-command variable in process-lines.

9 years agoRe: [PATCH] emacs: Use notmuch-command variable in process-lines.
Dmitry Kurochkin [Tue, 29 Nov 2011 21:20:55 +0000 (01:20 +0400)]
Re: [PATCH] emacs: Use notmuch-command variable in process-lines.

9 years ago[PATCH v4 3/3] emacs: do not call notmuch show for non-inlinable parts
Dmitry Kurochkin [Tue, 29 Nov 2011 21:19:54 +0000 (01:19 +0400)]
[PATCH v4 3/3] emacs: do not call notmuch show for non-inlinable parts

9 years ago[PATCH v4 2/3] test: check that Emacs UI does not call notmuch for non-inlinable...
Dmitry Kurochkin [Tue, 29 Nov 2011 21:19:53 +0000 (01:19 +0400)]
[PATCH v4 2/3] test: check that Emacs UI does not call notmuch for non-inlinable parts

9 years ago[PATCH v4 1/3] test: add functions to count how much times notmuch was called
Dmitry Kurochkin [Tue, 29 Nov 2011 21:19:52 +0000 (01:19 +0400)]
[PATCH v4 1/3] test: add functions to count how much times notmuch was called

9 years ago[PATCH v4 0/3] emacs: do not call notmuch show for non-inlinable parts
Dmitry Kurochkin [Tue, 29 Nov 2011 21:19:51 +0000 (01:19 +0400)]
[PATCH v4 0/3] emacs: do not call notmuch show for non-inlinable parts

9 years agoRe: [PATCH 1/3] test: add functions to count how much times notmuch was called
Dmitry Kurochkin [Tue, 29 Nov 2011 21:03:27 +0000 (01:03 +0400)]
Re: [PATCH 1/3] test: add functions to count how much times notmuch was called

9 years agoRe: [PATCH] emacs: Use notmuch-command variable in process-lines.
Jani Nikula [Tue, 29 Nov 2011 19:15:13 +0000 (21:15 +0200)]
Re: [PATCH] emacs: Use notmuch-command variable in process-lines.

9 years agoRe: [PATCH 2/4] Introduce a generic tree-like abstraction for MIME traversal.
Jani Nikula [Tue, 29 Nov 2011 19:11:49 +0000 (21:11 +0200)]
Re: [PATCH 2/4] Introduce a generic tree-like abstraction for MIME traversal.

9 years ago[PATCH] emacs: Use notmuch-command variable in process-lines.
Chris Gray [Tue, 29 Nov 2011 17:58:31 +0000 (10:58 +1700)]
[PATCH] emacs: Use notmuch-command variable in process-lines.

9 years agoRe: [PATCH 4/4] test: fix error messages for missing binary dependencies
Tomi Ollila [Tue, 29 Nov 2011 14:48:55 +0000 (16:48 +0200)]
Re: [PATCH 4/4] test: fix error messages for missing binary dependencies

9 years agoRe: [PATCH 1/3] test: add functions to count how much times notmuch was called
Jameson Graef Rollins [Tue, 29 Nov 2011 14:40:16 +0000 (09:40 +1900)]
Re: [PATCH 1/3] test: add functions to count how much times notmuch was called

9 years agoRe: [PATCH 0/4] First step of 'show' rewrite
Jameson Graef Rollins [Tue, 29 Nov 2011 14:37:18 +0000 (09:37 +1900)]
Re: [PATCH 0/4] First step of 'show' rewrite

9 years agoRe: [PATCH 1/3] test: add functions to count how much times notmuch was called
Tomi Ollila [Tue, 29 Nov 2011 12:58:00 +0000 (14:58 +0200)]
Re: [PATCH 1/3] test: add functions to count how much times notmuch was called

9 years agoRe: [PATCH] dump: Don't sort the output by message id.
David Bremner [Tue, 29 Nov 2011 07:10:59 +0000 (23:10 +1600)]
Re: [PATCH] dump: Don't sort the output by message id.

9 years ago[PATCH 2/2] test/symbol-hiding: compare exported symbols with existing one
David Bremner [Tue, 29 Nov 2011 06:51:16 +0000 (22:51 +1600)]
[PATCH 2/2] test/symbol-hiding: compare exported symbols with existing one

9 years ago[PATCH 1/2] test/symbol-hiding: add some whitespace between tests
David Bremner [Tue, 29 Nov 2011 06:51:15 +0000 (22:51 +1600)]
[PATCH 1/2] test/symbol-hiding: add some whitespace between tests

9 years agoNew test for exported symbols
David Bremner [Tue, 29 Nov 2011 06:51:14 +0000 (22:51 +1600)]
New test for exported symbols

9 years agoRe: [PATCH 4/9] test: add support for external executable dependencies
Dmitry Kurochkin [Mon, 28 Nov 2011 22:42:31 +0000 (02:42 +0400)]
Re: [PATCH 4/9] test: add support for external executable dependencies

9 years ago[PATCH 4/4] test: fix error messages for missing binary dependencies
Dmitry Kurochkin [Mon, 28 Nov 2011 22:41:07 +0000 (02:41 +0400)]
[PATCH 4/4] test: fix error messages for missing binary dependencies

9 years ago[PATCH 3/4] test: fix spurious output from missing external binaries functions
Dmitry Kurochkin [Mon, 28 Nov 2011 22:41:06 +0000 (02:41 +0400)]
[PATCH 3/4] test: fix spurious output from missing external binaries functions

9 years ago[PATCH 2/4] test: add missing escape backslash in test_declare_external_prereq()
Dmitry Kurochkin [Mon, 28 Nov 2011 22:41:05 +0000 (02:41 +0400)]
[PATCH 2/4] test: add missing escape backslash in test_declare_external_prereq()

9 years ago[PATCH 1/4] test: fix test_require_external_prereq()
Dmitry Kurochkin [Mon, 28 Nov 2011 22:41:04 +0000 (02:41 +0400)]
[PATCH 1/4] test: fix test_require_external_prereq()

9 years ago[PATCH 0/4] fix a bunch of bugs in recently added binary dependencies
Dmitry Kurochkin [Mon, 28 Nov 2011 22:41:03 +0000 (02:41 +0400)]
[PATCH 0/4] fix a bunch of bugs in recently added binary dependencies

9 years agoRe: [PATCH 4/9] test: add support for external executable dependencies
Dmitry Kurochkin [Mon, 28 Nov 2011 22:13:53 +0000 (02:13 +0400)]
Re: [PATCH 4/9] test: add support for external executable dependencies

9 years agoRe: [PATCH 4/9] test: add support for external executable dependencies
Dmitry Kurochkin [Mon, 28 Nov 2011 21:53:49 +0000 (01:53 +0400)]
Re: [PATCH 4/9] test: add support for external executable dependencies

9 years agoRe: [PATCH 1/3] test: add functions to count how much times notmuch was called
Dmitry Kurochkin [Mon, 28 Nov 2011 21:26:39 +0000 (01:26 +0400)]
Re: [PATCH 1/3] test: add functions to count how much times notmuch was called

9 years agoRe: [PATCH 4/9] test: add support for external executable dependencies
Tomi Ollila [Mon, 28 Nov 2011 21:16:27 +0000 (23:16 +0200)]
Re: [PATCH 4/9] test: add support for external executable dependencies

9 years ago[PATCH v3 3/3] emacs: do not call notmuch show for non-inlinable parts
Dmitry Kurochkin [Mon, 28 Nov 2011 21:13:59 +0000 (01:13 +0400)]
[PATCH v3 3/3] emacs: do not call notmuch show for non-inlinable parts

9 years ago[PATCH v3 2/3] test: check that Emacs UI does not call notmuch for non-inlinable...
Dmitry Kurochkin [Mon, 28 Nov 2011 21:13:58 +0000 (01:13 +0400)]
[PATCH v3 2/3] test: check that Emacs UI does not call notmuch for non-inlinable parts

9 years ago[PATCH v3 1/3] test: add functions to count how much times notmuch was called
Dmitry Kurochkin [Mon, 28 Nov 2011 21:13:57 +0000 (01:13 +0400)]
[PATCH v3 1/3] test: add functions to count how much times notmuch was called

9 years ago[PATCH v3 0/3] emacs: do not call notmuch show for non-inlinable parts
Dmitry Kurochkin [Mon, 28 Nov 2011 21:13:56 +0000 (01:13 +0400)]
[PATCH v3 0/3] emacs: do not call notmuch show for non-inlinable parts

9 years agoRe: [PATCH] dump: Don't sort.
Thomas Schwinge [Mon, 28 Nov 2011 21:04:14 +0000 (22:04 +0100)]
Re: [PATCH] dump: Don't sort.

9 years agoRe: [PATCH 1/3] test: add functions to count how much times notmuch was called
Tomi Ollila [Mon, 28 Nov 2011 20:42:50 +0000 (22:42 +0200)]
Re: [PATCH 1/3] test: add functions to count how much times notmuch was called

9 years agoRe: [PATCH 1/2] emacs: remove some code duplication in notmuch-show
Jameson Graef Rollins [Mon, 28 Nov 2011 19:51:01 +0000 (11:51 +1600)]
Re: [PATCH 1/2] emacs: remove some code duplication in notmuch-show

9 years agoRe: [PATCH 4/4] show: Rewrite show_message_body to use the MIME tree interface.
Jani Nikula [Mon, 28 Nov 2011 19:44:31 +0000 (21:44 +0200)]
Re: [PATCH 4/4] show: Rewrite show_message_body to use the MIME tree interface.

9 years agoRe: [PATCH 1/2] emacs: remove some code duplication in notmuch-show
Austin Clements [Mon, 28 Nov 2011 18:28:55 +0000 (13:28 +1900)]
Re: [PATCH 1/2] emacs: remove some code duplication in notmuch-show

9 years agoRe: [PATCH 1/2] emacs: remove some code duplication in notmuch-show
Dmitry Kurochkin [Mon, 28 Nov 2011 18:11:43 +0000 (22:11 +0400)]
Re: [PATCH 1/2] emacs: remove some code duplication in notmuch-show

9 years agoRe: [PATCH v2] tag: Automatically limit to messages whose tags will actually change.
David Bremner [Mon, 28 Nov 2011 15:46:05 +0000 (07:46 +1600)]
Re: [PATCH v2] tag: Automatically limit to messages whose tags will actually change.

9 years agoRe: [PATCH 1/2] emacs: remove some code duplication in notmuch-show
Jameson Graef Rollins [Mon, 28 Nov 2011 14:24:19 +0000 (06:24 +1600)]
Re: [PATCH 1/2] emacs: remove some code duplication in notmuch-show

9 years agoRe: [PATCH 0/3] emacs: do not call notmuch show for non-inlinable parts
Jameson Graef Rollins [Mon, 28 Nov 2011 14:24:12 +0000 (06:24 +1600)]
Re: [PATCH 0/3] emacs: do not call notmuch show for non-inlinable parts

9 years agoRe: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types
Justus Winter [Mon, 28 Nov 2011 12:36:44 +0000 (13:36 +0100)]
Re: [PATCH 1/2] python: add classes to wrap all notmuch_*_t types