Update databases/postgresql12-server to version 12.2_2
[dports.git] / databases / bbdb / pkg-message
1 [
2 { type: install
3   message: <<EOM
4 Add this line to your Emacs initialization.
5
6 (require 'bbdb-loaddefs)
7
8 Depending on which mail user agent and other miscellaneous packages you
9 use, you may also want to add something similar to these lines.
10
11 (bbdb-initialize 'gnus 'message)
12 (bbdb-mua-auto-update-init 'gnus 'message)
13
14 Refer to Emacs' help for these two functions, bbdb-initialize and
15 bbdb-mua-auto-update-init, for details.
16 EOM
17 }
18 ]