opnsense-ports/databases/bbdb/pkg-message
Franco Fichtner a309cd75a6 */*: sync with upstream
Taken from: HardenedBSD
2019-08-18 05:35:32 +02:00

18 lines
434 B
Text

[
{ type: install
message: <<EOM
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.
EOM
}
]