1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-16 03:24:07 +00:00

mail/notmuch: Update to 0.34

Notmuch 0.34 (2021-10-20)
=========================

General
-------

An optional new s-expression based query parser is available if
notmuch is built with the `sfsexp` library. See
notmuch-sexp-queries(7) for syntax, and use `notmuch config get
built_with.sexpr_query` to check if notmuch is compiled with
s-expression query support.

CLI
---

Support multiple `Delivered-To` headers in notmuch-reply(1).

Emacs
-----

Functions are now allowed in `notmuch-search-result-format`.

Improvements to unthreaded view on large threads.

Tolerate bad/missing working directory for most commands.

Allow customization of tree drawing symbols in notmuch-tree mode.
This commit is contained in:
Joseph Mingrone 2021-10-23 23:25:58 -03:00
parent 32784eda79
commit c4fceecd91
No known key found for this signature in database
GPG Key ID: 36A40C83B0D6EF9E
3 changed files with 7 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Created by: DarwinSurvivor <darwinsurvivor@gmail.com>
PORTNAME= notmuch
PORTVERSION= 0.33.2
DISTVERSION= 0.34
PORTREVISION?= 0
CATEGORIES?= mail
MASTER_SITES= https://notmuchmail.org/releases/
@ -14,6 +14,7 @@ LICENSE_FILE= ${WRKSRC}/${WRKSRC_SUBDIR:C/[^\/]+/../g}/COPYING-GPL-3
.ifndef MASTERDIR
LIB_DEPENDS= libgmime-3.0.so:mail/gmime30 \
libsexp.so:devel/sfsexp \
libtalloc.so:devel/talloc \
libxapian.so:databases/xapian-core
TEST_DEPENDS= ${LOCALBASE}/bin/gdb:devel/gdb \

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1633294524
SHA256 (notmuch-0.33.2.tar.xz) = 244892f6ab52a84f6b013b387cd6652d461effd36b14ef9e576604b5850b2cae
SIZE (notmuch-0.33.2.tar.xz) = 733228
TIMESTAMP = 1635023689
SHA256 (notmuch-0.34.tar.xz) = 83e9581542b6e387f61f30cf0f5e2d9038912ee1bb73ad64b84d1d9c543761b6
SIZE (notmuch-0.34.tar.xz) = 748232

View File

@ -17,11 +17,12 @@
%%MANPAGES%%man/man5/notmuch-hooks.5.gz
%%MANPAGES%%man/man7/notmuch-properties.7.gz
%%MANPAGES%%man/man7/notmuch-search-terms.7.gz
%%MANPAGES%%man/man7/notmuch-sexp-queries.7.gz
bin/notmuch
include/notmuch.h
lib/libnotmuch.so
lib/libnotmuch.so.5
lib/libnotmuch.so.5.4.0
lib/libnotmuch.so.5.5.0
share/bash-completion/completions/notmuch
share/zsh/site-functions/_email-notmuch
share/zsh/site-functions/_notmuch