Re: Trying to get ":" key in Gnus summary to add/edit senders in BBDB (again)
Steinar Bang <[email protected]>
| Newsgroups | gmane.emacs.help |
|---|---|
| Message-ID | <[email protected]> |
For anyone googling into this thread, here is my complete BBDB config in .emacs:
(when (locate-library "bbdb")
(require 'bbdb)
(bbdb-initialize 'gnus 'message))
(setq bbdb-user-mail-address-re "\\(sb@\\|steinar@my\\.domain\\.com\\)"
bbdb-phone-style nil)