unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] add NEWS for 0.30
@ 2020-06-02  1:54 Daniel Kahn Gillmor
  2020-06-02  2:31 ` David Bremner
  2020-06-02 21:26 ` Tomi Ollila
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Kahn Gillmor @ 2020-06-02  1:54 UTC (permalink / raw)
  To: Notmuch Mail

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
---
 NEWS | 35 +++++++++++++++++++++++++++++++++++
 1 file changed, 35 insertions(+)

diff --git a/NEWS b/NEWS
index 14db7f6f..1921127f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,41 @@
 Notmuch 0.30 (2020-06-01)
 =========================
 
+S/MIME
+------
+
+Handle S/MIME (PKCS#7) messages -- one-part signed messages, encrypted
+messages, and multilayer messages.  Treat them symmetrically to
+OpenPGP messages.  This includes handling protected headers
+gracefully.
+
+If you're using Notmuch with S/MIME, you currently need to configure
+gpgsm appropriately.
+
+Mixed-up MIME Repair
+--------------------
+
+Detect and automatically repair a common form of message mangling
+created by Microsoft Exchange. (see index.repaired=mixedup in
+notmuch-properties(7).
+
+Protected Headers
+-----------------
+
+Avoid indexing the legacy-display part of an encrypted message that
+has protected headers. (see
+index.repaired=skip-protected-headers-legacy-display in
+notmuch-properties(7).
+
+Python
+------
+
+Drop compatibility with python2, focus on python3.
+
+Introduce new CFFI-based python bindings in the python module named
+"notmuch2".  Officially deprecate (but still support) the older
+"notmuch" module.
+
 Notmuch 0.29.3 (2019-11-27)
 ===========================
 
-- 
2.26.2

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

* Re: [PATCH] add NEWS for 0.30
  2020-06-02  1:54 [PATCH] add NEWS for 0.30 Daniel Kahn Gillmor
@ 2020-06-02  2:31 ` David Bremner
  2020-06-02 21:26 ` Tomi Ollila
  1 sibling, 0 replies; 6+ messages in thread
From: David Bremner @ 2020-06-02  2:31 UTC (permalink / raw)
  To: Daniel Kahn Gillmor, Notmuch Mail

Daniel Kahn Gillmor <dkg@fifthhorseman.net> writes:

> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
> ---

Thanks!

merged to master and release,

d

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

* Re: [PATCH] add NEWS for 0.30
  2020-06-02  1:54 [PATCH] add NEWS for 0.30 Daniel Kahn Gillmor
  2020-06-02  2:31 ` David Bremner
@ 2020-06-02 21:26 ` Tomi Ollila
  2020-06-05 10:03   ` [PATCH] tweaks to NEWS suggest by Tomi David Bremner
  1 sibling, 1 reply; 6+ messages in thread
From: Tomi Ollila @ 2020-06-02 21:26 UTC (permalink / raw)
  To: Daniel Kahn Gillmor, Notmuch Mail


post-push comments =D

On Mon, Jun 01 2020, Daniel Kahn Gillmor wrote:

> Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
> ---
>  NEWS | 35 +++++++++++++++++++++++++++++++++++
>  1 file changed, 35 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 14db7f6f..1921127f 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -1,6 +1,41 @@
>  Notmuch 0.30 (2020-06-01)
>  =========================
>  
> +S/MIME
> +------
> +
> +Handle S/MIME (PKCS#7) messages -- one-part signed messages, encrypted
> +messages, and multilayer messages.  Treat them symmetrically to
> +OpenPGP messages.  This includes handling protected headers
> +gracefully.

2 spaces after period (.) ending sentence. I've been told that thiis is
(official) style somewhere (which I personally dislike, but...) -- anyway
that style is inconsistent with NEWS entries done previously 
(possibly not all of the NEWS entries I quickly looked but).

> +
> +If you're using Notmuch with S/MIME, you currently need to configure
> +gpgsm appropriately.
> +
> +Mixed-up MIME Repair
> +--------------------
> +
> +Detect and automatically repair a common form of message mangling
> +created by Microsoft Exchange. (see index.repaired=mixedup in
> +notmuch-properties(7).

No closing paren for (see...

What about period (.) after Exchange. 

> +
> +Protected Headers
> +-----------------
> +
> +Avoid indexing the legacy-display part of an encrypted message that
> +has protected headers. (see
> +index.repaired=skip-protected-headers-legacy-display in
> +notmuch-properties(7).

ditto ((see ...)

ditto (period (.) after headers.)

> +
> +Python
> +------
> +
> +Drop compatibility with python2, focus on python3.

Was 'compatibility' completely dropped. Doesn't old bindings still
work with python2 ?

> +Introduce new CFFI-based python bindings in the python module named
> +"notmuch2".  Officially deprecate (but still support) the older
> +"notmuch" module.
> +
>  Notmuch 0.29.3 (2019-11-27)
>  ===========================
>  
> -- 
> 2.26.2

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

* [PATCH] tweaks to NEWS suggest by Tomi
  2020-06-02 21:26 ` Tomi Ollila
@ 2020-06-05 10:03   ` David Bremner
  2020-06-05 12:06     ` Tomi Ollila
  2020-06-06 11:48     ` David Bremner
  0 siblings, 2 replies; 6+ messages in thread
From: David Bremner @ 2020-06-05 10:03 UTC (permalink / raw)
  To: Tomi Ollila, Daniel Kahn Gillmor, Notmuch Mail

See id:m27dwp40sx.fsf@guru.guru-group.fi
---
 this is on top of Tomi's NEWS patch re Xapian
 NEWS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/NEWS b/NEWS
index a16689ca..556172bb 100644
--- a/NEWS
+++ b/NEWS
@@ -5,8 +5,8 @@ S/MIME
 ------
 
 Handle S/MIME (PKCS#7) messages -- one-part signed messages, encrypted
-messages, and multilayer messages.  Treat them symmetrically to
-OpenPGP messages.  This includes handling protected headers
+messages, and multilayer messages. Treat them symmetrically to
+OpenPGP messages. This includes handling protected headers
 gracefully.
 
 If you're using Notmuch with S/MIME, you currently need to configure
@@ -16,21 +16,21 @@ Mixed-up MIME Repair
 --------------------
 
 Detect and automatically repair a common form of message mangling
-created by Microsoft Exchange. (see index.repaired=mixedup in
-notmuch-properties(7).
+created by Microsoft Exchange (see index.repaired=mixedup in
+notmuch-properties(7)).
 
 Protected Headers
 -----------------
 
 Avoid indexing the legacy-display part of an encrypted message that
-has protected headers. (see
+has protected headers (see
 index.repaired=skip-protected-headers-legacy-display in
-notmuch-properties(7).
+notmuch-properties(7)).
 
 Python
 ------
 
-Drop compatibility with python2, focus on python3.
+Drop support for python2, focus on python3.
 
 Introduce new CFFI-based python bindings in the python module named
 "notmuch2".  Officially deprecate (but still support) the older
-- 
2.26.2

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

* Re: [PATCH] tweaks to NEWS suggest by Tomi
  2020-06-05 10:03   ` [PATCH] tweaks to NEWS suggest by Tomi David Bremner
@ 2020-06-05 12:06     ` Tomi Ollila
  2020-06-06 11:48     ` David Bremner
  1 sibling, 0 replies; 6+ messages in thread
From: Tomi Ollila @ 2020-06-05 12:06 UTC (permalink / raw)
  To: David Bremner, Daniel Kahn Gillmor, Notmuch Mail

On Fri, Jun 05 2020, David Bremner wrote:

> See id:m27dwp40sx.fsf@guru.guru-group.fi

LGTM.

Tomi

> ---
>  this is on top of Tomi's NEWS patch re Xapian
>  NEWS | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
>
> diff --git a/NEWS b/NEWS
> index a16689ca..556172bb 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -5,8 +5,8 @@ S/MIME
>  ------
>  
>  Handle S/MIME (PKCS#7) messages -- one-part signed messages, encrypted
> -messages, and multilayer messages.  Treat them symmetrically to
> -OpenPGP messages.  This includes handling protected headers
> +messages, and multilayer messages. Treat them symmetrically to
> +OpenPGP messages. This includes handling protected headers
>  gracefully.
>  
>  If you're using Notmuch with S/MIME, you currently need to configure
> @@ -16,21 +16,21 @@ Mixed-up MIME Repair
>  --------------------
>  
>  Detect and automatically repair a common form of message mangling
> -created by Microsoft Exchange. (see index.repaired=mixedup in
> -notmuch-properties(7).
> +created by Microsoft Exchange (see index.repaired=mixedup in
> +notmuch-properties(7)).
>  
>  Protected Headers
>  -----------------
>  
>  Avoid indexing the legacy-display part of an encrypted message that
> -has protected headers. (see
> +has protected headers (see
>  index.repaired=skip-protected-headers-legacy-display in
> -notmuch-properties(7).
> +notmuch-properties(7)).
>  
>  Python
>  ------
>  
> -Drop compatibility with python2, focus on python3.
> +Drop support for python2, focus on python3.
>  
>  Introduce new CFFI-based python bindings in the python module named
>  "notmuch2".  Officially deprecate (but still support) the older
> -- 
> 2.26.2
>
> _______________________________________________
> notmuch mailing list
> notmuch@notmuchmail.org
> https://notmuchmail.org/mailman/listinfo/notmuch

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

* Re: [PATCH] tweaks to NEWS suggest by Tomi
  2020-06-05 10:03   ` [PATCH] tweaks to NEWS suggest by Tomi David Bremner
  2020-06-05 12:06     ` Tomi Ollila
@ 2020-06-06 11:48     ` David Bremner
  1 sibling, 0 replies; 6+ messages in thread
From: David Bremner @ 2020-06-06 11:48 UTC (permalink / raw)
  To: Tomi Ollila, Daniel Kahn Gillmor, Notmuch Mail

David Bremner <david@tethera.net> writes:

> See id:m27dwp40sx.fsf@guru.guru-group.fi

pushed to master and release

d

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

end of thread, other threads:[~2020-06-06 11:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-02  1:54 [PATCH] add NEWS for 0.30 Daniel Kahn Gillmor
2020-06-02  2:31 ` David Bremner
2020-06-02 21:26 ` Tomi Ollila
2020-06-05 10:03   ` [PATCH] tweaks to NEWS suggest by Tomi David Bremner
2020-06-05 12:06     ` Tomi Ollila
2020-06-06 11:48     ` 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).