help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with BBDB completion in Gnus


From: Ashish SHUKLA
Subject: Problem with BBDB completion in Gnus
Date: Thu, 25 Jun 2009 08:29:03 +0530
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (x86_64-unknown-linux-gnu)

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]