From aedb813ca4ecc3645d305880788a4a8fe0c1ff12 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Fri, 5 Apr 2013 09:19:45 -0400 Subject: Don't record Debian/Launchpad bug addresses in BBDB --- .vm | 3 +++ emacsen/auto-complete | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.vm b/.vm index f9fe5ab..275cf09 100644 --- a/.vm +++ b/.vm @@ -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 index 2ad6a0a..a4f83db 160000 --- a/emacsen/auto-complete +++ b/emacsen/auto-complete @@ -1 +1 @@ -Subproject commit 2ad6a0a6dd74e068d77ee497ed40d09090952665 +Subproject commit a4f83db2ab9898fb95d27a9ee722fda5d85763ac -- cgit v1.2.3