mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-25 12:28:09 +01:00
notmuch 0.32~rc2 release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAmCJNFIACgkQA0U5G1Wq FSHvjA/9GyM5/Z6N79BAu2cHJykw055Oj7BzcEfyiDa9qju9R9FzlMq5eYepEkqp s6uehZ3yUr2vzMpUlCUjzjDzOrT3rkzWoD8soqA7T0/hWOHsid/NH51hom5n5p1F KC4WaUxv1doNVfUCW/zhUmRQKgHMqq+WHkmqi9YD0OFfTZr9c4lgY89nGhQbNEb2 Bp51TqkgbjCD9eMPFkzyJuM/FSU1JYYT2z69/lSLDjAtTUxDbfFHyW20//fsC4T/ XjCrWMr/FFucYLp3kPPWT60XbOcygtJmxV+JfezwxGu0i+UD3ZwJ879kKnsYMJ4y 5mNhSToeOFvBnR5eZMP0YL8PFSdq4tTJmORIBWIsFNeQ8rD4uFOE/Yy84D5AbZ6O BztimcCy77TQzmERiEj7H14aNbQekf070yZmICtK8isCbpWiHQRPo3VlOqzAaN94 1sjMX6SfH480UrhH4+XXYGdpbitm1IRKRoXrj1MIqvxNpMyVl+tMQCyaHGq5wy46 AFHLPY5YBYzkg1dJRwTyIpUbrfyl/O6zJloyH9z7jN2NJzTGep505GyQCfs/4wA+ 1R5OR3ZKgPXLl9flpp4WysOlbGhGxa5DjG2i59zrWbd2bXVjv80UncF5LGhLcogz 3Jif42UjrnNPI/kf858QmmW8Gb2CMbR6uBwu50sB8JxwL6BkwUo= =FcEw -----END PGP SIGNATURE----- Merge tag '0.32_rc2' notmuch 0.32~rc2 release
This commit is contained in:
commit
9e2e723881
5 changed files with 41 additions and 4 deletions
33
NEWS
33
NEWS
|
@ -38,8 +38,12 @@ constants have been added to the notmuch API. Most notably:
|
||||||
A previously requested API change is that `notmuch_database_reopen` is
|
A previously requested API change is that `notmuch_database_reopen` is
|
||||||
now exposed (and generalized).
|
now exposed (and generalized).
|
||||||
|
|
||||||
|
The previously severe slowdowns from large numbers calls to
|
||||||
|
notmuch_database_remove_message or notmuch_message_delete in one
|
||||||
|
session has been fixed.
|
||||||
|
|
||||||
As always, the canonical source of API documentation is
|
As always, the canonical source of API documentation is
|
||||||
`lib/notmuch.h`, or the doxygen formated documentation in `notmuch(3)`
|
`lib/notmuch.h`, or the doxygen formatted documentation in `notmuch(3)`
|
||||||
|
|
||||||
CLI
|
CLI
|
||||||
---
|
---
|
||||||
|
@ -47,6 +51,33 @@ CLI
|
||||||
The `notmuch config set` subcommand gained a `--database` argument to
|
The `notmuch config set` subcommand gained a `--database` argument to
|
||||||
specify that the database should be updated, rather than a config file.
|
specify that the database should be updated, rather than a config file.
|
||||||
|
|
||||||
|
The speed of `notmuch new` and `notmuch reindex` in dealing with large
|
||||||
|
numbers of mail file deletions is significantly improved.
|
||||||
|
|
||||||
|
Emacs
|
||||||
|
-----
|
||||||
|
|
||||||
|
Completion related updates include: de-duplicating tags offered for
|
||||||
|
completion, use the actual initial input in address completion, allow
|
||||||
|
users to opt out of notmuch address completion, and do not force Ido
|
||||||
|
when prompting for senders.
|
||||||
|
|
||||||
|
Some keymaps used to contain bindings for unnamed commands. These
|
||||||
|
lambda expressions have been replaced by named commands (symbols), to
|
||||||
|
ease customization.
|
||||||
|
|
||||||
|
Lexical binding is now used in all notmuch-emacs libraries.
|
||||||
|
|
||||||
|
Fix bug in calling `notmuch-mua-mail` with a non-nil RETURN-ACTION.
|
||||||
|
|
||||||
|
Removed, inlined or renamed functions and variables:
|
||||||
|
`notmuch-address-locate-command`,
|
||||||
|
`notmuch-documentation-first-line`, `notmuch-folder`,
|
||||||
|
`notmuch-hello-trim', `notmuch-hello-versions` => `notmuch-version`,
|
||||||
|
`notmuch-remove-if-not`, `notmuch-search-disjunctive-regexp`,
|
||||||
|
`notmuch-sexp-eof`, `notmuch-split-content-type`, and
|
||||||
|
`notmuch-tree-button-activate`.
|
||||||
|
|
||||||
Notmuch 0.31.4 (2021-02-18)
|
Notmuch 0.31.4 (2021-02-18)
|
||||||
===========================
|
===========================
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.32~rc1
|
0.32~rc2
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# this file should be kept in sync with ../../../version
|
# this file should be kept in sync with ../../../version
|
||||||
__VERSION__ = '0.32~rc1'
|
__VERSION__ = '0.32~rc2'
|
||||||
SOVERSION = '5'
|
SOVERSION = '5'
|
||||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
notmuch (0.32~rc2-1) experimental; urgency=medium
|
||||||
|
|
||||||
|
* New upstream release candidate
|
||||||
|
|
||||||
|
-- David Bremner <bremner@debian.org> Wed, 28 Apr 2021 07:05:22 -0300
|
||||||
|
|
||||||
notmuch (0.32~rc1-1) experimental; urgency=medium
|
notmuch (0.32~rc1-1) experimental; urgency=medium
|
||||||
|
|
||||||
* New upstream release candidate
|
* New upstream release candidate
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
0.32~rc1
|
0.32~rc2
|
||||||
|
|
Loading…
Reference in a new issue