help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

BBDB ignore messages


From: Francesco Mazzoli
Subject: BBDB ignore messages
Date: Sat, 17 Nov 2012 13:45:44 +0000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (Gojō) APEL/10.8 Emacs/23.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

Hi,

I use BBDB with Wanderlust and I'd like to eliminate quite an annoying
behaviour.  I browse a lot of mailing lists via gmane, and BBDB automatically
adds (or asks to add if the name is already present) the gmane addresses to the
address book.  I don't want this to happen, and not only for gmane but also with
other addresses (e.g. automatic emails from various services).

I have this in my init.el:

-------8<-------

(setq bbdb/mail-auto-create-p 'bbdb-ignore-some-messages-hook
      bbdb/news-auto-create-p 'bbdb-ignore-some-messages-hook

      bbdb-ignore-some-messages-alist
      '(("From" . 
"no.?reply\\|DAEMON\\|daemon\\|facebookmail\\|gmane\\|ebay\\|amazon\\|tfl\\|trenitalia")))

------->8-------

I would expect all messages containing "gmane" to be ignored, but it doesn't
happen.  Am I doing something wrong?

Francesco



reply via email to

[Prev in Thread] Current Thread [Next in Thread]