Gnus development mailing list
 help / color / mirror / Atom feed
From: ShengHuo ZHU <zsh@cs.rochester.edu>
Subject: Re: Use of mime attachments to sign (and verify signed) messages
Date: 31 Oct 2000 19:46:08 -0500	[thread overview]
Message-ID: <2ng0lc5xkf.fsf@tiger.jia.vnet> (raw)
In-Reply-To: <kpsnpcjzny.fsf@dagon.conectiva>

Jorge Godoy <godoy@conectiva.com> writes:

> I'm having another problem --- OK, I know I'm boring you, but you all
> know how a new user is, don't you? :-)) Please, be patient with me ---
> with signing messages. It's looking after a 'gpg-2comp' program and
> I'm not being able to find where I change this. 
> 
> I've tried
> 
> (setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg . "gpg"))))
> 
> and
> 
> (setq gpg-command-default-alist (quote ((gpg . "gpg"))))
> 
> in my ~/.gnus, but although the variable value is set up correctly (as
> shown by M-x describe-variable) Gnus's still trying to use this
> 'gpg-2comp' program (BTW, I think that compatibility with PGP2.6
> should be left as optional and not as default...)

I am not sure it either. But you could try

(setq gpg-command-default-alist (quote ((gpg . "gpg") (gpg-2comp . "gpg"))))

or

to create gpg-2comp

,----[ gpg-2comp ]
| #!/bin/sh
| exec gpg --rfc1991 "$@"
`----

ShengHuo



  reply	other threads:[~2000-11-01  0:46 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-10-31 18:21 Jorge Godoy
2000-10-31 18:30 ` Jorge Godoy
2000-10-31 18:55   ` Simon Josefsson
2000-10-31 20:14     ` Jorge Godoy
2000-10-31 23:24       ` Kai Großjohann
2000-10-31 23:44         ` ShengHuo ZHU
2000-11-01  0:03           ` Jorge Godoy
2000-11-01  0:10             ` ShengHuo ZHU
2000-11-01  9:17           ` Steve Youngs
2000-11-01 12:46             ` ShengHuo ZHU
2000-11-01 14:24               ` Steve Youngs
2000-11-01 15:10                 ` ShengHuo ZHU
2000-10-31 23:46       ` Jorge Godoy
2000-11-01  0:08         ` ShengHuo ZHU
2000-11-01  0:37           ` Jorge Godoy
2000-11-01  0:46             ` ShengHuo ZHU [this message]
2000-11-01  0:57               ` Jorge Godoy
2000-11-01  1:32                 ` ShengHuo ZHU

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=2ng0lc5xkf.fsf@tiger.jia.vnet \
    --to=zsh@cs.rochester.edu \
    /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).