Re: [PATCH 1/3] Add notmuch_database_close_compact

2012-08-21 Thread Tomi Ollila
On Tue, Aug 21 2012, Ben Gamari wrote: > Tomi Ollila writes: > >> On Mon, Aug 20 2012, Ben Gamari wrote: >> > >> Hmm, I guess the check above is to determine whether xapian version is >> 1.2.6 or newer, but is there xapian version 1.1.6 or 1.0.6 or 0.3.0 or so ? >> > Eh? 1.2.6 is the first Xapia

[PATCH RFC?] Compactification support

2012-08-21 Thread Tomi Ollila
On Tue, Aug 21 2012, Ben Gamari wrote: > Jani Nikula writes: > >> On Mon, 20 Aug 2012, Ben Gamari wrote: >>> Here is a small patchset adding support for database compaction when >>> supported by Xapian. Here I add a function which both compacts and >>> closes the database. >> >> What are the be

[PATCH] notmuch-show: add notmuch-show-mark-read-tags option

2012-08-21 Thread Michal Nazarewicz
From: Michal Nazarewicz The `notmuch-show-mark-read-tags' lists tags that are to be applied when message is read. By default, the only value is "-unread" which will remove the unread tag. Among other uses, this variable can be used to stop notmuch-show from modifying tags when message is shown

notmuch release 0.14 now available

2012-08-21 Thread David Bremner
ut notmuch, see http://notmuchmail.org -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 315 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20120821/f656fa5c/attachment.pgp>

[PATCH 1/3] Add notmuch_database_close_compact

2012-08-21 Thread Ben Gamari
Tomi Ollila writes: > On Mon, Aug 20 2012, Ben Gamari wrote: > >> --- >> configure | 25 - >> lib/database.cc | 54 >> ++ >> lib/notmuch.h | 14 ++ >> 3 files changed, 92 insertions(+), 1 dele

[PATCH RFC?] Compactification support

2012-08-21 Thread Ben Gamari
Jani Nikula writes: > On Mon, 20 Aug 2012, Ben Gamari wrote: >> Here is a small patchset adding support for database compaction when >> supported by Xapian. Here I add a function which both compacts and >> closes the database. > > What are the benefits of this compared to xapian-compact [1]? > I

[PATCH 1/3] Add notmuch_database_close_compact

2012-08-21 Thread Tomi Ollila
On Mon, Aug 20 2012, Ben Gamari wrote: > --- > configure | 25 - > lib/database.cc | 54 ++ > lib/notmuch.h | 14 ++ > 3 files changed, 92 insertions(+), 1 deletion(-) > > diff --git a/configure

[PATCH RFC?] Compactification support

2012-08-21 Thread Jani Nikula
On Mon, 20 Aug 2012, Ben Gamari wrote: > Here is a small patchset adding support for database compaction when > supported by Xapian. Here I add a function which both compacts and > closes the database. What are the benefits of this compared to xapian-compact [1]? Jani. [1] http://xapian.org/doc

Re: [PATCH RFC?] Compactification support

2012-08-21 Thread Tomi Ollila
On Tue, Aug 21 2012, Ben Gamari wrote: > Jani Nikula writes: > >> On Mon, 20 Aug 2012, Ben Gamari wrote: >>> Here is a small patchset adding support for database compaction when >>> supported by Xapian. Here I add a function which both compacts and >>> closes the database. >> >> What are the be

Re: [PATCH 1/3] Add notmuch_database_close_compact

2012-08-21 Thread Ben Gamari
Tomi Ollila writes: > On Mon, Aug 20 2012, Ben Gamari wrote: > >> --- >> configure | 25 - >> lib/database.cc | 54 >> ++ >> lib/notmuch.h | 14 ++ >> 3 files changed, 92 insertions(+), 1 dele

Re: [PATCH RFC?] Compactification support

2012-08-21 Thread Ben Gamari
Jani Nikula writes: > On Mon, 20 Aug 2012, Ben Gamari wrote: >> Here is a small patchset adding support for database compaction when >> supported by Xapian. Here I add a function which both compacts and >> closes the database. > > What are the benefits of this compared to xapian-compact [1]? > I

[PATCH] notmuch-show: add notmuch-show-mark-read-tags option

2012-08-21 Thread Michal Nazarewicz
From: Michal Nazarewicz The `notmuch-show-mark-read-tags' lists tags that are to be applied when message is read. By default, the only value is "-unread" which will remove the unread tag. Among other uses, this variable can be used to stop notmuch-show from modifying tags when message is shown

notmuch release 0.14 now available

2012-08-21 Thread David Bremner
Where to obtain notmuch 0.14 === http://notmuchmail.org/releases/notmuch-0.14.tar.gz Which can be verified with: http://notmuchmail.org/releases/notmuch-0.14.tar.gz.sha1 ad1ef9c2d29cfb0faab7837968d11325dee404bd notmuch-0.14.tar.gz http://notmuchmail.org/releases

Re: [PATCH RFC?] Compactification support

2012-08-21 Thread Jani Nikula
On Mon, 20 Aug 2012, Ben Gamari wrote: > Here is a small patchset adding support for database compaction when > supported by Xapian. Here I add a function which both compacts and > closes the database. What are the benefits of this compared to xapian-compact [1]? Jani. [1] http://xapian.org/doc

Re: [PATCH 1/3] Add notmuch_database_close_compact

2012-08-21 Thread Tomi Ollila
On Mon, Aug 20 2012, Ben Gamari wrote: > --- > configure | 25 - > lib/database.cc | 54 ++ > lib/notmuch.h | 14 ++ > 3 files changed, 92 insertions(+), 1 deletion(-) > > diff --git a/configure