pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail/notmuch



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Sep  3 23:49:09 UTC 2021

Modified Files:
        pkgsrc/mail/notmuch: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.68 -r1.69 pkgsrc/mail/notmuch/Makefile
cvs rdiff -u -r1.54 -r1.55 pkgsrc/mail/notmuch/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/notmuch/Makefile
diff -u pkgsrc/mail/notmuch/Makefile:1.68 pkgsrc/mail/notmuch/Makefile:1.69
--- pkgsrc/mail/notmuch/Makefile:1.68   Mon Aug 23 03:24:38 2021
+++ pkgsrc/mail/notmuch/Makefile        Fri Sep  3 23:49:09 2021
@@ -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

Index: pkgsrc/mail/notmuch/distinfo
diff -u pkgsrc/mail/notmuch/distinfo:1.54 pkgsrc/mail/notmuch/distinfo:1.55
--- pkgsrc/mail/notmuch/distinfo:1.54   Mon Aug 23 03:24:38 2021
+++ pkgsrc/mail/notmuch/distinfo        Fri Sep  3 23:49:09 2021
@@ -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