From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Francesco Mazzoli Newsgroups: gmane.emacs.help Subject: Re: BBDB ignore messages Date: Fri, 23 Nov 2012 09:04:52 +0000 Message-ID: <878v9sn0zv.wl%f@mazzo.li> References: <87mwygl4vr.wl%f@mazzo.li> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII X-Trace: ger.gmane.org 1353661514 29097 80.91.229.3 (23 Nov 2012 09:05:14 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Fri, 23 Nov 2012 09:05:14 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Fri Nov 23 10:05:25 2012 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1TbpCL-0008TP-Qf for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2012 10:05:21 +0100 Original-Received: from localhost ([::1]:52556 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbpC8-0007ak-K0 for geh-help-gnu-emacs@m.gmane.org; Fri, 23 Nov 2012 04:05:08 -0500 Original-Received: from eggs.gnu.org ([208.118.235.92]:36314) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbpC0-0007XW-FF for help-gnu-emacs@gnu.org; Fri, 23 Nov 2012 04:05:04 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TbpBw-0007oq-G5 for help-gnu-emacs@gnu.org; Fri, 23 Nov 2012 04:05:00 -0500 Original-Received: from mail-wg0-f49.google.com ([74.125.82.49]:50413) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TbpBw-0007og-Ag for help-gnu-emacs@gnu.org; Fri, 23 Nov 2012 04:04:56 -0500 Original-Received: by mail-wg0-f49.google.com with SMTP id gg4so557193wgb.30 for ; Fri, 23 Nov 2012 01:04:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=date:message-id:from:to:subject:in-reply-to:references:user-agent :mime-version:content-type:x-gm-message-state; bh=ZZSo6MveQktWiYiK4TMbxd4quMO96gyx1L0dA4B88dI=; b=GnAc+uqFVRxLtzxLm73159/hUfs2Yxw6MA6HCnb3dX31YMoUWdAxEnvNGECBB6Vf2l joikK8jXeRqEK3xuklHQesGYYx7gA88r47nM0K26TprGzy8tSRhywDHQq4kH4LNVtTf0 ylsnO7lmaPdxXtnq07IRu5PViM8hrw15Juhcdla1+o1/C0vgEC1XEkLc8ZfR93SJ6LI8 PyoBQxatFxvnmME1JHjJEMXLnICSOk6iojcKJoq5eCoVgQ8kdN9uatpc0KqNagpu9DF5 sdLsBpMRYicL9qzi4HErk8flBiNeySP2ARyZlwZVDDtGg9Mu0FzB50guafqXS4bGkrPB 1QRg== Original-Received: by 10.216.143.21 with SMTP id k21mr1227072wej.183.1353661494948; Fri, 23 Nov 2012 01:04:54 -0800 (PST) Original-Received: from clay.mazzo.li (5e09a749.bb.sky.com. [94.9.167.73]) by mx.google.com with ESMTPS id bn7sm8577554wib.8.2012.11.23.01.04.53 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 23 Nov 2012 01:04:53 -0800 (PST) In-Reply-To: <87mwygl4vr.wl%f@mazzo.li> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/23.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO) X-Gm-Message-State: ALoCoQmmvPHZS5ybJSAS0E5Abgfe0DPBAZZovHkD4ZFU9DPhYkuwzq/UIRt9d5hA/lwNqkxCYwgM X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 74.125.82.49 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:87858 Archived-At: I have found an ugly but effective solution to this problem: digging in the glue code between WL and BBDB I noticed that addresses are ignored if they match `(bbdb-user-mail-names)', which I guess is used to ignore our own addresses. So I just modified `bbdb-user-mail-names' so that it matches all the addresses that I want to be ignored. Francesco