From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7527 Path: news.gmane.org!not-for-mail From: Hadron Quark Newsgroups: gmane.emacs.gnus.user Subject: Re: pgg or mailcrypt Date: Mon, 12 Jun 2006 15:41:26 +0200 Message-ID: <87u06q5w55.fsf@news.europe.ch> References: <87mzciy5u7.fsf@news.europe.ch> <87lks2v8w5.fsf@tallis.ilo.ucl.ac.uk> <87bqsysep4.fsf@news.europe.ch> <87r71use30.fsf@tallis.ilo.ucl.ac.uk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1150123233 17150 80.91.229.2 (12 Jun 2006 14:40:33 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 12 Jun 2006 14:40:33 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Mon Jun 12 16:40:32 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1Fpnac-00030c-V9 for gegu-info-gnus-english@m.gmane.org; Mon, 12 Jun 2006 16:40:27 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Fpnac-0004Sp-70 for gegu-info-gnus-english@m.gmane.org; Mon, 12 Jun 2006 10:40:26 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!newsfeed.gamma.ru!Gamma.RU!newsfeed00.sul.t-online.de!newsfeed01.sul.t-online.de!t-online.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail Original-Newsgroups: gnu.emacs.gnus Original-Lines: 78 Original-X-Trace: individual.net kuZsF6t/rS7njf/cXPdGgQil+Bjf391h2a7g/ea7DPSk5LIIZg X-Orig-Path: news.europe.ch!news X-Face: 2h#||Cd#d%F*NCm59[_6/{1a@jy%; |j>{D~4^gKg(^i%7j0IK?+,/GmW&:CD5fEKb_! User-Agent: Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) Cancel-Lock: sha1:NmS00XbFbf3ykX4SF5yX6cIMqGc= Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77710 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7527 Archived-At: Bastien writes: > Hadron Quark writes: > >> I can find no tutorial or easy "howto guide" for PGG. > > Yes, but (info "pgg") should help you in some way. > Not really as it doesnt answer the main questions (see below) >> 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. But it works :) And is a supported debian package which requires no manual intervention to integrate into emacs. > >> 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: > Sorry to be dense, but what attachment menu? Is that included if I add the pgg lines below? > 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) Unfortunately all "emacs regions" and not gnus posts/emails. > > ;; 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) > Thanks I'll try later. But how to interactively change your pgg "ID" interactively? Should it just work with my gpg setup that mailcrypt currently talks to? I'm kind of loath to mess around too much at this moment since its all working nicely with mailcrypt.