diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-04-04 13:01:01 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-04-04 13:01:01 -0400 |
commit | 168ba6468f6820b4c8e581d59dbbc17e5c4e6fb2 (patch) | |
tree | 0b40535bb64394eb45667de14aa2b17f79aee8ae | |
parent | Athena is under caslab, not cs (diff) |
Force the creation of BBDB records when replying
-rw-r--r-- | .vm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -164,6 +164,7 @@ (require 'bbdb) (bbdb-initialize 'vm) (setq bbdb-send-mail-style 'vm) +(add-hook 'vm-reply-hook 'bbdb-force-record-create) ;; signature (setq mail-signature t) |