From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/9469 Path: main.gmane.org!not-for-mail From: Baba Z Buehler Newsgroups: gmane.emacs.gnus.general Subject: Mailcrypt & gnus-setup.el Date: Sun, 19 Jan 1997 04:40:16 -0600 Sender: baba@tigger.beckman.uiuc.edu Message-ID: <199701191040.EAA20037@tigger.beckman.uiuc.edu> Reply-To: Baba Z Buehler NNTP-Posting-Host: coloc-standby.netfonds.no X-Trace: main.gmane.org 1035149491 18681 80.91.224.250 (20 Oct 2002 21:31:31 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Sun, 20 Oct 2002 21:31:31 +0000 (UTC) Return-Path: Original-Received: from ifi.uio.no (0@ifi.uio.no [129.240.64.2]) by deanna.miranova.com (8.8.4/8.8.4) with SMTP id CAA01170 for ; Sun, 19 Jan 1997 02:59:30 -0800 Original-Received: from tigger.beckman.uiuc.edu (root@tigger.beckman.uiuc.edu [128.174.212.8]) by ifi.uio.no with ESMTP (8.6.11/ifi2.4) id for ; Sun, 19 Jan 1997 11:40:22 +0100 Original-Received: from tigger (localhost [127.0.0.1]) by tigger.beckman.uiuc.edu (8.8.4/8.8.4) with ESMTP id EAA20037 for ; Sun, 19 Jan 1997 04:40:17 -0600 X-face: ?/"MXina;Tt'.c6A>P1["3Wm#HCKX-/DEGN$1y[T?I6fCGFUTh]6'<@mJ&1TSRDlc_>|Lo' %b|.Rwf= `7~U>E@VElJ`RI\Sb1h X-Url: http://www.beckman.uiuc.edu/~baba/ Original-To: ding@ifi.uio.no Xref: main.gmane.org gmane.emacs.gnus.general:9469 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:9469 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/