all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bbdb + gnus:  mail aliases
@ 2015-01-26 23:12 Rainer Thiel
  2015-01-27  4:02 ` Eric Abrahamsen
  0 siblings, 1 reply; 2+ messages in thread
From: Rainer Thiel @ 2015-01-26 23:12 UTC (permalink / raw)
  To: emacs-devel

I can't seem to configure correctly what is described on
<http://www.emacswiki.org/emacs/BbdbMailingLists> (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
-- 
Prof. Dr. Rainer Thiel, Jena
rainer.thiel@gmail.com



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: bbdb + gnus:  mail aliases
  2015-01-26 23:12 bbdb + gnus: mail aliases Rainer Thiel
@ 2015-01-27  4:02 ` Eric Abrahamsen
  0 siblings, 0 replies; 2+ messages in thread
From: Eric Abrahamsen @ 2015-01-27  4:02 UTC (permalink / raw)
  To: emacs-devel

Rainer Thiel <rainer.thiel@gmail.com> writes:

> I can't seem to configure correctly what is described on
> <http://www.emacswiki.org/emacs/BbdbMailingLists> (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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-01-27  4:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-26 23:12 bbdb + gnus: mail aliases Rainer Thiel
2015-01-27  4:02 ` Eric Abrahamsen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.