diff options
-rw-r--r-- | config.el | 2 | ||||
-rw-r--r-- | funcs.el | 3 |
2 files changed, 4 insertions, 1 deletions
@@ -85,6 +85,8 @@ (address "vasudev@debian.org")))) ;; Enable bbdb configurations +(require 'bbdb-autoloads) +(require 'bbdb) (bbdb-initialize 'message 'gnus 'sendmail) (setq bbdb-file "~/.bbdb.db") @@ -55,7 +55,8 @@ ;; Functions copied from ;; https://notmuchmail.org/pipermail/notmuch/2012/011692.html -(require 'bbdb-snarf) +(require 'bbdb-autoloads) +(require 'bbdb) (defun bbdb/notmuch-snarf-header (header) (let ((text (notmuch-show-get-header header))) (with-temp-buffer |