Announcements and discussions for Gnus, the GNU Emacs Usenet newsreader
 help / color / mirror / Atom feed
From: Bill Harris <bill_harris@facilitatedsystems.com>
Subject: Newbie problems with mailcrypt
Date: Sun, 28 Mar 2004 22:10:39 GMT	[thread overview]
Message-ID: <uk7148vx9.fsf@facilitatedsystems.com> (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


             reply	other threads:[~2004-03-28 22:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-03-28 22:10 Bill Harris [this message]
     [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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=uk7148vx9.fsf@facilitatedsystems.com \
    --to=bill_harris@facilitatedsystems.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).