summarylogtreecommitdiffstats
path: root/bbdb.install
blob: 902988032191ea7aecc8ab3c14ec57e7cd879570 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
post_install() {
  echo ">> To enable BBDB add this to your .emacs:"
  echo ">>    (require 'bbdb)"
  echo ">>    (bbdb-initialize)"
}

post_upgrade() {
  post_install $1
  echo ">> Update breaks wanderlust compatibility. You need to keep bbdb-2 or intergrate them manually"
  echo ">> gnus compatibility was also broken. Now initialization should be:"
  echo ">> (require 'bbdb-loaddefs)"
  echo ">> (require 'bbdb)"
  echo ">> (bbdb-initialize 'gnus 'message)"
  echo ">> (bbdb-mua-auto-update-init 'gnus 'message)"
}