Hi,

I recently set my gnus to automatically verify pgp-signed messages
using mailcrypt-3.5.6 and gnupg. Basically it works... but the bbdb I
am also using is overwriting the mailcrypt-message containing the
verification result with "Updating of BBDB records finished".

Well, automatic pgp-verification is requested b
,----
| (setq gnus-treat-strip-pgp t)
| (add-hook 'gnus-article-hide-pgp-hook
|           (lambda ()
|             (save-excursion
|               (set-buffer gnus-original-article-buffer)
|               (mc-verify))))
`----
and (bbdb-insinuate-gnus) does
,----
| (add-hook 'gnus-article-prepare-hook 'bbdb/gnus-pop-up-bbdb-buffer)
`----

Apparently
   gnus-article-hide-pgp-hook
is run before
   gnus-article-prepare-hook
:(

I found bbdb-gag-messages but am not sure how to handle/use it...
Does setting quiet down this bbdb message?  How are other people
handling this?

Greetings,
Jochen
-- 
Einigkeit und Recht und Freiheit                http://www.Jochen-Kuepper.de
    Liberté, Égalité, Fraternité                GnuPG key: 44BCCD8E
        Sex, drugs and rock-n-roll


_______________________________________________
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/bbdb-info
BBDB Home Page: http://bbdb.sourceforge.net/

Reply via email to