From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75557 Path: news.gmane.org!not-for-mail From: Karl Fogel Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Encrypt replies to encrypted messages by default. Date: Mon, 03 Jan 2011 13:01:07 -0500 Message-ID: <87d3od27fg.fsf@kslab.red-bean.com> References: <878vz2oj7p.fsf@red-bean.com> <877hemiguu.fsf@marauder.physik.uni-ulm.de> Reply-To: Karl Fogel NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1294077903 31738 80.91.229.12 (3 Jan 2011 18:05:03 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 18:05:03 +0000 (UTC) To: ding@gnus.org Original-X-From: ding-owner+M23908@lists.math.uh.edu Mon Jan 03 19:04:59 2011 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PZom8-0003WO-O2 for ding-account@gmane.org; Mon, 03 Jan 2011 19:04:56 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PZokM-0005wF-Vi; Mon, 03 Jan 2011 12:03:07 -0600 Original-Received: from mx1.math.uh.edu ([129.7.128.32]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PZokK-0005w3-FV for ding@lists.math.uh.edu; Mon, 03 Jan 2011 12:03:04 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PZokF-0005PO-La for ding@lists.math.uh.edu; Mon, 03 Jan 2011 12:03:03 -0600 Original-Received: from osh-net-219-98.onshore.net ([66.146.219.98] helo=sanpietro.red-bean.com ident=Debian-exim) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PZokD-0005HX-8s for ding@gnus.org; Mon, 03 Jan 2011 19:02:57 +0100 Original-Received: from localhost ([127.0.0.1]:53273 helo=kslab.red-bean.com ident=kfogel) by sanpietro.red-bean.com with esmtp (Exim 4.72) (envelope-from ) id 1PZokA-000309-Nc for ding@gnus.org; Mon, 03 Jan 2011 12:02:54 -0600 In-Reply-To: <877hemiguu.fsf@marauder.physik.uni-ulm.de> (Reiner Steib's message of "Mon, 03 Jan 2011 08:30:49 +0100") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -1.9 (-) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75557 Archived-At: Reiner Steib writes: >On Mon, Jan 03 2011, Karl Fogel wrote: >> +2011-01-02 Karl Fogel >> + >> + * gnus-msg.el (gnus-message-replyencrypt): Default to `t'. >> + >[...] >> (defcustom gnus-message-replyencrypt >> - nil >> + t >> "Automatically encrypt replies to encrypted messages. >> See also the `mml-default-encrypt-method' variable." >> :group 'gnus-message > >Please add a :version tag as well. Just FYI, Lars did so in: commit 4abc2eab2393ea07019b39a20594f85a479d9e20 Author: Lars Magne Ingebrigtsen Date: Mon Jan 3 05:49:16 2011 +0100 Best, -Karl, not subscribed to this list