Re: [PATCH 08/11] emacs: Support caching in notmuch-get-bodypart-{binary, text}

2014-04-24 Thread Mark Walters
On Thu, 24 Apr 2014, Austin Clements wrote: > Quoth Mark Walters on Apr 24 at 11:46 am: >> >> On Mon, 21 Apr 2014, Austin Clements wrote: >> > (The actual code change here is small, but requires re-indenting >> > existing code.) >> > --- >> > emacs/notmuch-lib.el | 52 >> > +++

Re: [PATCH 02/11] test: New tests for Emacs charset handling

2014-04-24 Thread Mark Walters
On Thu, 24 Apr 2014, Austin Clements wrote: > Quoth Mark Walters on Apr 24 at 3:38 pm: >> >> On Mon, 21 Apr 2014, Austin Clements wrote: >> > The test of viewing 8bit messages is known-broken. The rest pass, but >> > for very fragile reasons. The next several commits will fix the >> > known-b

[PATCH 02/11] test: New tests for Emacs charset handling

2014-04-24 Thread Mark Walters
On Mon, 21 Apr 2014, Austin Clements wrote: > The test of viewing 8bit messages is known-broken. The rest pass, but > for very fragile reasons. The next several commits will fix the > known-broken test and make our charset handling robust. Hi On one of my systems one of these (non-broken) te

[PATCH 1/1] building from git: use --abbrev=7 for version string

2014-04-24 Thread David Bremner
Tomi Ollila writes: > Users may have set core.abbrev=n, where n != 7 in their git config > file(s) which would give them different than expected version strings > when building notmuch from git. This fixes the commit hash part of > version string to 7 hexadecimal values. pushed to master d

[PATCH 02/11] test: New tests for Emacs charset handling

2014-04-24 Thread Austin Clements
Quoth Mark Walters on Apr 24 at 3:38 pm: > > On Mon, 21 Apr 2014, Austin Clements wrote: > > The test of viewing 8bit messages is known-broken. The rest pass, but > > for very fragile reasons. The next several commits will fix the > > known-broken test and make our charset handling robust. >

[PATCH 08/11] emacs: Support caching in notmuch-get-bodypart-{binary, text}

2014-04-24 Thread Austin Clements
Quoth Mark Walters on Apr 24 at 11:46 am: > > On Mon, 21 Apr 2014, Austin Clements wrote: > > (The actual code change here is small, but requires re-indenting > > existing code.) > > --- > > emacs/notmuch-lib.el | 52 > > ++-- > > 1 file changed,

[PATCH 08/11] emacs: Support caching in notmuch-get-bodypart-{binary, text}

2014-04-24 Thread Mark Walters
On Mon, 21 Apr 2014, Austin Clements wrote: > (The actual code change here is small, but requires re-indenting > existing code.) > --- > emacs/notmuch-lib.el | 52 > ++-- > 1 file changed, 30 insertions(+), 22 deletions(-) > > diff --git a/emacs/n

Re: [PATCH 08/11] emacs: Support caching in notmuch-get-bodypart-{binary, text}

2014-04-24 Thread Austin Clements
Quoth Mark Walters on Apr 24 at 11:46 am: > > On Mon, 21 Apr 2014, Austin Clements wrote: > > (The actual code change here is small, but requires re-indenting > > existing code.) > > --- > > emacs/notmuch-lib.el | 52 > > ++-- > > 1 file changed,

Re: [PATCH] Add configurable changed tag to messages that have been changed on disk

2014-04-24 Thread David Mazieres expires 2014-07-22 PDT
Austin Clements writes: > I'd like to have efficient change detection, too. In my case, I'd > like to use it to support efficient live search and show updates. The > design I'd sketched out for that used a log rather than ctimes, and > I'm curious if you have thoughts on the relative merits and

Re: [PATCH 08/11] emacs: Support caching in notmuch-get-bodypart-{binary, text}

2014-04-24 Thread Mark Walters
On Mon, 21 Apr 2014, Austin Clements wrote: > (The actual code change here is small, but requires re-indenting > existing code.) > --- > emacs/notmuch-lib.el | 52 > ++-- > 1 file changed, 30 insertions(+), 22 deletions(-) > > diff --git a/emacs/n