unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* notmuch release 0.29 now available
@ 2019-06-07  9:53 David Bremner
  2019-06-07 14:45 ` Ralph Seichter
  0 siblings, 1 reply; 4+ messages in thread
From: David Bremner @ 2019-06-07  9:53 UTC (permalink / raw)
  To: notmuch

[-- Attachment #1: Type: text/plain, Size: 4012 bytes --]


Where to obtain notmuch 0.29
===========================
  https://notmuchmail.org/releases/notmuch-0.29.tar.xz

Which can be verified with:

  https://notmuchmail.org/releases/notmuch-0.29.tar.xz.sha256.asc
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

08e926aba53c4b0337fe7907d4f44e76ecc5eaa5d5a59ecda90a6acac195e465  notmuch-0.29.tar.xz
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCAAdFiEE3VS2dnyDRXKVCQCp8gKXHaSnniwFAlz6M2oACgkQ8gKXHaSn
nizz0Av/f7vsEMJMFyorZ6MeiD1yAPfwCI8mZnUbjcsb9+wh3PtY99kXXiiIk08r
h8HMhUGYviDTtmltgYoUm0IuhSz0dBy2hkMUD/uY9t4U9Yj84NH69QcQy1gU/CEV
S1s4XtVHSpxUMsOS4MASJKtSyuaj9PxywLScIXwke/8l/xgXPD8dSgxRSqMsqOY1
hcRjIUh8jqYSCV5qfSVo7Ny/jJywhADVkp1mrtHrQrLY8x1z6c6EnZMeSpiakkci
t/oXqvqECE5jCydouJCcv80Vsgf6YS1hEEYFm2Y8KOA95e2PB2dfKucI3UkeA1UB
9U0DsJxkOx863a1hLJr4lcQA9yqOKkbd1pITvfGmrFxNt49PLlyYQ2Yk6rNxsnGd
nU4q3J4knWL/u49NL4+tryr2Jg1a1ohaYsSNaBhB30E5HUcFcXRZgklo4MjbjnbR
dZ3wcNUwNISrlHCn+YUYDVRzyeQZhH7G2jzkjw70AT+YmAl9HUHEQanUURcWcrJ+
bYY0wNpW
=Wwsb
-----END PGP SIGNATURE-----

  https://notmuchmail.org/releases/notmuch-0.29.tar.xz.asc
  (signed by David Bremner)

What's new in notmuch 0.29
=========================

General
-------

Add "body:" field to allow searching for terms that occur only in the
message body. Users will need to reindex their mail to take advantage
of this feature.

Add support for indexing user specified headers (e.g. List-Id). See
notmuch-config(1) for details. This requires reindexing after changing
the set of headers to be indexed.

Fix bug for searching in some headers for Xapian keywords in quoted
strings.

Add support for gzip compressed mail messages (/not/ multi-message
mboxes); e.g. `gzip -9 $MAIL/archive/giant-message && notmuch new`
should work. Note that maildir flag syncing for gzipped messages is
currently untested.

Notmuch is now capable of indexing, searching and rendering
cryptographically-protected Subject: headers of the form produced by
Enigmail and K-9 mail in encrypted messages.

Command Line Interface
----------------------

`notmuch show` now supports --body=false and --include-html with
--format=text

Fix several performance problems with `notmuch reindex`.

`notmuch show` and `notmuch reply` now emit per-message cryptographic
status in their json and sexp output formats.  See devel/schemata for
more details about what is included there.  This status includes
information about cryptographic protections for the Subject header.

Emacs
-----

Optionally check for missing attachements in outgoing messages (see
function `notmuch-mua-attachment-check`).

Bind `B` to browse URLs in current message.

Bind `g` to refresh the current notmuch buffer.

Editing a message as new now includes an FCC header.

Forwarded messages are now tagged as +forwarded (customizable).

Add references header to link forwarded message to thread of original
message.

The minimum supported major version of Emacs is now 24.

Support for GNU Emacs older than 25.1 is deprecated with this release,
and may be removed in a future release.

Notmuch-emacs documentation is somewhat expanded. More contributions
are very welcome.

Build System
------------

Notmuch release tarballs are now compressed with `xz`.

We now provide conventional detached signatures of the release
tarballs in addition to the signed `sha256sum` files.

Dependencies
------------

Support for GMime 2.6 is removed. The minimum supported version of
GMime is now 3.0.3.  GMime also needs to have been compiled with
cryptography support.

Test Suite
----------

If either GNU parallel or moreutils parallel is installed, the tests
in the test suite will now be run in parallel (one per available
core).  This can be disabled with NOTMUCH_TEST_SERIALIZE=1.

What is notmuch
===============
Notmuch is a system for indexing, searching, reading, and tagging
large collections of email messages in maildir or mh format. It uses
the Xapian library to provide fast, full-text search with a convenient
search syntax.

For more about notmuch, see https://notmuchmail.org


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 658 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: notmuch release 0.29 now available
  2019-06-07  9:53 notmuch release 0.29 now available David Bremner
@ 2019-06-07 14:45 ` Ralph Seichter
  2019-06-07 15:15   ` David Bremner
  0 siblings, 1 reply; 4+ messages in thread
From: Ralph Seichter @ 2019-06-07 14:45 UTC (permalink / raw)
  To: notmuch

* David Bremner:

> https://notmuchmail.org/releases/notmuch-0.29.tar.xz

As the maintainer of Notmuch in MacPorts, I wonder why you chose to
switch from a classical tarball to a .tar.xz archive? Did I miss some
discussion on this mailing list?

-Ralph

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: notmuch release 0.29 now available
  2019-06-07 14:45 ` Ralph Seichter
@ 2019-06-07 15:15   ` David Bremner
  2019-06-07 15:40     ` Ralph Seichter
  0 siblings, 1 reply; 4+ messages in thread
From: David Bremner @ 2019-06-07 15:15 UTC (permalink / raw)
  To: Ralph Seichter, notmuch

Ralph Seichter <abbot@monksofcool.net> writes:

> * David Bremner:
>
>> https://notmuchmail.org/releases/notmuch-0.29.tar.xz
>
> As the maintainer of Notmuch in MacPorts, I wonder why you chose to
> switch from a classical tarball to a .tar.xz archive? Did I miss some
> discussion on this mailing list?

Yes, there was a brief discussion:

     id:20190319100819.17724-2-david@tethera.net

The space savings have become more noticable as we include more test data in
the release tarball. At a glance, about 15-20% of the upstream tarballs in
Debian are xz compressed. Even allowing for overcounting of things like
git snapshots, I guess xz compression is something packagers will have
to deal with.

d

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: notmuch release 0.29 now available
  2019-06-07 15:15   ` David Bremner
@ 2019-06-07 15:40     ` Ralph Seichter
  0 siblings, 0 replies; 4+ messages in thread
From: Ralph Seichter @ 2019-06-07 15:40 UTC (permalink / raw)
  To: notmuch

* David Bremner:

> Yes, there was a brief discussion [...]

Thanks. As I expected, it was my lack of attention that led to me being
caught unawares. ;-)

> I guess xz compression is something packagers will have to deal with.

Of course, no worries. I am not miffed in any way, especially because it
only amounts to adding a single option to my Portfile. I just wanted to
make sure this was deliberate on your end before I open my pull request.

-Ralph

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-06-07 15:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-06-07  9:53 notmuch release 0.29 now available David Bremner
2019-06-07 14:45 ` Ralph Seichter
2019-06-07 15:15   ` David Bremner
2019-06-07 15:40     ` Ralph Seichter

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).