Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Bastien <bzgNOSPAM@altern.org>
Subject: Re: pgg or mailcrypt
Date: Mon, 12 Jun 2006 14:22:59 +0100	[thread overview]
Message-ID: <87r71use30.fsf@tallis.ilo.ucl.ac.uk> (raw)
In-Reply-To: <87bqsysep4.fsf@news.europe.ch>

Hadron Quark <hadronquark@gmail.com> writes:

> I can find no tutorial or easy "howto guide" for PGG.

Yes, but (info "pgg") should help you in some way.

> Where is mailcrypt tagged obsolete?

The officiel Mailcrypt webpage has been last modified in 2002 (Thu Sep
26 01:19:49 PDT 2002) - http://mailcrypt.sourceforge.net/

Maybe it's not *officially* obsolete (if there is some sense of being
officially obsolete when a tool is still working), but apparently it's
no being supported anymore.

> Can anyone point me into the right direction for using pgg from a set of
> defined default keybindings in gnus? 

The "attachement" menu gives you a few hints:

C-c RET C-s -> sign 
C-c RET C-c -> encrypt 
C-c RET C-e -> sign and encrypt

> I cant find how to encrypt a post (only region) or  how to
> interactively change the gpg user id. 

Here is the relevant part of my config.  Hope this helps.

(autoload 'pgg-encrypt-region "pgg"
  "Encrypt the current region." t)
(autoload 'pgg-decrypt-region "pgg"
  "Decrypt the current region." t)
(autoload 'pgg-sign-region "pgg"
  "Sign the current region." t)
(autoload 'pgg-verify-region "pgg"
  "Verify the current region." t)
(autoload 'pgg-insert-key "pgg"
  "Insert the ASCII armored public key." t)
(autoload 'pgg-snarf-keys-region "pgg" "Import public keys in the
  current region." t)

;; Emacs should always decrypt and verify emails
;; automatically
(setq mm-verify-option 'always)
(setq mm-decrypt-option 'always)
(setq gnus-buttonized-mime-types 
      '("multipart/encrypted" "multipart/signed"))

(setq pgg-default-user-id "[your gpg identity]"
      pgg-query-keyserver t)

(setq pgg-default-keyserver-address "subkeys.pgp.net"
      pgg-encrypt-for-me nil)

-- 
Bastien

  parent reply	other threads:[~2006-06-12 13:22 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-12 11:24 Hadron Quark
2006-06-12 12:41 ` gdt
2006-06-12 12:42 ` Reiner Steib
2006-06-12 12:46 ` Bastien
2006-06-12 13:09   ` Hadron Quark
2006-06-12 13:22     ` gdt
2006-06-12 13:22     ` Bastien [this message]
2006-06-12 13:41       ` Hadron Quark
2006-06-12 13:59         ` Bastien
2006-06-12 14:56           ` Hadron Quark
2006-06-12 15:20             ` Hadron Quark
2006-06-13  6:17     ` Gijs Hillenius
2006-06-13  6:34       ` Gijs Hillenius
2006-06-13  6:41         ` Gijs Hillenius
2006-06-14  7:22           ` harry meyers

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=87r71use30.fsf@tallis.ilo.ucl.ac.uk \
    --to=bzgnospam@altern.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).