From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/57236 Path: main.gmane.org!not-for-mail From: Harry Putnam Newsgroups: gmane.emacs.gnus.general Subject: Re: Two dumb customization questions Date: Thu, 06 May 2004 08:24:17 -0500 Organization: Still searching... Sender: ding-owner@lists.math.uh.edu Message-ID: References: <873c6ispot.fsf@egil.codesourcery.com> <871xm23eow.fsf@virgil.koldfront.dk> <87brl6zl9r.fsf@egil.codesourcery.com> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083850296 5123 80.91.224.253 (6 May 2004 13:31:36 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Thu, 6 May 2004 13:31:36 +0000 (UTC) Original-X-From: ding-owner+M5776@lists.math.uh.edu Thu May 06 15:31:14 2004 Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1BLiy1-0007LR-00 for ; Thu, 06 May 2004 15:31:14 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by malifon.math.uh.edu with smtp (Exim 3.20 #1) id 1BLixt-0008HN-00; Thu, 06 May 2004 08:31:05 -0500 Original-Received: from util1.math.uh.edu ([129.7.128.22]) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 1BLixp-0008HI-00 for ding@lists.math.uh.edu; Thu, 06 May 2004 08:31:01 -0500 Original-Received: from justine.libertine.org ([66.139.78.221] ident=postfix) by util1.math.uh.edu with esmtp (Exim 4.30) id 1BLixo-0008I5-Mb for ding@lists.math.uh.edu; Thu, 06 May 2004 08:31:00 -0500 Original-Received: from main.gmane.org (main.gmane.org [80.91.224.249]) by justine.libertine.org (Postfix) with ESMTP id 163DD3A003C for ; Thu, 6 May 2004 08:31:00 -0500 (CDT) Original-Received: from root by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1BLixn-0006KP-00 for ; Thu, 06 May 2004 15:30:59 +0200 Original-Received: from adsl-68-74-73-48.dsl.emhril.ameritech.net ([68.74.73.48]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 May 2004 15:30:59 +0200 Original-Received: from reader by adsl-68-74-73-48.dsl.emhril.ameritech.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 06 May 2004 15:30:59 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: ding@gnus.org Original-Lines: 19 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: adsl-68-74-73-48.dsl.emhril.ameritech.net User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3.50 (gnu/linux) Cancel-Lock: sha1:/pUQhUNZoQ47+/FjD24nivyVwmI= Precedence: bulk Xref: main.gmane.org gmane.emacs.gnus.general:57236 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:57236 Zack Weinberg writes: [...] > Thanks, these both seem to work. Well, > bbdb-quiet-about-name-mismatches doesn't do what it's documented to > do, but that's much less of an issue. (I receive a lot of mail from > one particular address that changes its alleged full name every single > time - I'd like bbdb never to record this address - still can't figure > out how to achieve that.) This might be a little more drastic that what you want, but I have these settings to quiet bbdb down about lots of stuff. (setq bbdb-quiet-about-name-mismatches t) (setq bbdb-silent-running t) (setq bbdb/mail-auto-create-p nil) (setq bbdb/news-auto-create-p nil) (setq bbdb-always-add-addresses 'never)