[PATCH] traditional post-release doc text and release-check.sh updates

2015-06-30 Thread David Bremner
Tomi Ollila writes: > - added period to the end of the only 0.20.1 news item so that news2wiki > will not make it a header line This part is trivial and fine. > > - changed copyright year to 2015 in doc/conf.py > > - made release-checks.sh to check copyright year in doc/conf.py This part is

[PATCH] Fix documentation for notmuch--tag-hook functions

2015-06-30 Thread David Bremner
Daniel Schoepe writes: > The second argument to notmuch-tag is now called tag-changes, but the > documentation for notmuch-before-tag-hook and notmuch-after-tag-hook > still used the old argument name `tags'. This resulted in broken hooks > when following the documentation. pushed, thanks. d

notmuch release 0.20.2 now available

2015-06-30 Thread David Bremner
Suvayu Ali writes: > > Yes, I have looked at what the official packages[1] do, I do exactly the > same[2]. Essentially the spec file does the following: > > pushd bindings/ruby > ruby extconf.rb --vendor --with-cflags="%{optflags}" > make

[PATCH] build: Support Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. --- Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1

[PATCH] Fix compilation on Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
Here's a fix for compilation failures on Mac OS X 10.6.8. As a newbie to the codebase, and one with not much Makefile experience in general, I'm more than happy to make any requested changes, or to take an entirely different approach if necessary. See previous discussion for more context:

notmuch release 0.20.2 now available

2015-06-30 Thread Suvayu Ali
Hi David, On Tue, Jun 30, 2015 at 09:34:36AM +0200, David Bremner wrote: > Suvayu Ali writes: > > On Tue, Jun 30, 2015 at 07:24:28AM +0200, David Bremner wrote: > >> > >> Where to obtain notmuch 0.20.2 > >> === > >>

notmuch release 0.20.2 now available

2015-06-30 Thread David Bremner
attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 647 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20150630/ada18400/attachment.sig>

notmuch release 0.20.2 now available

2015-06-30 Thread Suvayu Ali
Hi David, On Tue, Jun 30, 2015 at 07:24:28AM +0200, David Bremner wrote: > > Where to obtain notmuch 0.20.2 > === > http://notmuchmail.org/releases/notmuch-0.20.2.tar.gz I took a quick pass at building the release for Fedora. The ruby bindings seem to fail to build

notmuch release 0.20.2 now available

2015-06-30 Thread David Bremner
... Name: signature.asc Type: application/pgp-signature Size: 647 bytes Desc: not available URL: <http://notmuchmail.org/pipermail/notmuch/attachments/20150630/53adda3c/attachment.sig>

Re: notmuch release 0.20.2 now available

2015-06-30 Thread Suvayu Ali
Hi David, On Tue, Jun 30, 2015 at 09:34:36AM +0200, David Bremner wrote: Suvayu Ali fatkasuvayu+li...@gmail.com writes: On Tue, Jun 30, 2015 at 07:24:28AM +0200, David Bremner wrote: Where to obtain notmuch 0.20.2 ===

Re: notmuch release 0.20.2 now available

2015-06-30 Thread David Bremner
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Hi David, On Tue, Jun 30, 2015 at 07:24:28AM +0200, David Bremner wrote: Where to obtain notmuch 0.20.2 === http://notmuchmail.org/releases/notmuch-0.20.2.tar.gz I took a quick pass at building the release for

Re: notmuch release 0.20.2 now available

2015-06-30 Thread David Bremner
Suvayu Ali fatkasuvayu+li...@gmail.com writes: Yes, I have looked at what the official packages[1] do, I do exactly the same[2]. Essentially the spec file does the following: pushd bindings/ruby ruby extconf.rb --vendor --with-cflags=%{optflags} make %{?_smp_mflags} popd

Re: [PATCH] traditional post-release doc text and release-check.sh updates

2015-06-30 Thread David Bremner
Tomi Ollila tomi.oll...@iki.fi writes: - added period to the end of the only 0.20.1 news item so that news2wiki will not make it a header line This part is trivial and fine. - changed copyright year to 2015 in doc/conf.py - made release-checks.sh to check copyright year in doc/conf.py

Re: [PATCH] Fix documentation for notmuch--tag-hook functions

2015-06-30 Thread David Bremner
Daniel Schoepe dan...@schoepe.org writes: The second argument to notmuch-tag is now called tag-changes, but the documentation for notmuch-before-tag-hook and notmuch-after-tag-hook still used the old argument name `tags'. This resulted in broken hooks when following the documentation.

Re: notmuch release 0.20.2 now available

2015-06-30 Thread Suvayu Ali
Hi David, On Tue, Jun 30, 2015 at 07:24:28AM +0200, David Bremner wrote: Where to obtain notmuch 0.20.2 === http://notmuchmail.org/releases/notmuch-0.20.2.tar.gz I took a quick pass at building the release for Fedora. The ruby bindings seem to fail to build

[PATCH] build: Support Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
OS X 10.6.8 has a built-in library named libutil.dylib and a version of ld that picks that up instead of util/libutil.a. We now use an absolute path to util/libutil.a, so that notmuch can be built successfully on 10.6.8. --- Makefile.local | 8 +++- 1 file changed, 7 insertions(+), 1

[PATCH] Fix compilation on Mac OS X 10.6.8

2015-06-30 Thread Nate Eagleson
Here's a fix for compilation failures on Mac OS X 10.6.8. As a newbie to the codebase, and one with not much Makefile experience in general, I'm more than happy to make any requested changes, or to take an entirely different approach if necessary. See previous discussion for more context:

[PATCH] emacs: show: let the user override the mime-type of an attachment

2015-06-30 Thread Mark Walters
This allows the user to override the mime-type of a part in the show buffer. This takes the simple option of displaying the part with the specified mime-type in its own buffer (in view mode). This avoids further complicating the part handling code. Bound to . m (i.e., m in the part map). Then the