Re: [BBDB] ChangeLog 2012-09-8 (bbdb-ignore-message-alist)

2012-09-10 Thread Mitchel Humpherys
So I replaced the call of gnus-fetch-field by gnus-fetch-original-field. Let me know if now bbdb-ignore-message-alist works for you as expected. Using X-* headers in `bbdb-ignore-message-alist' appears to be working now. Thanks! Mitch

Re: bbdb-ignore-message-alist

2012-09-08 Thread Roland Winkler
to be working (i.e. bbdb still offers to save email addresses from mails containing those headers)... What am I doing wrong? (setq bbdb-ignore-message-alist '(((X-Mailman-Version X-Mailing-List) . .*))) I am trying to crosspost this on the gnus mailing list, too, because your problem has

[BBDB] ChangeLog 2012-09-8 (bbdb-ignore-message-alist)

2012-09-08 Thread Roland Winkler
://permalink.gmane.org/gmane.emacs.gnus.general/78741 So I replaced the call of gnus-fetch-field by gnus-fetch-original-field. Let me know if now bbdb-ignore-message-alist works for you as expected. 2012-09-08 Roland Winkler wink...@gnu.org * lisp/bbdb-mua.el (bbdb-message-header): Use

Re: bbdb-ignore-message-alist

2012-09-01 Thread Roland Winkler
to be working (i.e. bbdb still offers to save email addresses from mails containing those headers)... What am I doing wrong? (setq bbdb-ignore-message-alist '(((X-Mailman-Version X-Mailing-List) . .*))) It works for me (I just double-checked). What is your value of bbdb-mua-auto-update-p

bbdb-ignore-message-alist

2012-08-28 Thread Mitchel Humpherys
addresses from mails containing those headers)... What am I doing wrong? (setq bbdb-ignore-message-alist '(((X-Mailman-Version X-Mailing-List) . .*))) I also put this question on SO for future posterity: http://stackoverflow.com/q/12148907/209050 Thanks, Mitch