mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
notmuch 0.31 release
-----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEEkiyHYXwaY0SiY6fqA0U5G1WqFSEFAl9UMq8ACgkQA0U5G1Wq FSFrzQ//SOg+QEXCtBMZxRTwCdeUwhCAznhmuQW+gD6M+/0RzgNwB+LuXrgK4E8i h30Veb92bLjUiGBtCVwGgQt4uQ8OFStZQQoaP/d2YDIwSj83MRyi4rEdn71afC2I qptFCKK+qBMMdYPojTfX6hs1LySvGmCubSwJpavcdeksFS14I4+ibRejCji7oQj0 OkcxRSAIpOnrTpRYGOqe+I4xkTGa8H2yhsTFVjTJAEvGYHpvAPiaQj53CL3jN0jq PAaS+w4oJdjwtVCtjebgf5ouhDLft2vyPQrVCzjSVlOv5HoDYWocXK1Zzf1YcHRV m3jYn13PUiocQE+Pn/TEaI2MOI+Yl9NYT2Su1H2nvgVEyntIvPJkfBi9K30FgVpw UBMFMxyTNnGsIGbv6sxDOxtTWiczRT/cKGBOCabq7daHDlpCFT/pH9/7WpAu9cfk 04gMZP1m6Q8VV8TseCmBdnRJM+x2JjVRcrRFXB5jlvGrGl+ZfaJ0CaOR0eVOSQS/ K/YR7YIbrR8tnp/8n3g+KXUDk2Ufamy9r/h8kzVr/5G0xgfZmuVRhpn0a0fDe4D+ rDnucuG4wlmxsWSwSDxVbYwK5LBm9qzaw9Xg7h2UsyCpKYSQgCRFmejbUTFGu6T3 5St1V7tHj/WczQr39dYkf6soyx0CGEoGke8zSgINWHR+BCVB18Y= =slOY -----END PGP SIGNATURE----- Merge tag '0.31' into master notmuch 0.31 release
This commit is contained in:
commit
d127b16afe
5 changed files with 30 additions and 4 deletions
21
NEWS
21
NEWS
|
@ -1,4 +1,4 @@
|
|||
Notmuch 0.31 (UNRELEASED)
|
||||
Notmuch 0.31 (2020-09-05)
|
||||
=========================
|
||||
|
||||
Emacs
|
||||
|
@ -12,6 +12,25 @@ The minimum supported major version of GNU Emacs is now 25.1.
|
|||
|
||||
Add support for moving between threads after notmuch-tree-from-search-thread.
|
||||
|
||||
New `notmuch-unthreaded` mode (added in Notmuch 0.30)
|
||||
|
||||
Unthreaded view is a mode where each matching message is shown on a
|
||||
separate line.
|
||||
|
||||
The main key entries to unthreaded view are
|
||||
|
||||
'u' enter a query to view in unthreaded mode (works in hello,
|
||||
search, show and tree mode)
|
||||
|
||||
'U' view the current query in unthreaded mode (works from search,
|
||||
show and tree)
|
||||
|
||||
Saved searches can also specify that they should open in unthreaded
|
||||
view.
|
||||
|
||||
Currently it is not possible to specify the sort order: it will
|
||||
always be newest first.
|
||||
|
||||
Notmuch-Mutt
|
||||
------------
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
0.31~rc2
|
||||
0.31
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# this file should be kept in sync with ../../../version
|
||||
__VERSION__ = '0.31~rc2'
|
||||
__VERSION__ = '0.31'
|
||||
SOVERSION = '5'
|
||||
|
|
7
debian/changelog
vendored
7
debian/changelog
vendored
|
@ -1,3 +1,10 @@
|
|||
notmuch (0.31-1) unstable; urgency=medium
|
||||
|
||||
* New upstream release
|
||||
* Compatibility fixes for Emacs 27.1
|
||||
|
||||
-- David Bremner <bremner@debian.org> Sat, 05 Sep 2020 21:47:42 -0300
|
||||
|
||||
notmuch (0.31~rc2-1) experimental; urgency=medium
|
||||
|
||||
* New upstream release candidate
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.31~rc2
|
||||
0.31
|
||||
|
|
Loading…
Reference in a new issue