From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: filebat Newsgroups: gmane.emacs.help Subject: Send mails to group of email addresses in bbdb, When C-x m (compose-mail) Date: Sun, 15 Aug 2010 22:28:56 +0800 Message-ID: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1281882582 11320 80.91.229.12 (15 Aug 2010 14:29:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sun, 15 Aug 2010 14:29:42 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Aug 15 16:29:41 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1OkeDT-0001JI-HO for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Aug 2010 16:29:39 +0200 Original-Received: from localhost ([127.0.0.1]:39667 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkeDS-00013T-Io for geh-help-gnu-emacs@m.gmane.org; Sun, 15 Aug 2010 10:29:38 -0400 Original-Received: from [140.186.70.92] (port=36719 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OkeD4-00013E-N5 for help-gnu-emacs@gnu.org; Sun, 15 Aug 2010 10:29:15 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OkeD3-0007zC-A5 for help-gnu-emacs@gnu.org; Sun, 15 Aug 2010 10:29:14 -0400 Original-Received: from mail-pv0-f169.google.com ([74.125.83.169]:45568) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OkeD3-0007z5-5n for help-gnu-emacs@gnu.org; Sun, 15 Aug 2010 10:29:13 -0400 Original-Received: by pvc30 with SMTP id 30so2758959pvc.0 for ; Sun, 15 Aug 2010 07:29:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :message-id:mime-version:content-type; bh=r7/4j5GpYU/H7mKed1AsEJimNpjvO+xjYyLu4oxMgRE=; b=YD99xYcRfPozJ58eNWnltoe/ppr16NyGPmwm3pVPNL1UR7KhxH2VzSPNHq0gXrG8Bt LMzRXPwVWzdN7RlfkSYspHMQHONJnqbAeKqTjIliCBiwI+lNm6Q86tq3RWagn6NJ8rRR RwlNItcrQyNuYQp2aRTMO/UleXiD5hMMLsrmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:subject:date:message-id:mime-version:content-type; b=doI9Aa9DRG4DQV8m8mWfCfvh8KHRJC9exaSllSe6zF855W8+QAh3Vn0hi9CZAb6V82 6lLZDAbXMQqs89bMsinjDfFLu5uVjjxLOebsGTn24i3irPqvjjPg0gx5PJ8GPe+DS3+7 3ROAZ8klSj5l3ZHrYW/uUrERsnN7DfHgPiYYk= Original-Received: by 10.114.81.9 with SMTP id e9mr4707635wab.224.1281882552463; Sun, 15 Aug 2010 07:29:12 -0700 (PDT) Original-Received: from localhost ([222.70.51.13]) by mx.google.com with ESMTPS id q6sm9854109waj.22.2010.08.15.07.29.06 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 15 Aug 2010 07:29:11 -0700 (PDT) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74647 Archived-At: Hi all I'd like for send mails to couple of recipients in bbdb. I try to achieve this, by the following workaround. - Create an user defined field of "Group" in bbdb. - Each record will be tagged to several groups manually. - Whenever I want to send mails to certain group, I will search bbdb records which has the value of this group. - In *bbdb* buffer, press "* m". And I got the To field with a list of email address. Is there any built-in utility, which helps to better support this feature. Thanks, Denny