Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 5B17B429E25 for ; Thu, 12 Jan 2012 11:29:04 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.29 X-Spam-Level: X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id zL4fX4mcR5LW for ; Thu, 12 Jan 2012 11:29:02 -0800 (PST) Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu [131.215.239.19]) by olra.theworths.org (Postfix) with ESMTP id D47AB431FB6 for ; Thu, 12 Jan 2012 11:29:02 -0800 (PST) Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1]) by fire-doxen-postvirus (Postfix) with ESMTP id 7C32C2E50D7D; Thu, 12 Jan 2012 11:29:02 -0800 (PST) X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new Received: from finestructure.net (DHCP-123-180.caltech.edu [131.215.123.180]) (Authenticated sender: jrollins) by fire-doxen-submit (Postfix) with ESMTP id C62F02E507D2; Thu, 12 Jan 2012 11:28:59 -0800 (PST) Received: by finestructure.net (Postfix, from userid 1000) id 942538A; Thu, 12 Jan 2012 11:28:59 -0800 (PST) From: Jameson Graef Rollins To: Gregor Zattler , notmuch Subject: Re: Emacs: Crypto: How to get automatic encryption? In-Reply-To: <20120112190514.GA15301@shi.workgroup> References: <20120103195651.GA27869@shi.workgroup> <87fwfw8npx.fsf@servo.finestructure.net> <87k44wlq5g.fsf@servo.finestructure.net> <20120112190514.GA15301@shi.workgroup> User-Agent: Notmuch/0.10.2+168~g34b8bac (http://notmuchmail.org) Emacs/23.3.1 (x86_64-pc-linux-gnu) Date: Thu, 12 Jan 2012 11:28:57 -0800 Message-ID: <8762gglnye.fsf@servo.finestructure.net> 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.13 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: Thu, 12 Jan 2012 19:29:04 -0000 --=-=-= On Thu, 12 Jan 2012 20:05:14 +0100, Gregor Zattler wrote: > But how about not only replying encrypted but encrypting every > email if possible? "Possible" could mean different things, > though: This is already easy to do in emacs, and doesn't require any special notmuch support: (add-hook 'message-setup-hook mml-secure-message-encrypt-pgpmime) This is the same as what I suggested for auto-sign. You might have to do a little elisp hacking to do fancier stuff, but again, doing something for all outgoing mail is more about message-mode, and is not notmuch specific. jamie. --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBCAAGBQJPDzR5AAoJEO00zqvie6q8npQQAJLo30c1BJibsFtV8uV3+Rh3 j9qAEghmMP1M4SC7osSIgN/bQvbCJhqOIDUa9OnrxZ57uI+U7spyyJl9Chy2Jv/i B8InWuIBes86R814k3TaS0F4fQF0wK86l5RfbWpu9Fpf0d6Q8mIxH+oaJ8bptzEJ BRrqIKRU3YHTyXuRIjvukV9+6XkQbL9i9jft27Iwzx1nSi7wBaY0Pwl7FCmvJhYy 2l4JDV0dbmAjICGve0PpUjm2aNSvKtb5ZTAxK/iMdYqaAsxW8geBtwXm3MMo+C5K 2IjIuRtrM08pI6bc4EPWEP2yNjQvOwUBuF7usXCbBxuRBzZEaBtEt4jnSzOt4GZi CVBDRiIpjU7i8MOBF6OHyhGkhCV9TM5h/k4A1IVsnn0WpcVAbfBO6SGCrMr8cosq h03qLtZ9zSiG8bUs9Oy1VpJxL9adtZJxAMiy1IvXpY/bvnUCpO8LaTO5Rq2u0vny Cf5Sv99Ouqu3WPbSxhuOIzljk/IEU5DMoq2m9qJEBXrxebetG5qAhjxFaZyvNqnB awAfqAqy164aXNv+qlZVWNv+9aF58XG6gGZQHRhOMMhWNMkkr9qjU0vYTeVcAOFE rYyOsbXzNQa2takjMQXDIuDZXU8/IPEMwosoJhmreHSAl40Zlk4/KuqfsdhWIlg6 vFmZSQEAg7MN2xAQ8r3P =G6M0 -----END PGP SIGNATURE----- --=-=-=--