Gnus development mailing list
 help / color / mirror / Atom feed
From: Luca Capello <luca@pca.it>
To: 7797@debbugs.gnu.org
Cc: Daiki Ueno <ueno@unixuser.org>,
	Lars Ingebrigtsen <larsi@gnus.org>,
	 Daniel Dehennin <daniel.dehennin@baby-gnu.org>,
	 ding@gnus.org,  rfrancoise@debian.org,
	 Ashish SHUKLA <wahjava.ml@gmail.com>
Subject: Re: Configure the use of from header for epg signing.
Date: Wed, 09 Feb 2011 13:03:46 +0100	[thread overview]
Message-ID: <87tygd9zz1.fsf@gismo.pca.it> (raw)
In-Reply-To: <m362t9dedj.fsf-ueno@unixuser.org>

[-- Attachment #1: Type: text/plain, Size: 2554 bytes --]

Hi there!

I am sorry for being late, preparing/attending FOSDEM got all my time.

On Fri, 28 Jan 2011 02:08:08 +0100, Daiki Ueno wrote:
> Julien Danjou <julien@danjou.info> writes:
>
>>> It looks good to me.  Since I'm thinking of another tweak related to
>>> signing, I'll apply this patch soon unless anyone objects.
>>
>> Sorry, I got bitten by this today and fixed it without seeing this
>> thread before. I've just fixed the same way Daniel did, so no harm done.
>> :)
>
> Cool, thanks :) I just installed another tweak now (commit 5999faac),
> which implements Luca's suggestion #2 at:
>
> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7797#16
>
> Testing would be appreciated.

I backported your patch on top of your first one [1] and Julien's [2]
and everything is working as expected, thanks:

(setq mml2015-signers nil)
=> Passphrase for D91D57A03BE9F36D Luca Capello <luca@pca.it>:

(setq mml2015-signers (list "3BE9F36D"))
=> Passphrase for D91D57A03BE9F36D Luca Capello <luca@pca.it>

(setq mml2015-signers (list "9DDB992B"))
=> No secret key for 9DDB992B; skip it? (y or n) y
   Passphrase for D91D57A03BE9F36D Luca Capello <luca@pca.it>:

(setq mml2015-signers (list "9DDB992B" "3BE9F36D"))
=> No secret key for 9DDB992B; skip it? (y or n) y
   Passphrase for D91D57A03BE9F36D Luca Capello <luca@pca.it>:

[1] <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7797#13>
[2] <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=7797#39>
    FWIW I would have preferred Daniel's patch, the variable name was a
    bit clearer and more self-explicative, but never mind, what is
    important is that it is fixed!

BTW, the description for `mml2015-signers' still needs
--8<---------------cut here---------------start------------->8---
diff --git a/lisp/mml2015.el b/lisp/mml2015.el
index 1271168..df106bb 100644
--- a/lisp/mml2015.el
+++ b/lisp/mml2015.el
@@ -116,7 +116,7 @@ Whether the passphrase is cached at all is controlled by
   :type 'integer)
 
 (defcustom mml2015-signers nil
-  "A list of your own key ID which will be used to sign a message.
+  "A list of your own key ID(s) which will be used to sign a message.
 If set, it overrides the setting of `mml2015-sign-with-sender'."
   :group 'mime-security
   :type '(repeat (string :tag "Key ID")))
--8<---------------cut here---------------end--------------->8---

Apart from the above, given that all the patches have been included in
the emacs tree, this bug should be closed, I leave this to you ;-)

Thx, bye,
Gismo / Luca

[-- Attachment #2: Type: application/pgp-signature, Size: 835 bytes --]

      reply	other threads:[~2011-02-09 12:03 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <87y66wn972.fsf@broken.deisui.org>
     [not found] ` <874o9lehkl.fsf@gismo.pca.it>
     [not found]   ` <m3ipy1h3l8.fsf-ueno@unixuser.org>
     [not found]     ` <m3r5cp3vlo.fsf-ueno@unixuser.org>
     [not found]       ` <87r5cpow4q.fsf@gismo.pca.it>
2011-01-07 17:29         ` Daniel Dehennin
2011-01-11 19:06           ` Lars Magne Ingebrigtsen
2011-01-16 20:32           ` bug#7797: " Luca Capello
2011-01-16 20:52           ` Daniel Dehennin
2011-01-22 18:51             ` Lars Ingebrigtsen
2011-01-24  3:09               ` Daiki Ueno
2011-01-27 17:18                 ` Julien Danjou
2011-01-28  1:08                   ` Daiki Ueno
2011-02-09 12:03                     ` Luca Capello [this message]

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=87tygd9zz1.fsf@gismo.pca.it \
    --to=luca@pca.it \
    --cc=7797@debbugs.gnu.org \
    --cc=daniel.dehennin@baby-gnu.org \
    --cc=ding@gnus.org \
    --cc=larsi@gnus.org \
    --cc=rfrancoise@debian.org \
    --cc=ueno@unixuser.org \
    --cc=wahjava.ml@gmail.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).