Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
* Newbie problems with mailcrypt
@ 2004-03-28 22:10 Bill Harris
       [not found] ` <there-is-no-eric-conspiracy.ly7jx3mr4c.fsf@erik.arneson.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Bill Harris @ 2004-03-28 22:10 UTC (permalink / raw)


I just installed mailcrypt 3.5.8 on gnus 5.9.0 under Emacs 21.2.1.  I
use Windows Privacy Tray 0.7.96 with its gpg installation (1.2.1).  

I made the following additions to my .emacs:

,----
| ;; Add mailcrypt 2004-03-28
| 
| 	(load-library "mailcrypt")
| 	(mc-setversion "gpg")
| 
| ;; Added according to http://www.suse.de/~garloff/Writings/mutt_gpg/node18.html  
| 
| (autoload 'mc-install-write-mode "mailcrypt" nil t)
| (autoload 'mc-install-read-mode "mailcrypt" nil t)
| (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
| (add-hook 'message-mode-hook 'mc-install-write-mode)
| (add-hook 'news-reply-mode-hook 'mc-install-write-mode)
`----

I also modified mc-gpg.el:

,----
| ;; (defvar mc-gpg-path "gpg" "*The GPG executable.") ;;Customized 2004-03-28
| (defvar mc-gpg-path "gpg" "c:/Program Files/Windows Privacy Tools/GnuPG/gpg.exe")
| (defvar mc-gpg-alternate-keyring nil
|  "*Public keyring to use instead of default."
|  "c:/Documents and Settings/Bill Harris/Application Data/GnuPG");;added 2004-03-28
`----

When I restarted gnus, I indeed had a mailcrypt menu item.  When I try
to sign a message, I get

  Symbol's value as variable is void: <warner@lothar\.com>

I've obviously missed something, but I don't find anything about this
in the documentation I can find.  Any suggestions?

Thanks,

Bill


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-03-31 20:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-28 22:10 Newbie problems with mailcrypt Bill Harris
     [not found] ` <there-is-no-eric-conspiracy.ly7jx3mr4c.fsf@erik.arneson.org>
     [not found]   ` <uzn9xx1l0.fsf@facilitatedsystems.com>
2004-03-31 20:16     ` Erik Arneson

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).