From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.user/7253 Path: news.gmane.org!not-for-mail From: xyblor Newsgroups: gmane.emacs.gnus.user Subject: Re: Gmail Woes! BBDB Woes! Date: Thu, 04 May 2006 23:40:13 -0400 Organization: UseNetServer.com Message-ID: <8xphw34y.fsf@gmail.com> References: <87lkth5yw7.fsf@topper.koldfront.dk> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: sea.gmane.org 1146800446 17677 80.91.229.2 (5 May 2006 03:40:46 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 5 May 2006 03:40:46 +0000 (UTC) Original-X-From: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Fri May 05 05:40:45 2006 Return-path: Envelope-to: gegu-info-gnus-english@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FbrBN-00013K-6x for gegu-info-gnus-english@m.gmane.org; Fri, 05 May 2006 05:40:45 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FbrBM-0000NP-P8 for gegu-info-gnus-english@m.gmane.org; Thu, 04 May 2006 23:40:44 -0400 Original-Path: shelby.stanford.edu!newsfeed.stanford.edu!postnews.google.com!news3.google.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!atl-c08.usenetserver.com!news.usenetserver.com!pc03.usenetserver.com!TEKSAVVY.COM-Free-a2kHrUvQQWlmc!not-for-mail Original-Newsgroups: gnu.emacs.gnus Face: iVBORw0KGgoAAAANSUhEUgAAADAAAAAwAQMAAABtzGvEAAAAAXNSR0IArs4c6QAAAARnQU1B AACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAAAZQ TFRFAAAA////pdmf3QAAAAlwSFlzAAAuIgAALiIBquLdkgAAAKpJREFUKM9j+A8GDJRQ9WDqFzuI +tfCXA+knjkwAKkXDAwg6gGQsmf43wCk5CEUP8N/BQamBeIM/x2Ytu7wZ/i/Kmz9q/kM/7+KNfxb z/BvYtrGMKBhaxlkzIC8VQ5Mof8Z/kYdYNStZ/i3/QJD+H+Gf9dPWIgCBeNfWmgDVd5/UKcPpC79 /QRy0u/6qHiQW16uB7ns7a/bEHf+g8j9BfPuXwdT3yj1OzoFAG1k5umTy9yQAAAAAElFTkSuQmCC User-Agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.19 (windows-nt) Cancel-Lock: sha1:ZfDQD1k9Aa99T0Je6MBWhmLCnWE= Original-X-Complaints-To: abuse@usenetserver.com Original-Lines: 33 Original-X-Trace: 9607d445ac9176b5d3b9224081 Original-Xref: shelby.stanford.edu gnu.emacs.gnus:77436 Original-To: info-gnus-english@gnu.org X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Errors-To: info-gnus-english-bounces+gegu-info-gnus-english=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.gnus.user:7253 Archived-At: asjo@koldfront.dk (Adam Sjøgren) writes: > On Thu, 04 May 2006 12:23:10 -0400, xyblor wrote: > >> My other question is how do I get BBDB to automatically add the >> addresses of people I write mail to? I've already done >> (bbdb-initialize 'gnus 'message), but that doesn't seem to be >> sufficient. > > You probably want to tweak this variable: > > ,----[ C-h v bbdb/news-auto-create-p RET ] > | `bbdb/news-auto-create-p' is a variable declared in Lisp. > | -- loaded from "bbdb" > | > | Value: nil > | > | Documentation: > | *If this is t, then GNUS will automatically create new bbdb > | records for people you receive mail from. If this is a function name > | or lambda, then it is called with no arguments to decide whether an > | entry should be automatically created. You can use this to, for > | example, create or not create messages which have a particular > | subject. If you want to autocreate messages based on the current > | newsgroup, it's probably a better idea to set this variable to t or > | nil from your `gnus-select-group-hook' instead. > `---- Thanks for the tip! I customized bbdb/news-auto-create-p to message-mail-p, because I don't want to add entries for every news article I read (sorry everyone). Now it would be nice to weed out mail addresses received through mailing lists. I guess I'll have to make a function for gnus-select-group-hook.