]> git.cworth.org Git - notmuch/commitdiff
Merge branch 'release'
authorDavid Bremner <david@tethera.net>
Sun, 20 Jun 2021 20:15:20 +0000 (17:15 -0300)
committerDavid Bremner <david@tethera.net>
Sun, 20 Jun 2021 20:15:20 +0000 (17:15 -0300)
1  2 
NEWS
test/test-lib.sh

diff --cc NEWS
index 538ec168baaef0a16b666f39856312e856225020,979c428104f781b2ae124663d0bc2361e69bfd84..09456f605908aa34ffa565bba68db992e494f93c
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -1,18 -1,28 +1,43 @@@
 +Notmuch 0.33 (UNRELEASED)
 +=========================
 +
 +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`.
 +
 +Vim
 +---
 +
 +Respect excluded tags when showing a thread.
 +
+ Notmuch 0.32.2 (UNRELEASED)
+ ===========================
+ General
+ -------
+ Fix a bug from 2017 that can add duplicate thread-id terms to message
+ documents.
+ Emacs
+ -----
+ Add `(require 'seq)` for `seq-some`.
+ Documentation
+ -------------
+ Fix man page build for Sphinx 4.x. Fix variable name in emacs docs.
+ Tests
+ -----
+ Fix backup creation in `perf-test/T00-new`.  Check openssl
+ prerequisite in `add_gpgsm_home`.
  Notmuch 0.32.1 (2021-05-15)
  ===========================
  
index 23f7c8f80aaf741cf81a8f2af249cfc05675b94b,862c6bc97a4d98cb86e69f863044c8ae803225d1..f83f7c6aab25d8c040b25378074616a5f1167f19
@@@ -134,7 -134,10 +134,9 @@@ add_gnupg_home () 
      printf '%s:6:\n' "$FINGERPRINT" | gpg --quiet --batch --no-tty --import-ownertrust
  }
  
 -add_gpgsm_home ()
 -{
 +add_gpgsm_home () {
+     test_require_external_prereq openssl
      local fpr
      [ -e "$GNUPGHOME/gpgsm.conf" ] && return
      _gnupg_exit () { gpgconf --kill all 2>/dev/null || true; }