Gnus development mailing list
 help / color / mirror / Atom feed
From: Baba Z Buehler <baba@beckman.uiuc.edu>
Subject: Mailcrypt & gnus-setup.el
Date: Sun, 19 Jan 1997 04:40:16 -0600	[thread overview]
Message-ID: <199701191040.EAA20037@tigger.beckman.uiuc.edu> (raw)


I'm trying to get mailcrypt working again (I had it working once back in the
early days of September...) and I noticed that gnus-setup.el doesn't seem to be
used for anything?  Is this deliberate?

Also, I added

(defvar gnus-use-mailcrypt t)
(when gnus-use-mailcrypt
  (when (null (member gnus-mailcrypt-lisp-directory load-path))
    (setq load-path (cons gnus-mailcrypt-lisp-directory load-path)))
  (autoload 'mc-install-write-mode "mailcrypt" nil t)
  (autoload 'mc-install-read-mode "mailcrypt" nil t)
  (add-hook 'message-mode-hook 'mc-install-write-mode)
  (add-hook 'gnus-summary-mode-hook 'mc-install-read-mode)
  (when gnus-use-mhe
    (add-hook 'mh-folder-mode-hook 'mc-install-read-mode)
    (add-hook 'mh-letter-mode-hook 'mc-install-write-mode)))

to my .gnus, and now mailcrypt seems to load fine when entering the summary
buffer, but no matter what when I try to verify a signature ('C-c / v' or by
the XEmacs menubar) it always says 'Found no signed message in this buffer.'
Even when I can plainly see the PGP stuff in the message.

I'm using the Mailcrypt that ships with XEmacs 19.14, should I upgrade it?

Thanks,
--
# Baba Z Buehler - 'Hackito Ergo Sum'
# Beckman Institute Systems Services, Urbana Illinois
#
#  "Whenever you find that you are on the side of the majority,
#   it is time to reform." -- Mark Twain
#
# PGP public key on WWW homepage and key servers (key id: C13D8EE1)
# WWW: http://www.beckman.uiuc.edu/~baba/


             reply	other threads:[~1997-01-19 10:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1997-01-19 10:40 Baba Z Buehler [this message]
1997-01-19 14:09 ` Karl Kleinpaste

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=199701191040.EAA20037@tigger.beckman.uiuc.edu \
    --to=baba@beckman.uiuc.edu \
    /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).