From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 211BB6DE034D for ; Thu, 8 Sep 2016 17:41:36 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id NRf8HUNTsQpp for ; Thu, 8 Sep 2016 17:41:35 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 6410F6DE02D7 for ; Thu, 8 Sep 2016 17:41:34 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bi9sl-0000xS-LL; Thu, 08 Sep 2016 20:41:27 -0400 Received: (nullmailer pid 1934 invoked by uid 1000); Fri, 09 Sep 2016 00:41:32 -0000 From: David Bremner To: 23747@bugs.debian.org Cc: notmuch@notmuchmail.org Subject: bug present without emacs25 or notmuch User-Agent: Notmuch/0.22.2 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Thu, 08 Sep 2016 21:41:30 -0300 Message-ID: <8737l9lxad.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Sep 2016 00:41:36 -0000 --=-=-= Content-Type: text/plain I have managed to duplicate (I think) this bug without notmuch or emacs 25. In emacs 24.5.1 (on debian) (require 'mml2015) (setq mml2015-sign-with-sender t) M-x toggle-debug-on-error M-x message-mail (fill in some headers, From: me) C-c C-m C-s C-c C-c yields the following backtrace Debugger entered--Lisp error: (wrong-type-argument char-or-string-p nil) mml2015-epg-sign((part (sign . "pgpmime") (tag-location . 189) (contents . "\nTesty McTestface\n"))) mml2015-sign((part (sign . "pgpmime") (tag-location . 189) (contents . "\nTesty McTestface\n"))) mml-pgpmime-sign-buffer((part (sign . "pgpmime") (tag-location . 189) (contents . "\nTesty McTestface\n"))) mml-generate-mime-1((part (sign . "pgpmime") (tag-location . 189) (contents . "\nTesty McTestface\n"))) mml-generate-mime() message-encode-message-body() message-send-mail(nil) message-send-via-mail(nil) message-send(nil) message-send-and-exit(nil) call-interactively(message-send-and-exit nil nil) command-execute(message-send-and-exit) I hazard a guess this is related to the changes in the with-colons format of gnupg 2.1.15, since I just installed that to fix some other breakage. I could be wrong though, I haven't debugged further than this. If this message arrives signed, then a workaround is to set mml2015-sign-with-sender to nil, although I'm not sure what will happen with key selection. d --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGcBAEBCAAGBQJX0gU6AAoJEPIClx2kp54saLML/R+TYwv2ZIzuFsoSDWLosGOK EHZe2dAknOrlqwfzfCt45OHTlGgrfuzOyWVJgo9g0jyzjcn07CWqLabixDKk1P2C GACSRu2M97R6l4XIbUdyfPZJuwkmgDVvCVlxPuzXl7eyVwtDhQFPSyHi3076SXiF aDvMCSq+oxl5P1HoYW+/LFELv4U8iC/1OTpFQfqi1l4hyLIYJ09N5GHRaUeNkVDU IerHGhaNgyrT77tPEsmbeQBueygFqug/RbKwzFtQYVs1NogGcZB0hpG+vkaqjyjL YESPexYjLnDUBcOQoZDKAA5F+xC6lSIvkKWublUz1aTDrk/qfj35ddnV9LYuJZtA J3nnoFx5ewCQbRY8VBTeK6jSO3VYmb+CM0zjLVrLUZa6OWYxnGUlOotmOVOfW8w9 GSoVA6AX16Uzc72rhorPfomK2SP+tFEaE+pqHUCSV6sF2qZen+We5I2yDpBMyn2s gN8Znu/2EFS8pRdts3rvOKAQczEVTJOYT23bKHS6mA== =R/ot -----END PGP SIGNATURE----- --=-=-=--