bug fix release 0.18.1

2014-06-22 Thread David Bremner
David Bremner writes: > David Bremner writes: > >> In parallel with the usual merging of patches into master, I'd like to >> put together a bugfix release with some build and portability fixes. >> >> If you want to propose a tag for such a release, please tag it >> notmuch::0.18.1 in nmbug. >> >

NEWS: add news for 0.18.1

2014-06-22 Thread David Bremner
Gregor Zattler writes: > Hi David, notmuch developers, > * David Bremner [21. Jun. 2014]: >> This is my summary of the commits from 0.18. > > [...] >> +Fix for phrase indexing >> + >> + There were several bugs involving overlapping "phrases" accross >> + header and mime part boundaries. > > Pe

Re: bug fix release 0.18.1

2014-06-22 Thread David Bremner
David Bremner writes: > David Bremner writes: > >> In parallel with the usual merging of patches into master, I'd like to >> put together a bugfix release with some build and portability fixes. >> >> If you want to propose a tag for such a release, please tag it >> notmuch::0.18.1 in nmbug. >> >

Re: NEWS: add news for 0.18.1

2014-06-22 Thread David Bremner
Gregor Zattler writes: > Hi David, notmuch developers, > * David Bremner [21. Jun. 2014]: >> This is my summary of the commits from 0.18. > > [...] >> +Fix for phrase indexing >> + >> + There were several bugs involving overlapping "phrases" accross >> + header and mime part boundaries. > > Pe

[PATCH v1] emacs: Forwarded messages should not have modified buffers

2014-06-22 Thread Tomi Ollila
On Sun, Jun 22 2014, David Bremner wrote: > David Edmondson writes: >> @@ -346,7 +346,8 @@ the From: address first." >> (message-forward-make-body cur) >> ;; `message-forward-make-body' shows the User-agent header. Hide >> ;; it again. >> -(message-hide-headers))) >> +(messa

NEWS: add news for 0.18.1

2014-06-22 Thread Gregor Zattler
Hi David, notmuch developers, * David Bremner [21. Jun. 2014]: > This is my summary of the commits from 0.18. [...] > +Fix for phrase indexing > + > + There were several bugs involving overlapping "phrases" accross > + header and mime part boundaries. Perhaps this should be amended with the fo

[PATCH] NEWS: add news for 0.18.1

2014-06-22 Thread Tomi Ollila
On Sat, Jun 21 2014, David Bremner wrote: > This is my summary of the commits from 0.18. > --- Contents LGTM. For news2wiki some period changes required... > NEWS | 58 ++ > 1 file changed, 58 insertions(+) > > diff --git a/NEWS b/NEWS >

[PATCH] emacs/show: add command to view a patch using diff mode

2014-06-22 Thread David Bremner
Mark Walters writes: > From: markwalters1009 at gmail.com > > This enables fast navigation between hunks and better highlighting. > > The use of notmuch-get-bodypart-internal could be improved; hard > coding to 1 seems to work for the output of git-format-patch. It also > not so nice to call (ins

[PATCH v1] emacs: Forwarded messages should not have modified buffers

2014-06-22 Thread David Bremner
David Edmondson writes: > @@ -346,7 +346,8 @@ the From: address first." > (message-forward-make-body cur) > ;; `message-forward-make-body' shows the User-agent header. Hide > ;; it again. > -(message-hide-headers))) > +(message-hide-headers) > +(set-buffer-modified-p nil))

[PATCH 0/5] Fix adjacent and overlapping termpos

2014-06-22 Thread David Bremner
Austin Clements writes: > This series fixes several related bugs that caused indexing to > generate adjacent and overlapping term positions, which caused > messages to incorrectly match phrase queries. This obsoletes (and > fixes) the known-broken tests from > id:1400359552-10928-1-git-send-emai

[PATCH] configure: add workaround for systems without zlib.pc

2014-06-22 Thread David Bremner
Felipe Contreras writes: > Some systems (e.g. FreeBSD) might not have installed the appropriate > pkg-config file as they should. We can workaround the issue by creating > the .pc file they should have distributed. > > Signed-off-by: Felipe Contreras pushed to release and master d

Re: NEWS: add news for 0.18.1

2014-06-22 Thread Gregor Zattler
Hi David, notmuch developers, * David Bremner [21. Jun. 2014]: > This is my summary of the commits from 0.18. [...] > +Fix for phrase indexing > + > + There were several bugs involving overlapping "phrases" accross > + header and mime part boundaries. Perhaps this should be amended with the fo

Re: [PATCH v1] emacs: Forwarded messages should not have modified buffers

2014-06-22 Thread Tomi Ollila
On Sun, Jun 22 2014, David Bremner wrote: > David Edmondson writes: >> @@ -346,7 +346,8 @@ the From: address first." >> (message-forward-make-body cur) >> ;; `message-forward-make-body' shows the User-agent header. Hide >> ;; it again. >> -(message-hide-headers))) >> +(messa

Re: [PATCH] emacs/show: add command to view a patch using diff mode

2014-06-22 Thread David Bremner
Mark Walters writes: > From: markwalters1...@gmail.com > > This enables fast navigation between hunks and better highlighting. > > The use of notmuch-get-bodypart-internal could be improved; hard > coding to 1 seems to work for the output of git-format-patch. It also > not so nice to call (insert

Re: [PATCH v1] emacs: Forwarded messages should not have modified buffers

2014-06-22 Thread David Bremner
David Edmondson writes: > @@ -346,7 +346,8 @@ the From: address first." > (message-forward-make-body cur) > ;; `message-forward-make-body' shows the User-agent header. Hide > ;; it again. > -(message-hide-headers))) > +(message-hide-headers) > +(set-buffer-modified-p nil))

Re: [PATCH 0/5] Fix adjacent and overlapping termpos

2014-06-22 Thread David Bremner
Austin Clements writes: > This series fixes several related bugs that caused indexing to > generate adjacent and overlapping term positions, which caused > messages to incorrectly match phrase queries. This obsoletes (and > fixes) the known-broken tests from > id:1400359552-10928-1-git-send-emai

Re: [PATCH] NEWS: add news for 0.18.1

2014-06-22 Thread Tomi Ollila
On Sat, Jun 21 2014, David Bremner wrote: > This is my summary of the commits from 0.18. > --- Contents LGTM. For news2wiki some period changes required... > NEWS | 58 ++ > 1 file changed, 58 insertions(+) > > diff --git a/NEWS b/NEWS >

Re: [PATCH] configure: add workaround for systems without zlib.pc

2014-06-22 Thread David Bremner
Felipe Contreras writes: > Some systems (e.g. FreeBSD) might not have installed the appropriate > pkg-config file as they should. We can workaround the issue by creating > the .pc file they should have distributed. > > Signed-off-by: Felipe Contreras pushed to release and master d