2019-08-13 16:01:59 +00:00
|
|
|
[
|
|
|
|
{ type: install
|
|
|
|
message: <<EOM
|
2018-11-16 10:25:55 +00:00
|
|
|
Add this line to your Emacs initialization.
|
2018-11-14 18:03:50 +00:00
|
|
|
|
|
|
|
(require 'bbdb-loaddefs)
|
|
|
|
|
|
|
|
Depending on which mail user agent and other miscellaneous packages you
|
2018-11-16 10:25:55 +00:00
|
|
|
use, you may also want to add something similar to these lines.
|
2018-11-14 18:03:50 +00:00
|
|
|
|
|
|
|
(bbdb-initialize 'gnus 'message)
|
|
|
|
(bbdb-mua-auto-update-init 'gnus 'message)
|
|
|
|
|
|
|
|
Refer to Emacs' help for these two functions, bbdb-initialize and
|
|
|
|
bbdb-mua-auto-update-init, for details.
|
2019-08-13 16:01:59 +00:00
|
|
|
EOM
|
|
|
|
}
|
|
|
|
]
|