columnar faces in search results

2014-12-16 Thread David Edmondson
Does anyone modify any of the following faces to control the display of search results? notmuch-search-date notmuch-search-count notmuch-search-subject notmuch-search-matching-authors notmuch-search-non-matching-authors (i.e. to get something like http://no

[PATCH] VIM: Automatically refresh folder screen

2014-12-16 Thread Franz Fellner
David Bremner wrote: > Ian Main writes: > > > This patch makes the folder screen refresh each time you 'enter' it. > > This way when you read a folder and mark items as read the changes are > > reflected immediately when you return to the folder view. > > It seems to work, but it is pretty slow

exim config for 'notmuch insert' retry

2014-12-16 Thread Edward Betts
Short version: exim has an option to retry delivery when notmuch insert fails Long version: I'm using maildrop and 'notmuch insert' to sort and tag my incoming mail. Sometimes 'notmuch insert' isn't able to write to the notmuch index because another process is holding the notmuch write lock. At f

Python bindings and Xapian exceptions

2014-12-16 Thread David Bremner
Matt writes: > 2014-12-15 21:41 GMT+01:00 David Bremner : >> Matt writes: >> > But for exceptions in general, yes the notmuch library does need to be > fixed to allow the caller of functions to distinguish between things > like "no matches found" and "an exception occurred, so it'

Re: [PATCH] VIM: Automatically refresh folder screen

2014-12-16 Thread Franz Fellner
David Bremner wrote: > Ian Main writes: > > > This patch makes the folder screen refresh each time you 'enter' it. > > This way when you read a folder and mark items as read the changes are > > reflected immediately when you return to the folder view. > > It seems to work, but it is pretty slow

exim config for 'notmuch insert' retry

2014-12-16 Thread Edward Betts
Short version: exim has an option to retry delivery when notmuch insert fails Long version: I'm using maildrop and 'notmuch insert' to sort and tag my incoming mail. Sometimes 'notmuch insert' isn't able to write to the notmuch index because another process is holding the notmuch write lock. At f

Re: Python bindings and Xapian exceptions

2014-12-16 Thread Matt
2014-12-15 21:41 GMT+01:00 David Bremner : > Matt writes: > >>> > But for exceptions in general, yes the notmuch library does need to be >>> > fixed to allow the caller of functions to distinguish between things >>> > like "no matches found" and "an exception occurred, so it's unknown if >>> > any

Re: Python bindings and Xapian exceptions

2014-12-16 Thread David Bremner
Matt writes: > 2014-12-15 21:41 GMT+01:00 David Bremner : >> Matt writes: >> > But for exceptions in general, yes the notmuch library does need to be > fixed to allow the caller of functions to distinguish between things > like "no matches found" and "an exception occurred, so it'