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 746D06DE0929 for ; Thu, 8 Sep 2016 17:43:18 -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 OZJVwyt37gPh for ; Thu, 8 Sep 2016 17:43:18 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id EC03B6DE0927 for ; Thu, 8 Sep 2016 17:43:17 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bi9uQ-00010F-Vi; Thu, 08 Sep 2016 20:43:10 -0400 Received: (nullmailer pid 4371 invoked by uid 1000); Fri, 09 Sep 2016 00:43:15 -0000 From: David Bremner To: 23747@debbugs.gnu.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:43:13 -0300 Message-ID: <871t0tlx7i.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:43:18 -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----- iQGcBAEBCAAGBQJX0gWiAAoJEPIClx2kp54soGwL/3N3JRG1dZPNy2EnATaxIhu9 YbOvCuxRrvrCFbLj1gz+mDYpoULMLul9RhPdYwBkhk656EhL8LIyXwWXK0lGaaVU kO7NaYXy+QGg4KgrnNDH6o8Fk4M28OFJ3H1xphQI8hQqqr4kcEbLlcWmJVvGuN2G Y/gIXojE85tAJUrILLq74YB5rTwERV3Z3TjlULbnnafyQ6OPPEpiLJiTF9NEoOnZ ewII/zgITuaRfFzpg2SWhDSjAykX8YAa7fiW49rd6KGT0IOze+eKFrK/coAehCZ6 V/xYJm0JEbDCpIs+c3wVqxdaoSiFOZg17f3TxMD6QpgN9FE3iC+B1fcyKYGPKxvy FdFGIpT0IgXpbY6M6PkbbRwu0V6hDiIPRKCMgfUzFllUav7Z2Tv1rYy7f4a9AHwo Y62opVH8c7dLgSvFvkutaPK13pUTmbRDud7qsfaZzL0QuXIWiltVjkM6sWnjg+DM VL6ANla7p8zAFSWMGXnuG6o4IFxp8f6Id59fTnTHXg== =jHUn -----END PGP SIGNATURE----- --=-=-=--