Re: [PATCH 1/3] Add notmuch_database_close_compact

2012-08-23 Thread Tomi Ollila
On Thu, Aug 23 2012, Kim Minh Kaplan kimminh.kaplan+nom...@afnic.fr wrote: Tomi Ollila : On Tue, Aug 21 2012, Ben Gamari wrote: Eh? 1.2.6 is the first Xapian release to have Compactor exposed in the public API. Presuming that those variables are always numeric the comparison could be:

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

2012-08-23 Thread Tomi Ollila
On Tue, Aug 21 2012, Michal Nazarewicz wrote: From: Michal Nazarewicz min...@mina86.com 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

Re: [PATCH 00/11] add recipients to search output

2012-08-23 Thread Tomi Ollila
On Mon, Aug 20 2012, Jameson Graef Rollins wrote: This series is an attempt to add thread recipients to the search output. My personal overall goal of this series is to support the handling of drafts in the emacs ui. For drafts we want to see recipients, instead of authors, in the search

[PATCH] emacs: notmuch-search: fix faces

2012-08-23 Thread Michal Nazarewicz
From: Michal Nazarewicz min...@mina86.com For some reason the faces do not get applied when 'face property is used, but they work correctly with 'font-lock-face property. This commit changes notmuch-search to use the latter. --- emacs/notmuch.el | 23 +-- 1 files changed,

Errors after upgrade to 0.14

2012-08-23 Thread Bart Bunting
Good morning, After upgrading to notmuch 014 I am seeing the following messages appear in the messages buffer. error in process filter: byte-code: Wrong type argument: number-or-marker-p, nil error in process filter: Wrong type argument: number-or-marker-p, nil I am also getting a repeating

Errors after upgrade to 0.14

2012-08-23 Thread Bart Bunting
Hi Austin, I applied the patch and this error was from after that. The way it was triggered was by hitting 'a' to archive a message in the search view. >From what I can tell it's just the xapian error and there is nothing about json. Hope it means more to you. Debugger entered--Lisp error:

Errors after upgrade to 0.14

2012-08-23 Thread Bart Bunting
Austin, I agree, it appears to be the normal locking issue. That poses a problem but one I'm used to. I was doing an archive when I hit the other error as well. I just got a debug traceback when entering the inbox from the hello screen. Unfortunately it locked up my entire emacs and had to

Errors after upgrade to 0.14

2012-08-23 Thread Bart Bunting
Ok perhaps this is more helpfull? Debugger entered--Lisp error: (wrong-type-argument number-or-marker-p nil) notmuch-search-show-result("tags") byte-code("\304\305\"\203\306 !\307=\203\310\202Q\303\202Q\304\311\"\203D\312 !\304 \313\"\2030\310\202@\304

[PATCH 1/3] Add notmuch_database_close_compact

2012-08-23 Thread Kim Minh Kaplan
Tomi Ollila?: > On Tue, Aug 21 2012, Ben Gamari wrote: > >> Eh? 1.2.6 is the first Xapian release to have Compactor exposed in the >> public API. > > Presuming that those variables are always numeric the comparison could be: > > if [ ${xapian_major_version} -gt 1 ] || >[

[PATCH 1/3] Add notmuch_database_close_compact

2012-08-23 Thread Tomi Ollila
On Thu, Aug 23 2012, Kim Minh Kaplan wrote: > Tomi Ollila?: > >> On Tue, Aug 21 2012, Ben Gamari wrote: >> >>> Eh? 1.2.6 is the first Xapian release to have Compactor exposed in the >>> public API. >> >> Presuming that those variables are always numeric the

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

2012-08-23 Thread Tomi Ollila
On Tue, Aug 21 2012, Michal Nazarewicz wrote: > 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

[PATCH 00/11] add recipients to search output

2012-08-23 Thread Tomi Ollila
On Mon, Aug 20 2012, Jameson Graef Rollins wrote: > This series is an attempt to add thread recipients to the search > output. > > My personal overall goal of this series is to support the handling of > drafts in the emacs ui. For drafts we want to see recipients, instead > of authors, in the

[PATCH] emacs: notmuch-search: fix faces

2012-08-23 Thread Michal Nazarewicz
From: Michal Nazarewicz For some reason the faces do not get applied when 'face property is used, but they work correctly with 'font-lock-face property. This commit changes notmuch-search to use the latter. --- emacs/notmuch.el | 23 +-- 1 files