From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75559 Path: news.gmane.org!not-for-mail From: Reiner Steib Newsgroups: gmane.emacs.gnus.general Subject: Re: [PATCH] Encrypt replies to encrypted messages by default. Date: Mon, 03 Jan 2011 23:18:50 +0100 Message-ID: <87wrmlhbqt.fsf@marauder.physik.uni-ulm.de> References: <878vz2oj7p.fsf@red-bean.com> <877hemiguu.fsf@marauder.physik.uni-ulm.de> <87d3od27fg.fsf@kslab.red-bean.com> Reply-To: Reiner Steib NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1294093212 10297 80.91.229.12 (3 Jan 2011 22:20:12 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Mon, 3 Jan 2011 22:20:12 +0000 (UTC) Cc: ding@gnus.org To: Karl Fogel Original-X-From: ding-owner+M23910@lists.math.uh.edu Mon Jan 03 23:20:08 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 1PZsl5-0002fR-IV for ding-account@gmane.org; Mon, 03 Jan 2011 23:20:07 +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 1PZsk8-0006tl-Ed; Mon, 03 Jan 2011 16:19:08 -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 1PZsk5-0006tY-Nh for ding@lists.math.uh.edu; Mon, 03 Jan 2011 16:19:05 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx1.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PZsk1-0006IT-L5 for ding@lists.math.uh.edu; Mon, 03 Jan 2011 16:19:05 -0600 Original-Received: from mail.uni-ulm.de ([134.60.1.11]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PZsjw-0000UQ-Mk for ding@gnus.org; Mon, 03 Jan 2011 23:18:56 +0100 Original-Received: from bridgekeeper.physik.uni-ulm.de (bridgekeeper.physik.uni-ulm.de [134.60.10.175]) by mail.uni-ulm.de (8.14.3/8.14.2) with ESMTP id p03MIspb015401; Mon, 3 Jan 2011 23:18:55 +0100 (MET) Original-Received: from localhost (localhost [127.0.0.1]) by bridgekeeper.physik.uni-ulm.de (Postfix) with ESMTP id 3FCDC106D3; Mon, 3 Jan 2011 23:18:54 +0100 (CET) X-Face: P05mdcZT&lL[-s2=mw~RsllZ0zZAb?vdE}.s, ding@gnus.org In-Reply-To: <87d3od27fg.fsf@kslab.red-bean.com> (Karl Fogel's message of "Mon, 03 Jan 2011 13:01:07 -0500") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/22.1 (gnu/linux) X-DCC-z.dcc-servers-Metrics: poseidon 1049; Body=2 Fuz1=2 Fuz2=2 X-Virus-Scanned: by amavisd-new X-Spam-Score: 0.5 (/) X-Spam-Report: SpamAssassin (3.3.1 2010-03-16) analysis follows Bayesian score: 0.0000 Ham tokens: 0.000-4694--10298h-0s--0d--100644, 0.000-1499--3287h-0s--0d--H*u:Emacs, 0.000-1454--3189h-0s--0d--H*u:Gnus, 0.000-1402--3074h-0s--0d--H*u:linux, 0.000-1402--3074h-0s--0d--H*UA:linux Spam tokens: 0.917-4--3h-83s--0d--H*F:D*cc Autolearn status: no 0.0 FREEMAIL_FROM Sender email is freemail (reinersteib+gmane[at]imap.cc) -1.9 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 2.4 FREEMAIL_REPLYTO Reply-To/From or Reply-To/body contain different freemails List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75559 Archived-At: On Mon, Jan 03 2011, Karl Fogel wrote: > 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 diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el index 6dfdb4c..c262900 100644 --- a/lisp/gnus-msg.el +++ b/lisp/gnus-msg.el [...] -(defcustom gnus-message-replyencrypt - t +(defcustom gnus-message-replyencrypt t "Automatically encrypt replies to encrypted messages. See also the `mml-default-encrypt-method' variable." + :version "22.1" :group 'gnus-message :type 'boolean) Hm, it should read "24.1", not "22.1" because the default changed in 24.1. Bye, Reiner. -- ,,, (o o) ---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/