unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* NEWS patches for v0.22, round 2.
@ 2016-04-24 12:01 David Bremner
  2016-04-24 12:01 ` [PATCH 1/6] NEWS: add note about xapian 1.3 support David Bremner
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 12:01 UTC (permalink / raw)
  To: notmuch

A few minor formatting fixes, and add a few items about things I
didn't do. I'd welcome corrections to the latter, or other topics that
should be completed. I'd like to finalize this release soon.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [PATCH 1/6] NEWS: add note about xapian 1.3 support
  2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
@ 2016-04-24 12:01 ` David Bremner
  2016-04-24 12:01 ` [PATCH 2/6] NEWS: note dropping "pkg-config emacs" David Bremner
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 12:01 UTC (permalink / raw)
  To: notmuch

---
 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index cabcc1e..28669dc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,14 @@
 Notmuch 0.22 (UNRELEASED)
 =========================
 
+General
+-------
+
+Xapian 1.3 support
+
+  Notmuch should now build (and the test suite should pass) on recent
+  releases of Xapian 1.3.x. It has been tested with Xapian 1.3.5.
+
 Emacs Interface
 ---------------
 
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 2/6] NEWS: note dropping "pkg-config emacs"
  2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
  2016-04-24 12:01 ` [PATCH 1/6] NEWS: add note about xapian 1.3 support David Bremner
@ 2016-04-24 12:01 ` David Bremner
  2016-04-24 12:01 ` [PATCH 3/6] NEWS: note no-op-ness of notmuch-message-address-insinuate David Bremner
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 12:01 UTC (permalink / raw)
  To: notmuch

---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 28669dc..3362dd4 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,11 @@ Xapian 1.3 support
   Notmuch should now build (and the test suite should pass) on recent
   releases of Xapian 1.3.x. It has been tested with Xapian 1.3.5.
 
+Build System
+------------
+
+Drop dependency on "pkg-config emacs".
+
 Emacs Interface
 ---------------
 
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 3/6] NEWS: note no-op-ness of notmuch-message-address-insinuate
  2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
  2016-04-24 12:01 ` [PATCH 1/6] NEWS: add note about xapian 1.3 support David Bremner
  2016-04-24 12:01 ` [PATCH 2/6] NEWS: note dropping "pkg-config emacs" David Bremner
@ 2016-04-24 12:01 ` David Bremner
  2016-04-24 12:01 ` [PATCH 4/6] NEWS: document S/MIME support David Bremner
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 12:01 UTC (permalink / raw)
  To: notmuch

---
 NEWS | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NEWS b/NEWS
index 3362dd4..949e219 100644
--- a/NEWS
+++ b/NEWS
@@ -59,6 +59,11 @@ longer generate empty buffers
   (or, in some cases, displaying an empty buffer and throwing an
   error). This also affects re-display of the current thread.
 
+`notmuch-message-address-insinuate` is now a no-op
+
+  This reduces the amount of interference with non-notmuch uses of
+  message-mode.
+
 Documentation
 -------------
 
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 4/6] NEWS: document S/MIME support
  2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
                   ` (2 preceding siblings ...)
  2016-04-24 12:01 ` [PATCH 3/6] NEWS: note no-op-ness of notmuch-message-address-insinuate David Bremner
@ 2016-04-24 12:01 ` David Bremner
  2016-04-24 12:01 ` [PATCH 5/6] NEWS: document some bug fixes David Bremner
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 12:01 UTC (permalink / raw)
  To: notmuch

---
 NEWS | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/NEWS b/NEWS
index 949e219..8fc10c7 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,20 @@ Xapian 1.3 support
   Notmuch should now build (and the test suite should pass) on recent
   releases of Xapian 1.3.x. It has been tested with Xapian 1.3.5.
 
+Limited support for S/MIME messages
+
+  Signature verification is supported, but not decryption. S/MIME
+  signature creation and S/MIME encryption are supported via built-in
+  support in Emacs. S/MIME support is not extensively tested at this
+  time.
+
+Command Line Interface
+----------------------
+
+`notmuch show` now supports verifying S/MIME signatures
+
+  This support relies on an appropriately configured `gpgsm`.
+
 Build System
 ------------
 
@@ -59,6 +73,11 @@ longer generate empty buffers
   (or, in some cases, displaying an empty buffer and throwing an
   error). This also affects re-display of the current thread.
 
+Handle S/MIME signatures in emacs
+
+  The emacs interface is now capable making and verifying S/MIME
+  signatures.
+
 `notmuch-message-address-insinuate` is now a no-op
 
   This reduces the amount of interference with non-notmuch uses of
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 5/6] NEWS: document some bug fixes
  2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
                   ` (3 preceding siblings ...)
  2016-04-24 12:01 ` [PATCH 4/6] NEWS: document S/MIME support David Bremner
@ 2016-04-24 12:01 ` David Bremner
  2016-04-24 12:01 ` [PATCH 6/6] NEWS: entry for emacs mua address completion David Bremner
  2016-04-24 21:01 ` NEWS patches for v0.22, round 2 David Bremner
  6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 12:01 UTC (permalink / raw)
  To: notmuch

---
 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/NEWS b/NEWS
index 8fc10c7..2f91949 100644
--- a/NEWS
+++ b/NEWS
@@ -16,6 +16,12 @@ Limited support for S/MIME messages
   support in Emacs. S/MIME support is not extensively tested at this
   time.
 
+Bug Fixes
+
+   Fix for threading bug involving deleting and re-adding
+   messages. Fix for case-sensitive content disposition headers. Fix
+   handling of 1 character directory names at top level.
+
 Command Line Interface
 ----------------------
 
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [PATCH 6/6] NEWS: entry for emacs mua address completion
  2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
                   ` (4 preceding siblings ...)
  2016-04-24 12:01 ` [PATCH 5/6] NEWS: document some bug fixes David Bremner
@ 2016-04-24 12:01 ` David Bremner
  2016-04-24 21:01 ` NEWS patches for v0.22, round 2 David Bremner
  6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 12:01 UTC (permalink / raw)
  To: notmuch

---
 NEWS | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/NEWS b/NEWS
index 2f91949..303b0a8 100644
--- a/NEWS
+++ b/NEWS
@@ -89,6 +89,14 @@ Handle S/MIME signatures in emacs
   This reduces the amount of interference with non-notmuch uses of
   message-mode.
 
+Address completion improvements
+
+  An external script is no longer needed for address completion; if
+  you previously configured one, customize the variable
+  `notmuch-address-command` to try the internal completion. If
+  `company-mode` is available, notmuch uses it by default for
+  interactive address completion.
+
 Documentation
 -------------
 
-- 
2.8.0.rc3

^ permalink raw reply related	[flat|nested] 8+ messages in thread

* Re: NEWS patches for v0.22, round 2.
  2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
                   ` (5 preceding siblings ...)
  2016-04-24 12:01 ` [PATCH 6/6] NEWS: entry for emacs mua address completion David Bremner
@ 2016-04-24 21:01 ` David Bremner
  6 siblings, 0 replies; 8+ messages in thread
From: David Bremner @ 2016-04-24 21:01 UTC (permalink / raw)
  To: notmuch

David Bremner <david@tethera.net> writes:

> A few minor formatting fixes, and add a few items about things I
> didn't do. I'd welcome corrections to the latter, or other topics that
> should be completed. I'd like to finalize this release soon.

Tomi gave me the thumbs up on IRC, so I pushed these news patches.

d

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-04-24 21:01 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-24 12:01 NEWS patches for v0.22, round 2 David Bremner
2016-04-24 12:01 ` [PATCH 1/6] NEWS: add note about xapian 1.3 support David Bremner
2016-04-24 12:01 ` [PATCH 2/6] NEWS: note dropping "pkg-config emacs" David Bremner
2016-04-24 12:01 ` [PATCH 3/6] NEWS: note no-op-ness of notmuch-message-address-insinuate David Bremner
2016-04-24 12:01 ` [PATCH 4/6] NEWS: document S/MIME support David Bremner
2016-04-24 12:01 ` [PATCH 5/6] NEWS: document some bug fixes David Bremner
2016-04-24 12:01 ` [PATCH 6/6] NEWS: entry for emacs mua address completion David Bremner
2016-04-24 21:01 ` NEWS patches for v0.22, round 2 David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).