Gnus development mailing list
 help / color / mirror / Atom feed
From: Reiner Steib <reinersteib+gmane@imap.cc>
To: Karl Fogel <kfogel@red-bean.com>
Cc: ding@gnus.org
Subject: Re: [PATCH] Encrypt replies to encrypted messages by default.
Date: Mon, 03 Jan 2011 23:18:50 +0100	[thread overview]
Message-ID: <87wrmlhbqt.fsf@marauder.physik.uni-ulm.de> (raw)
In-Reply-To: <87d3od27fg.fsf@kslab.red-bean.com> (Karl Fogel's message of "Mon, 03 Jan 2011 13:01:07 -0500")

On Mon, Jan 03 2011, Karl Fogel wrote:

> Reiner Steib <reinersteib+gmane@imap.cc> writes:
>>On Mon, Jan 03 2011, Karl Fogel wrote:
>>>   +2011-01-02  Karl Fogel  <kfogel@red-bean.com>
>>>   +
>
>>>   +	* 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 <larsi@quimbies.gnus.org>
>   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/



  reply	other threads:[~2011-01-03 22:18 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-01-03  1:43 Karl Fogel
2011-01-03  4:49 ` Lars Magne Ingebrigtsen
2011-01-03  7:30 ` Reiner Steib
2011-01-03 18:01   ` Karl Fogel
2011-01-03 22:18     ` Reiner Steib [this message]
2011-01-03 22:23       ` Karl Fogel
2011-01-04  0:03         ` Lars Magne Ingebrigtsen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87wrmlhbqt.fsf@marauder.physik.uni-ulm.de \
    --to=reinersteib+gmane@imap.cc \
    --cc=Reiner.Steib@gmx.de \
    --cc=ding@gnus.org \
    --cc=kfogel@red-bean.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).