gnu.emacs.gnus
[Top] [All Lists]

Problem with BBDB completion in Gnus

Subject: Problem with BBDB completion in Gnus
From: Ashish SHUKLA
Date: Thu, 25 Jun 2009 08:29:03 +0530
Newsgroups: gnu.emacs.gnus, gnu.emacs.help, comp.emacs

Hi everyone,

I use BBDB for managing my addressbook. BBDB works great with Gnus
except for this little problem. If email address of the contact contains
period (.) character, then the name is not completed only email address
is completed. Any ideas why ?

Following is my BBDB configuration:

#v+
(add-to-list 'load-path "~/.emacs.d/elisp/bbdb/lisp")

(eval-after-load 'bbdb
  '(progn
    (bbdb-initialize 'gnus 'sc 'message 'sendmail)
    (add-hook 'gnus-startup-hook 'bbdb-insinuate-gnus)
    (eval-after-load 'sendmail
      (add-hook 'mail-setup-hook 'bbdb-insinuate-sendmail))))
  
(autoload 'bbdb "bbdb")
#v-

Thanks
-- 
Ashish SHUKLA

<Prev in Thread] Current Thread [Next in Thread>