pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/notmuch notmuch: Update to 0.33



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5a27dd99fa9
branches:  trunk
changeset: 457866:f5a27dd99fa9
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Sep 03 23:49:09 2021 +0000

description:
notmuch: Update to 0.33

Changelog:
Library
-------

Correct documentatation about transactions.

Add a configurable automatic commit of transactions. See
`database.autocommit` in notmuch-config(1).

Document the algorithm used to find a database.

CLI
---

Define format version 5, which supports sorting the output of
notmuch-show.

Emacs
-----

`notmuch` no longer sets `mail-user-agent` on load. To restore the
previous behaviour of using notmuch to send mail by default, customize
`mail-user-agent` to `notmuch-user-agent`.

`notmuch-company` now works in `org-msg`.

Improve the display of messages from long threads in unthreaded mode.

Prefer email addresses over User ID when showing valid signatures.

Define a new face `notmuch-jump-key`.

New commands in notmuch-tree view: `notmuch-tree-filter` and
`notmuch-tree-filter-by-tag`.

Honour `notmuch-show-text/html-blocked-images` when using `w3m` to
render html.

Support toggling sort order in notmuch-tree mode.

Ruby
----

Memory management of allocated notmuch objects (database, messages,
etc...) is now done via the Ruby GC. This removes all constraints on
the order of object destruction.  Database close and destroy are
split, following an old library API change.

Vim
---

Respect excluded tags when showing a thread.

Documentation
-------------

Fix doc build for Sphinx 4.0.

Improve the markup and linking of the documentation.

diffstat:

 mail/notmuch/Makefile |   4 ++--
 mail/notmuch/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (29 lines):

diff -r a22e6e80dba0 -r f5a27dd99fa9 mail/notmuch/Makefile
--- a/mail/notmuch/Makefile     Fri Sep 03 20:50:00 2021 +0000
+++ b/mail/notmuch/Makefile     Fri Sep 03 23:49:09 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.68 2021/08/23 03:24:38 ryoon Exp $
+# $NetBSD: Makefile,v 1.69 2021/09/03 23:49:09 ryoon Exp $
 
-DISTNAME=      notmuch-0.32.3
+DISTNAME=      notmuch-0.33
 CATEGORIES=    mail
 MASTER_SITES=  https://notmuchmail.org/releases/
 EXTRACT_SUFX=  .tar.xz
diff -r a22e6e80dba0 -r f5a27dd99fa9 mail/notmuch/distinfo
--- a/mail/notmuch/distinfo     Fri Sep 03 20:50:00 2021 +0000
+++ b/mail/notmuch/distinfo     Fri Sep 03 23:49:09 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.54 2021/08/23 03:24:38 ryoon Exp $
+$NetBSD: distinfo,v 1.55 2021/09/03 23:49:09 ryoon Exp $
 
-SHA1 (notmuch-0.32.3.tar.xz) = 348576d446f873969d80a184e6ceddda1a31819e
-RMD160 (notmuch-0.32.3.tar.xz) = e38014b516e4f6c85686619e76329d54cf77ff60
-SHA512 (notmuch-0.32.3.tar.xz) = 32bec598c25ef432ad8d323bd3cf2d4301a6657c0eb1e79f45bdbfaee692bbdd70b629aaa983c65e11d89b4ce9d19015aa2b529bbd0223a395825cc68fd0839f
-Size (notmuch-0.32.3.tar.xz) = 725872 bytes
+SHA1 (notmuch-0.33.tar.xz) = 3b16b91f6b1d557288bfaa24540f2c5aea4c02c0
+RMD160 (notmuch-0.33.tar.xz) = 30250880652dd4e76751333b477b04bde8d92747
+SHA512 (notmuch-0.33.tar.xz) = 280dab51b80f701d0b392da08a5026f7efef198640e23084ccaf5a8e138c3eee413d2243e1a98e856391432cb6afe50ee817797be8768a2f2564797b3aefe14d
+Size (notmuch-0.33.tar.xz) = 730764 bytes
 SHA1 (patch-configure) = 63b15478d1f360b930ccdcef1bfc853f5d683499
 SHA1 (patch-emacs_Makefile.local) = 4a36a2c165852a098a45c8b99c8372d65d33b07c



Home | Main Index | Thread Index | Old Index