https://github.com/aki2o/bbdb-.git
git clone 'git://github.com/aki2o/bbdb-.git'
This is a extension of Emacs that provides more easily search/choice than BBDB.
BBDB is a address book for MUA like Gnus/Wanderlust.
http://savannah.nongnu.org/projects/bbdb
The matched record is listed interactively by incremental search like anything.el/helm.el.
If migemo.el is available, use migemo search in default.
You can do/undo choice of To/Cc/Bcc for one/all of the listed record.
The following mark is shown at head of the selected record.
2014/02/01 It's available by using melpa.
2014/02/02 It's available. But, master branch only.
(auto-install-from-url "https://raw.github.com/aki2o/bbdb-/master/bbdb-.el")
* In this case, you need to install each of the following dependency.
Download bbdb-.el and put it on your load-path.
* In this case, you need to install each of the following dependency.
The target version of bbdb.el is which is published on melpa for package.el.
bbdb.el seems being published from several web site/service.
But if compatibility has not been kept between them, anything else may not go on well.
(require 'bbdb-)
;; Make config suit for you. About the config item, eval the following sexp.
;; (customize-group "bbdb-")
;; Do setup
(bbdb-:setup)
Execute bbdb-:open
or bbdb-:start-completion
.
bbdb-:start-completion
is better in the buffer that you write mail on.
In default, you can execute bbdb-:start-completion
by pushing the key that is bound for bbdb-complete-mail
.
Alternatively, set bbdb-:start-completion-key
.
Otherwise, do key binding by yourself.
The bbdb- buffer, which is named *bbdb-* and shown at the start, have the following keymap.
The bbdb- buffer is created from the record of BBDB at first, and then that is reused.
So, if you add/update/remove record of BBDB, execute reload for reflection of it.
Enjoy!!!