Gnus development mailing list
 help / color / mirror / Atom feed
From: Fabien Penso <penso@linuxfr.org>
Subject: Re: Mailcrypt and gpg > v1.0.4
Date: Thu, 16 Aug 2001 00:51:52 +0200	[thread overview]
Message-ID: <plop87d75xq6lz.fsf@linuxfr.org> (raw)
In-Reply-To: <vafitfriyji.fsf@INBOX.auto.gnus.tok.lucy.cs.uni-dortmund.de> (Kai.Grossjohann@CS.Uni-Dortmund.DE's message of "Mon, 13 Aug 2001 20:51:13 +0200")


 > (setq mml2015-use 'gpg)

Ok it works better. However it took a while before I made this work.
I had to set up the following:

 '(gpg-command-encrypt (quote (gpg "--batch" "--output=-" armor textmode "--always-trust" "--encrypt" recipients plaintext-file)))
 '(gpg-command-sign-detached (quote (gpg "--batch" "--passphrase-fd=0" "--output=-" armor textmode "--detach-sign" sign-with-key)))
 '(gpg-command-sign-cleartext (quote (gpg "--batch" "--passphrase-fd=0" "--output=-" "--clearsign")))
 '(gpg-command-sign-encrypt (quote (gpg "--batch" "--passphrase-fd=-1" "--output=-" "--always-trust" "--sign" "--encrypt")[3~" 'delete-char))

into my emacs file. I don't know why, it was using gpg-2comp ... What's
strange is that when I send a mail where I did ask for a signature, it
asks my passphrase twice. I didn't figure out why yet.

I have to say than configuring Gnus to make it work with GPG is a pain
in the ass compared to Mutt which I used before. Maybe is there some
more work to be done on it.

Also does anyone knows how I can ask Gnus to automaticly verify
signature when I receive a mail which contains one ?

Thanks.

-- 
Fabien Penso <penso@linuxfr.org>
http://perso.LinuxFR.org/penso/
GnuPG key: 1024D/22F38AF3


  parent reply	other threads:[~2001-08-15 22:51 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-08-12 22:49 Mattias Ahnberg
2001-08-13  8:10 ` Werner Koch
2001-08-13  9:17   ` Mattias Ahnberg
2001-08-13 17:03     ` Werner Koch
2001-08-13 13:14   ` Fabien Penso
2001-08-13 15:44     ` Kai Großjohann
2001-08-13 16:19       ` Fabien Penso
2001-08-13 18:51         ` Kai Großjohann
2001-08-14  9:39           ` Fabien Penso
2001-08-15 22:51           ` Fabien Penso [this message]
2001-08-15 23:11             ` Fabien Penso
2001-08-16  7:36               ` Vincent Bernat
2001-08-16 14:08                 ` Fabien Penso
2001-08-16 23:57                   ` Colin Marquardt
2001-08-17 12:19                     ` Fabien Penso
2001-08-17  6:43                   ` Felix Hagemann
2001-08-17  8:06                     ` Robin S. Socha
2001-08-20 18:52                       ` Felix Hagemann
2001-08-16  9:49             ` Kai Großjohann
2001-08-16 10:03               ` Fabien Penso
2001-08-13 16:37 ` Steve Youngs

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=plop87d75xq6lz.fsf@linuxfr.org \
    --to=penso@linuxfr.org \
    /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).