Can't attach ascii armored pgp key

2015-02-09 Thread Adam Ehlers Nyholm Thomsen
Dear mutt mailing list Earlier today I had an interesting problem: Whenever I tried to send a mail with an ascii armored pgp key attached mutt only attached a small file containing: Version: 1 I did check that the file I was trying to attach actually contained more (they were respectively

Re: GPGME backend fails to select PGP key ID for encryption

2012-03-03 Thread Nikola Pavlović
On Fri, Mar 02, 2012 at 09:17:59PM +0100, Nikola Pavlović wrote: > Hi all, > > Recently I switched to Mutt 1.5.21 from latest 1.4, mostly so I could use > gpgme backend for GnuPG instead of the old command based one. > > Everything works fine except for the weird behaviour when I try to > encrypt

GPGME backend fails to select PGP key ID for encryption

2012-03-02 Thread Nikola Pavlović
Hi all, Recently I switched to Mutt 1.5.21 from latest 1.4, mostly so I could use gpgme backend for GnuPG instead of the old command based one. Everything works fine except for the weird behaviour when I try to encrypt email: Mutt keeps asking me to manually select the recipient key ID via 'Enter

check and add PGP key

2011-07-30 Thread stardiviner
I copied PGP key for mutt from wiki. And I have set pgp_verify_sig into true. I still get error on PGP key verify. error is here: [-- PGP output follows (current time: Sun 31 Jul 2011 08:07:52 AM CST) --] gpg: Signature made Tue 28 Jun 2011 03:47:17 PM CST using DSA key ID AB4DFBA4 gpg: Can&#

Importing the PGP key

2007-05-27 Thread Arnaudo Massimo
Hi everibody, i would like to have a macro that import the key, or from a file i have downloaded and saved in my hard disk, or from an attacching mail. Can you help me? Best regards Massimo -- HomePage: http://www.massimo.arnaudo.name LinuxGroup: http://www.lugge.net signature.asc De

Re: automatic pgp key import [SOLVED]

2002-07-18 Thread Viktor Rosenfeld
Justin R. Miller wrote: > Check the upgrade notes to GnuPG 1.0.7. I believe you need: > > keyserver-options auto-key-retrieve Thanks, works now. Viktor -- Viktor Rosenfeld WWW: http://www.informatik.hu-berlin.de/~rosenfel/ msg29748/pgp0.pgp Description: PGP signature

Re: automatic pgp key import

2002-07-16 Thread Peter T. Abplanalp
On Tue, Jul 16, 2002 at 11:25:53AM -0400, Justin R. Miller wrote: > Check the upgrade notes to GnuPG 1.0.7. I believe you need: > > keyserver-options auto-key-retrieve minor clarification: you need to put the above in your gnupg options file not in any of the muttrc pgp stuff. -- Peter

Re: automatic pgp key import

2002-07-16 Thread Justin R. Miller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Said Viktor Rosenfeld on Tue, Jul 16, 2002 at 04:59:39PM +0200: > I noticed, that some while ago, mutt or gnupg stopped to automatically > load a key from a keyserver, when it's not on my keyring. Maybe, I > disabled that myself, I don't remember. >

automatic pgp key import

2002-07-16 Thread Viktor Rosenfeld
Hi, I noticed, that some while ago, mutt or gnupg stopped to automatically load a key from a keyserver, when it's not on my keyring. Maybe, I disabled that myself, I don't remember. I searched the documentation on how to re-enable it, but couldn't find anything. I have the following in my mutt

Re: pgp key

2002-01-13 Thread Viktor Rosenfeld
Hi Nick, Nick Wilson wrote: > Anyway, Could someone let me know if the pgp key is still functioning on > this? gpg: Signature made Son 13 Jan 2002 23:47:52 CET using DSA key ID 36BA2F9A gpg: requesting key 36BA2F9A from wwwkeys.pgp.net ... gpg: key 36BA2F9A: public key imported gpg:

pgp key

2002-01-13 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi folks I've had a bit of a disaster over the last 24hrs and have had to reinstall my system (that'll teach me not to mess with the kernel after a few beers!) Anyway, Could someone let me know if the pgp key is still functioning on thi

Re: pgp key expiring

2001-08-06 Thread Kyle Knack
Dale, From the GNU Privacy Handbook: http://www.gnupg.org/gph/en/manual.html#AEN329 Since a lot of this is fresh in my head from recently setting up PGP, most of the texts I consulted tended to suggest your PGP key for your primary e-mail address should be non-expiring. Unless you know this

pgp key expiring

2001-08-06 Thread Dale Morris
When I created my last pgp key, I set it to expire in 3 months. I didn't want to have any more pgp keys laying around that I could no longer use. But now, it appears my debian distro has found a home on my hard drive and I'm not having to reformat :-) .. question is: can I extend the t

Re: GPG/PGP key listing

2001-04-02 Thread Ralf Hildebrandt
On Mon, Apr 02, 2001 at 09:47:25AM +, Subba Rao wrote: > How do you request Mutt to show if the email has a GPG/PGP > authentication/identification key attached to it? It shows an S for signed mails and a K for an attached key. P for encrypted. -- [EMAIL PROTECTED]

GPG/PGP key listing

2001-04-02 Thread Subba Rao
How do you request Mutt to show if the email has a GPG/PGP authentication/identification key attached to it? I would like to see it in the main menu and when I open the email. Thank you in advance for any help. -- Subba Rao [EMAIL PROTECTED] http://members.home.net/subba9/

Performing operations on a GPG/PGP key id?

2000-11-05 Thread Chris Gushue
I am currently using the following two macros to do things with unknown PGP/GPG key ids: macro pager P "!gpg --keyserver wwwkeys.us.pgp.net --recv-key 0x" "Get PGP Key" macro pager L "!gpg --lsign-key 0x" "Sign PGP Key" Is there a way to automatically ge

Re: PGP key selection (Was Re: automatically changing email address...)

2000-10-26 Thread Josh Huber
On Thu, Oct 26, 2000 at 11:51:42AM +0100, Dave Ewart wrote: > I've posted about this in the past, and I don't think I've ever seen any > suggestions, macros, or workarounds for this problem ... Even if you > specify the key-ID to use in a "pgp-hook", it _still_ gives you this > prompt, which seem

PGP key selection (Was Re: automatically changing email address...)

2000-10-26 Thread Dave Ewart
On Wednesday, 25.10.2000 at 21:24 -0400, Josh Huber wrote: > ... > Another (completely unrelated) question I had was regarding the PGP > support. I've been using it for a while now, but I'd like to have > some way to select a key for encryption automatically. Well, it does > already do that, bu

Re: PGP key fetching

2000-07-17 Thread Charles Curley
On Tue, Jul 18, 2000 at 05:25:06AM +1000, iain truskett muttered: > How exactly does one convince mutt to fetch a the public key associated > with a message? i.e. get the actual key from a pgp server. Assuming you are using gpg, in your ~/.gnupg/options, see: # GnuPG can import a key from a HKP

PGP key fetching

2000-07-17 Thread iain truskett
How exactly does one convince mutt to fetch a the public key associated with a message? i.e. get the actual key from a pgp server. cheers, -- iain truskett, aka Koschei. Join the VIM Tips mailing list:

Re: Unwanted PGP key added ?!?

2000-06-27 Thread David Ellement
On 000627, at 16:07:39, Stewart V. Wright wrote: > Is this usual behaviour? I have not noticed keys being added > automatically to my keyring before... Are you using PGP 5? PGP 5 always imports any key it finds. -- David Ellement

Re: Unwanted PGP key added ?!?

2000-06-27 Thread Michael Tatge
was > AUTOMATICALLY added to my pgp key-ring. > > Is this usual behavior? I have not noticed keys being added > automatically to my key-ring before... Well yes and no. The default pgp behavior is to verify signatures i.e. pgp tries to connect to a key-server and inserts that key into

Unwanted PGP key added ?!?

2000-06-26 Thread Stewart V. Wright
Hi, I just looked at the message sent from "fman <[EMAIL PROTECTED]>" to this list (Subject: Re: Reply to all???). fman included a gpg public key as his(?) signature. Whilst I _suspect_ this might breach the acceptable number of line for a .sig, the stranger thing is that when I viewed the mes

Re: pgp-key in mutt-1.2

2000-05-27 Thread Michael Tatge
Clemens Wohld muttered: > With mutt-1.1xx I have send pgp-mails without > to selekt the key. Mutt has used the right one, so I > dont have to do this. > > Now, with mutt-1.2 I have to select every pgp-key :( > > What can I do? Dont want select anytime the key and pu

pgp-key in mutt-1.2

2000-05-27 Thread Clemens Wohld
Hallo, I have a questions about mutt1.2 and pgp. With mutt-1.1xx I have send pgp-mails without to selekt the key. Mutt has used the right one, so I dont have to do this. Now, with mutt-1.2 I have to select every pgp-key :( What can I do? Dont want select anytime the key and pusch Enter. Ok

pgp key selection and trust [OFF-TOPIC?]

1999-05-12 Thread David Thorburn-Gundlach
Hi, folks -- Both halves of this note may be entirely related to PGP versus mutt, and I know that the latter probably is, but I also know that the mutt list is a bountiful source of information on all topics :-) I send encrypted mail and have my PGP settings all in my .muttrc so that mutt knows