View Single Post

  #2 (permalink)  
Old 09-06-2004
jayjwa
 
Posts: n/a
Default Re: GPG and evolution: email address and different key

On 2004-09-05, H. S. <g_reate_xcalibur@yahoo.com> wrote:

> Recently I have been trying to use GPG with evolution. I was able to use
> GPG to encrypt and/or sign messages in Thunderbird and Enigmail
> successfully. However, Evolution seems to be lacking quite a bit of
> functionality.
>
> In Thunderbird, I could send a message to say Mr. X at x@nowhere.org
> while using his key: X The Great (personal key) x@somewhereelse.org.
> What happens is when I try to "send" the email, Thunderbird says that it
> couldn't find a key associated with the x@nowhere.org address and
> presents me with different choices, I choose x@somwhereelse.org and off
> goes the email.
>
> However, Evolution just refuses to send the message saying that it can't
> find the key associated with x@nowhere.org. It never asks if I wan't to
> specify a different key.
>
> Any suggestion how to get around this problem? Or am I missign something
> in Evolution?


Probably not the resolution you're looking for but...

Can you encrypt it before mailing it, or accessing it with you mail
program? That is, type your message in a text file, encrypt it, then
mail to your target with the message as an attachment? This is what I
do if my mailer I'm using doesn't support GPG-

emacs message.txt
gpg --list-keys | grep 'you@your.home.org'
Key XXXXX/123ABCD Your Buddy <you@your.home.org>
.... ..... .... ... .... ..
gpg -r 123ABCD -se message.txt
mail -a message.txt.gpg -r "me@home.org" -s "Secrect message :P" \
you@your.home.org

(then)
Type your mail message, ^D to end:


Hi you, here is your secret message attached!

^D

Sending mail, blah,blah, blah...



It's not pretty, but it works. I use the basic "mail" (or nail, as
it's really called, I guess) utility for this, on the command line.


--
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
Reply With Quote