From 859198ac80c401d1abc2eb1735834f9b464dbc35 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 10:25:16 +0000 Subject: [PATCH] don't try to use bbdb-initialize on *ntnu.no git-svn-id: file:///svn/tfheen/trunk/dotfiles@38 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs b/emacs index 4f2d3bb..1e643a5 100644 --- a/emacs +++ b/emacs @@ -18,7 +18,8 @@ (cw/requiring-package (bbdb) - (bbdb-initialize 'gnus 'message 'w3) + (cw/not-for-host ".*ntnu.no" + (bbdb-initialize 'gnus 'message 'w3)) (setq bbdb-use-pop-up nil bbdb-quiet-about-name-mismatches t bbdb-default-area-code nil -- 2.39.5