From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/31817 Path: main.gmane.org!not-for-mail From: ShengHuo ZHU Newsgroups: gmane.emacs.gnus.general Subject: Re: Using aliases on Gnus. Date: 17 Jul 2000 12:34:22 -0400 Sender: owner-ding@hpc.uh.edu Message-ID: <5bya30d8c1.fsf@giga.cs.rochester.edu> References: NNTP-Posting-Host: coloc-standby.netfonds.no Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1035168185 16209 80.91.224.250 (21 Oct 2002 02:43:05 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 21 Oct 2002 02:43:05 +0000 (UTC) Return-Path: Original-Received: from fisher.math.uh.edu (fisher.math.uh.edu [129.7.128.35]) by mailhost.sclp.com (Postfix) with ESMTP id 1FD86D051E for ; Mon, 17 Jul 2000 12:37:06 -0400 (EDT) Original-Received: from sina.hpc.uh.edu (lists@Sina.HPC.UH.EDU [129.7.3.5]) by fisher.math.uh.edu (8.9.1/8.9.1) with ESMTP id LAC20326; Mon, 17 Jul 2000 11:36:53 -0500 (CDT) Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Mon, 17 Jul 2000 11:34:51 -0500 (CDT) Original-Received: from mailhost.sclp.com (postfix@sclp3.sclp.com [204.252.123.139]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id LAA28794 for ; Mon, 17 Jul 2000 11:34:38 -0500 (CDT) Original-Received: from gate.cs.rochester.edu (gate.cs.rochester.edu [192.5.53.207]) by mailhost.sclp.com (Postfix) with ESMTP id E1D78D051E for ; Mon, 17 Jul 2000 12:34:56 -0400 (EDT) Original-Received: from giga.cs.rochester.edu (giga.cs.rochester.edu [192.5.53.186]) by gate.cs.rochester.edu (8.8.8+Sun/T--) with ESMTP id MAA04074 for ; Mon, 17 Jul 2000 12:34:32 -0400 (EDT) Original-Received: (from zsh@localhost) by giga.cs.rochester.edu (8.9.1b+Sun/Q++) id MAA09655; Mon, 17 Jul 2000 12:34:22 -0400 (EDT) Original-To: ding@gnus.org X-Attribution: ZSH X-Face: 'IF:e51ib'Qbl^(}l^&4-J`'P!@[4~O|&k#:@Gld#b/]oMq&`&FVY._3+b`mzp~Jeve~/#/ ERD!OTe<86UhyN=l`mrPY)M7_}`Ktt\K+58Z!hu7>qU,i.N7TotU[FYE(f1;}`g2xj!u*l`^&=Q!g{ *q|ddto|nkt"$r,K$[)"|6,elPH= GJ6Q In-Reply-To: Jorge Godoy's message of "17 Jul 2000 13:28:27 -0300" Original-Lines: 20 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.4 Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:31817 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:31817 Jorge Godoy writes: > Hi! > > > How can I make gnus use some aliases? For instance I'd like to have an > alias "directors" where I can put all directors plus some other people > without having to create a mailing list (it's for my use only) or > without having to put each address on the message (I may forget > someone). > > I don't know it it matters, but I'm using bbdb with Gnus. It matters. I use (add-hook 'message-setup-hook 'bbdb-define-all-aliases) For details, read the document of bbdb-define-all-aliases. ShengHuo