From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eric Abrahamsen Newsgroups: gmane.emacs.devel Subject: Re: bbdb + gnus: mail aliases Date: Tue, 27 Jan 2015 12:02:12 +0800 Message-ID: <87bnlkrhvf.fsf@ericabrahamsen.net> References: <81ppa1i1bh.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1422331227 16569 80.91.229.3 (27 Jan 2015 04:00:27 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Tue, 27 Jan 2015 04:00:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Jan 27 05:00:27 2015 Return-path: Envelope-to: ged-emacs-devel@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 1YFxKC-0002Nj-BL for ged-emacs-devel@m.gmane.org; Tue, 27 Jan 2015 05:00:24 +0100 Original-Received: from localhost ([::1]:45199 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFxKB-0007na-Uo for ged-emacs-devel@m.gmane.org; Mon, 26 Jan 2015 23:00:23 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:37427) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFxJy-0007mE-EM for emacs-devel@gnu.org; Mon, 26 Jan 2015 23:00:11 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YFxJu-00038e-F0 for emacs-devel@gnu.org; Mon, 26 Jan 2015 23:00:10 -0500 Original-Received: from plane.gmane.org ([80.91.229.3]:57775) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YFxJu-00036Q-8t for emacs-devel@gnu.org; Mon, 26 Jan 2015 23:00:06 -0500 Original-Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1YFxJq-00021w-Uw for emacs-devel@gnu.org; Tue, 27 Jan 2015 05:00:05 +0100 Original-Received: from 221.218.165.215 ([221.218.165.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jan 2015 05:00:02 +0100 Original-Received: from eric by 221.218.165.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 27 Jan 2015 05:00:02 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 30 Original-X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 221.218.165.215 User-Agent: Gnus/5.130012 (Ma Gnus v0.12) Emacs/25.0.50 (gnu/linux) Cancel-Lock: sha1:ERPHtr1BFSiD2O5Im7UYvGriXm4= X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 80.91.229.3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:181819 Archived-At: Rainer Thiel writes: > I can't seem to configure correctly what is described on > (using one mail alias > for several people/mail addresses). The problem apparently is that the function > bbdb-define-all-aliases is not defined, so that > > (add-hook 'mail-setup-hook 'bbdb-define-all-aliases) > (add-hook 'message-setup-hook 'bbdb-define-all-aliases) > > fails. > > Can someone please tell me where the function bbdb-define-all-aliases is > supposed to be defined, ie, what to require to get it provided? > > Many thanks in advance > > Rainer This question should probably go to emacs.help, or preferably bbdb.user, instead of this list. But! Since we're here: I'm guessing you're using BBDB version 3, but looking at docs for version 2. Try using this in your init: (bbdb-mail-aliases) (bbdb-initialize 'gnus 'message 'aliases) Does that do it? Eric