ports/databases/bbdb/pkg-message
Joseph Mingrone d0a91017a0 databases/bbdb: Use upstream's recommended config in pkg-message
Also, remove MAKE_JOBS_UNSAFE=yes.  It was only intended to be included
temporarily for testing.
2018-11-16 10:25:55 +00:00

15 lines
537 B
Plaintext

########################################################################
Add this line to your Emacs initialization.
(require 'bbdb-loaddefs)
Depending on which mail user agent and other miscellaneous packages you
use, you may also want to add something similar to these lines.
(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.
########################################################################