diff options
author | Ryan Kavanagh <rak@debian.org> | 2013-04-05 09:19:45 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2013-04-05 09:19:45 -0400 |
commit | aedb813ca4ecc3645d305880788a4a8fe0c1ff12 (patch) | |
tree | be0b2c5deafc0bea1438ed2441f58a020bc244d2 | |
parent | Add octave support to emacs (diff) |
Don't record Debian/Launchpad bug addresses in BBDB
-rw-r--r-- | .vm | 3 | ||||
m--------- | emacsen/auto-complete | 0 |
2 files changed, 3 insertions, 0 deletions
@@ -165,6 +165,9 @@ (bbdb-initialize 'vm) (setq bbdb-send-mail-style 'vm) (add-hook 'vm-reply-hook 'bbdb-force-record-create) +(setq bbdb-ignore-some-messages-alist + '(("From" . ".*@bugs.(debian.org\\|launchpad.net)"))) +(setq bbdb/mail-auto-create-p 'bbdb-ignore-some-messages-hook) ;; signature (setq mail-signature t) diff --git a/emacsen/auto-complete b/emacsen/auto-complete -Subproject 2ad6a0a6dd74e068d77ee497ed40d0909095266 +Subproject a4f83db2ab9898fb95d27a9ee722fda5d85763a |