From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/75144 Path: news.gmane.org!not-for-mail From: Tassilo Horn Newsgroups: gmane.emacs.gnus.general Subject: Re: BBDB integration - add sender in Summary buffer Date: Thu, 16 Dec 2010 19:43:36 +0100 Message-ID: <87mxo5o8x3.fsf@member.fsf.org> References: <87zks5iord.fsf@gmx.co.uk> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1292525072 20235 80.91.229.12 (16 Dec 2010 18:44:32 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 16 Dec 2010 18:44:32 +0000 (UTC) Cc: ding@gnus.org To: Johnny Original-X-From: ding-owner+M23499@lists.math.uh.edu Thu Dec 16 19:44:28 2010 Return-path: Envelope-to: ding-account@gmane.org Original-Received: from util0.math.uh.edu ([129.7.128.18]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1PTIoW-0003ux-9w for ding-account@gmane.org; Thu, 16 Dec 2010 19:44:28 +0100 Original-Received: from localhost ([127.0.0.1] helo=lists.math.uh.edu) by util0.math.uh.edu with smtp (Exim 4.63) (envelope-from ) id 1PTInn-0004aA-PZ; Thu, 16 Dec 2010 12:43:43 -0600 Original-Received: from mx2.math.uh.edu ([129.7.128.33]) by util0.math.uh.edu with esmtps (TLSv1:AES256-SHA:256) (Exim 4.63) (envelope-from ) id 1PTInm-0004Zy-4v for ding@lists.math.uh.edu; Thu, 16 Dec 2010 12:43:42 -0600 Original-Received: from quimby.gnus.org ([80.91.231.51]) by mx2.math.uh.edu with esmtp (Exim 4.72) (envelope-from ) id 1PTInk-0005kW-EC for ding@lists.math.uh.edu; Thu, 16 Dec 2010 12:43:41 -0600 Original-Received: from out3.smtp.messagingengine.com ([66.111.4.27]) by quimby.gnus.org with esmtp (Exim 4.72) (envelope-from ) id 1PTInj-0006RU-8q for ding@gnus.org; Thu, 16 Dec 2010 19:43:39 +0100 Original-Received: from compute3.internal (compute3.nyi.mail.srv.osa [10.202.2.43]) by gateway1.messagingengine.com (Postfix) with ESMTP id 77CDD4D8; Thu, 16 Dec 2010 13:43:38 -0500 (EST) Original-Received: from frontend1.messagingengine.com ([10.202.2.160]) by compute3.internal (MEProxy); Thu, 16 Dec 2010 13:43:38 -0500 DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=messagingengine.com; h=from:to:cc:subject:references:date:in-reply-to:message-id:mime-version:content-type; s=smtpout; bh=x0rPqNpNwwBI+MGLRHLvEHwkAUg=; b=mEuJAPENKDZJt1rFsscqxfL7LIiLqkE3PvZPgXeznpMGYhZjIFzanxdbz5axIb28l7Mv/EbuPGj/qpnxrMyZxv2WD5QoECerjotGsuuWdJ53lbFJXuOFwXQkdefc1WLhNDCOcDDJtKpnBvDTilH+lS/xS8lhibc0R9BF+JbDrVs= X-Sasl-enc: ZYpL3PoqqA6jX0Cs0jmN7XmXiOKeMcSFZokX+s8sKt+n 1292525018 Original-Received: from thinkpad (95-88-32-105-dynip.superkabel.de [95.88.32.105]) by mail.messagingengine.com (Postfix) with ESMTPA id 9EAC741121F; Thu, 16 Dec 2010 13:43:37 -0500 (EST) In-Reply-To: <87zks5iord.fsf@gmx.co.uk> (Johnny's message of "Thu, 16 Dec 2010 17:57:58 +0000") User-Agent: Gnus/5.110011 (No Gnus v0.11) Emacs/24.0.50 (gnu/linux) X-Spam-Score: -2.9 (--) List-ID: Precedence: bulk Xref: news.gmane.org gmane.emacs.gnus.general:75144 Archived-At: Johnny writes: Hi! > "If you want to add a sender to the BBDB you can also just hit `:' on > the posting in the summary buffer and you are done." > > This doesn't work for me; ':' is bound to bbdb/gnus-show-sender and as > the sender is not in bbdb, it shows nothing. Hm, for me, hitting `:' on your message pops up a BBDB buffer showing you, and till now, you were not in my BBDB. So that adding should be done automatically, and in fact, that's my experience since I use Gnus/BBDB since about 8 years ago... What bbdb version do you use? Mine is 2.35. Bye, Tassilo