unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: crypto: verify pgpmime by default
@ 2016-07-01  7:35 Felipe Balbi
  2016-07-03  8:23 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2016-07-01  7:35 UTC (permalink / raw)
  To: notmuch; +Cc: Felipe Balbi

This patch changes default value of
notmuch-crypto-process-mime to t in order to tell
notmuch to verify pgpmime messages.

Signed-off-by: Felipe Balbi <balbi@kernel.org>
---
 emacs/notmuch-crypto.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el
index e376aa8022d2..d0ce61d440cd 100644
--- a/emacs/notmuch-crypto.el
+++ b/emacs/notmuch-crypto.el
@@ -23,7 +23,7 @@
 
 (require 'notmuch-lib)
 
-(defcustom notmuch-crypto-process-mime nil
+(defcustom notmuch-crypto-process-mime t
   "Should cryptographic MIME parts be processed?
 
 If this variable is non-nil signatures in multipart/signed
-- 
2.8.3

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

* Re: [PATCH] emacs: crypto: verify pgpmime by default
  2016-07-01  7:35 [PATCH] emacs: crypto: verify pgpmime by default Felipe Balbi
@ 2016-07-03  8:23 ` David Bremner
  0 siblings, 0 replies; 2+ messages in thread
From: David Bremner @ 2016-07-03  8:23 UTC (permalink / raw)
  To: Felipe Balbi, notmuch

[-- Attachment #1: Type: text/plain, Size: 551 bytes --]

Felipe Balbi <balbi@kernel.org> writes:

> This patch changes default value of
> notmuch-crypto-process-mime to t in order to tell
> notmuch to verify pgpmime messages.

This is a good idea, I think, but it breaks 13 tests for me.

Mostly the changes seem to be in the emacs output, of the form

- [ Unknown key ID 0x9D20F6503E338888 or unsupported algorithm ]
+ [ Unknown signature status ]

At the moment I don't know if this is the correct output
with notmuch-crypto-process-mime = t; if so it would be a mechanical
process to update the tests.

d

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 647 bytes --]

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

end of thread, other threads:[~2016-07-03  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01  7:35 [PATCH] emacs: crypto: verify pgpmime by default Felipe Balbi
2016-07-03  8:23 ` 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).