Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jul 2002 07:22:55 -0700
From:      rob <rob@pythonemproject.com>
To:        questions@freebsd.org
Subject:   Mailcrypt+Emacs+Gnupg/Pgp  not encrypting messages
Message-ID:  <3D29A03F.3E4841EF@pythonemproject.com>

next in thread | raw e-mail | index | archive | help
Could be offtopic or might be a FreeBSD problem.  I used to run
Mailcrypt,Emacs, and Gnupg on my old laptop with no problems.  I
installed the following versions of each on my new laptop: Mailcrypt
3.5.6, Emacs 19.34 (I see its not the latest), and Gnupg 1.07.  I have
verified that Emacs sends and receives mail, and Gnupg can encrypt
files.  What happens is when I invoke Mailcrypt from Emacs it hangs at
the encrypt stage.  Then I have to kill the Emacs process.  Here is my
.emacs file:

(load-library "mailcrypt")
(mc-setversion "gpg")
(autoload 'mc-install-write-mode "mailcrypt" nil t)
(autoload 'mc-install-read-mode "mailcrypt" nil t)
(add-hook 'mail-mode-hook 'mc-install-write-mode)

I wonder what I am doing wrong?  Thanks, Rob.

ps. tried pgp2.6.  Didn't work either.


-- 
-----------------------------
The Numeric Python EM Project

www.pythonemproject.com

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3D29A03F.3E4841EF>