Re: bbdb-do-all-records with mail-alias

2014-08-03 Thread Roland Winkler
On Sat Aug 2 2014 Roland Winkler wrote: > Possible scenarios for such things are too diverse to define > multiple commands to cover all possible cases. In your case, it > seems to me you want something like (untested!) > > (defun my-bbdb-add-mail-alias (records alias) >

Re: bbdb-do-all-records with mail-alias

2014-08-02 Thread Roland Winkler
On Sat Aug 2 2014 H. Dieter Wilhelm wrote: > Yes, with above change it is possible to create mail-aliases with > bbdb-do-all-records in a *sequential* way for all entries. Thanks > > Would it also be possible to do this for all selected entries with the > same value of a mail

Re: bbdb-do-all-records with mail-alias

2014-08-02 Thread H. Dieter Wilhelm
#x27;m using emacs "24.3.92.2" and bbdb "3.1.2"... > > The patch below should fix that. > > 2014-08-01 Roland Winkler > * lisp/bbdb-com.el (bbdb-mail-alias-list): New function. > (bbdb-add-mail-alias): Handle multiple records via * prefix. >

Re: bbdb-do-all-records with mail-alias

2014-08-01 Thread Roland Winkler
2"... The patch below should fix that. 2014-08-01 Roland Winkler * lisp/bbdb-com.el (bbdb-mail-alias-list): New function. (bbdb-add-mail-alias): Handle multiple records via * prefix. Allow addition or deletion of multiple aliases per record. Fix docst

Re: bbdb-do-all-records with mail-alias

2014-07-29 Thread Eric Abrahamsen
die...@duenenhof-wilhelm.de (H. Dieter Wilhelm) writes: > Hello, > > is it normal that bbdb-do-all-records is *not* working for all entries > in conjunction with mail-aliases "*a", only the entry where the cursor > is sitting? > > I'm using emacs "24.3.92.2" and bbdb "3.1.2"... > > Thanks >

bbdb-do-all-records with mail-alias

2014-07-28 Thread H. Dieter Wilhelm
Hello, is it normal that bbdb-do-all-records is *not* working for all entries in conjunction with mail-aliases "*a", only the entry where the cursor is sitting? I'm using emacs "24.3.92.2" and bbdb "3.1.2"... Thanks Dieter -- Best wishes H. Dieter Wilhelm Darmstadt, Germany ---

Re: mail-alias

2014-02-19 Thread henry atting
"henry" == henry atting writes: >> >>> I have these two lines in my setup: >>> (add-hook 'mail-setup-hook 'bbdb-mail-aliases) >>> (add-hook 'message-setup-hook 'bbdb-mail-aliases) >> >>> What I would expect is TAB completion on mail aliases. But my >>> expectations

Re: mail-alias

2014-02-19 Thread henry atting
>>> "henry" == henry atting writes: > >> I have these two lines in my setup: >> (add-hook 'mail-setup-hook 'bbdb-mail-aliases) >> (add-hook 'message-setup-hook 'bbdb-mail-aliases) > >> What I would expect is TAB completion on mail aliases. But my >> expectations remain

mail-alias

2014-02-18 Thread henry atting
I have these two lines in my setup: (add-hook 'mail-setup-hook 'bbdb-mail-aliases) (add-hook 'message-setup-hook 'bbdb-mail-aliases) What I would expect is TAB completion on mail aliases. But my expectations remain unfulfilled... -

Re: [PATCH] Discriminate completion candidates in bbdb-add-mail-alias

2011-09-19 Thread Roland Winkler
On Mon Sep 19 2011 Leo wrote: > >From 2cee5c24542a8a353a910d0cf597fc5d69c92333 Mon Sep 17 00:00:00 2001 > Date: Mon, 19 Sep 2011 17:37:38 +0800 > Subject: [PATCH] Discriminate completion candidates in bbdb-add-mail-alias Applied: 2011-09-19 Leo * lisp/bbdb-com.el (bbdb-ad

[PATCH] Discriminate completion candidates in bbdb-add-mail-alias

2011-09-19 Thread Leo
>From 2cee5c24542a8a353a910d0cf597fc5d69c92333 Mon Sep 17 00:00:00 2001 Date: Mon, 19 Sep 2011 17:37:38 +0800 Subject: [PATCH] Discriminate completion candidates in bbdb-add-mail-alias --- lisp/bbdb-com.el |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/lisp/b

Re: mail-alias vs tags

2010-09-28 Thread Eraldo Helal
Leo writes: > It should not though I didn't test it. You only change the field name > temporarily. How can now use this snippet? I tried copying it into a buffer and evaluating it... but that does not seem to do the job. :)

Re: mail-alias vs tags

2010-09-25 Thread Eraldo Helal
Leo writes: > (defun bbdb-get-tags () > (let ((bbdb-define-all-aliases-field 'tags)) > (bbdb-get-mail-aliases))) > > Similarly you can wrap bbdb-add-or-remove-mail-alias too. Thank you for that snippet. :) I am using mail-aliases as well... Won't that conflict

Re: mail-alias vs tags

2010-09-25 Thread Leo
ap bbdb-add-or-remove-mail-alias too. Leo -- Start uncovering the many advantages of virtual appliances and start using them to simplify application deployment and accelerate your shift to cloud computing. http://p.sf.

Re: mail-alias vs tags

2010-09-24 Thread Eraldo Helal
Leo writes: > On 2010-09-11 14:01 +0100, Eraldo Helal wrote: >> Then I created a new field called 'tags' ... but there I don't have >> autocompletion... which makes things very complicated when I have >> spelling mistakes and it is not very comfortable either. > > Maybe you can try customise bbdb

Re: mail-alias vs tags

2010-09-22 Thread Leo
On 2010-09-11 14:01 +0100, Eraldo Helal wrote: > Then I created a new field called 'tags' ... but there I don't have > autocompletion... which makes things very complicated when I have > spelling mistakes and it is not very comfortable either. Maybe you can try customise bbdb-define-all-aliases-fi

mail-alias vs tags

2010-09-11 Thread Eraldo Helal
I was searching for a way to add 'tags' to the people in my bbdb. First I tied just using mail-alias for this purpose. The Problem was that I got warnings for people without a net address ... and another was that I have no clue how to regexp search them (as with bbdb-notes). Then I

completion based on a mail-alias field produces some double quoted names

2006-08-25 Thread Sebastian Luque
Having a group of entries sharing a mail-alias field, where any name looks like: John H. Doe, ruins completion of the alias in a message buffer (from Gnus: No Gnus v0.6). e.g.: John H. Doe lista; [EMAIL PROTECTED] John Doelista; [EMAIL PROTECTED] creating a message

Re: problems with gnus and mail-alias

2005-09-25 Thread Chris Dean
setup-hook' (or `message-setup-hook' if you use Message mode coming with Gnus). This will search the database, and call `define-mail-alias' to define each of the resulting aliases. Regards, Chris Dean Paul Lussier <[EMAIL PROTECTED]> writes: > Hi all, > > I seem

Re: problems with gnus and mail-alias

2005-09-25 Thread Paul Lussier
Chris Dean <[EMAIL PROTECTED]> writes: > I'm not sure about your searching problem, but to turn on th expansion > you need to call the bbdb-define-all-aliases function. From the bbdb > manual: Doh! I thought I had that in there. Apparently it was in my .gnus.el file, and commented out for some

problems with gnus and mail-alias

2005-09-24 Thread Paul Lussier
Hi all, I seem to be having problems getting mail-alias expansion to work correctly in gnus. Additionally, even within the *BBDB* buffer, I can't seem to successfully search on the contents of the mail-alias field. For example, if I create a mail-alias with 'a', and type in fo

Tagging with BBDB and mail-alias (was Re: BBDB tags =) )

2005-05-05 Thread Sacha Chua
Anand Mitra <[EMAIL PROTECTED]> writes: > I am trying to understand this better and I have a query. How is this > functionality different from the mail-alias field. Even that can have > multiple tags and you can list all entries containing a certain tag. You know, that's _

Re: Mail alias

2004-02-11 Thread Robert Widhopf-Fenk
On Wednesday, February 4, 2004 at 11:16:59, jerome besnard wrote: > Hello, > > For people with multiple mail-adress, I'd like to have a way to > define an alias that expand to a specific adress, for example, if > one is: Foo Bar -> [EMAIL PROTECTED], [EMAIL PROTECTED] I'd like to > have: > foo

Mail alias

2004-02-10 Thread jerome . besnard+news
Hello, For people with multiple mail-adress, I'd like to have a way to define an alias that expand to a specific adress, for example, if one is: Foo Bar -> [EMAIL PROTECTED], [EMAIL PROTECTED] I'd like to have: fooexpand [EMAIL PROTECTED] tutu expand [EMAIL PROTECTED] without defining two

Re: completion list for mail-alias

2003-12-03 Thread David S Goldberg
> On Wed, 26 Nov 2003 10:28:52 +0100, Robert Widhopf <[EMAIL PROTECTED]> said: >> >> Try `dabbrev-completion' or write your own function and >> supply a patch ... > Better use: M-x mail-interactive-insert-alias RET > or bind it ti a key of your choice ... I don't love mail-interactive-insert

Re: completion list for mail-alias

2003-11-26 Thread Robert Widhopf
Windows TTY Support (Windows)" XEmacs Lucid]. > > > > I note that bbdb-complete-name() doesn't show the mail-aliases > > which were defined in the completion list, but it does > > successfully complete mail-alias which is defined properly in the > > bbdb. > >

Re: completion list for mail-alias

2003-11-26 Thread Robert Widhopf
#x27;t show the mail-aliases which > were defined in the completion list, but it does successfully > complete mail-alias which is defined properly in the bbdb. > > It'd be a nice feature to have; it would save me some typing. :-) > Anyone have a version of bbdb-complete-name tha

completion list for mail-alias

2003-11-21 Thread John S. Karabaic
Hi, folks, I'm using bbdb 2.34 that came bundled with XEmacs 21.4 (patch 11) ["Native Windows TTY Support (Windows)" XEmacs Lucid]. I note that bbdb-complete-name() doesn't show the mail-aliases which were defined in the completion list, but it does successfully complete

Re: mail alias for multiple recipients

2003-11-14 Thread Alex Schroeder
*** 1046,1051 --- 1046,1052 @ref{Gnus Prep}. For usage details, see @ref{Gnus Features}. The field used can be changed by changing the value of @code{bbdb/gnus-score-field}. @item mail-alias + @cindex mail-alias definition Value used instead of @code{name} for completion. @xre

Re: mail alias for multiple recipients

2003-11-14 Thread Jochen Küpper
On Thu, 13 Nov 2003 03:36:07 +0100 Alex Schroeder wrote: Alex> Jochen Küpper <[EMAIL PROTECTED]> writes: Alex> I wonder where this is documented, though. >> >> ,[ (info "(bbdb)Mail Sending Interfaces") ] >> | If more than one person has the same

Re: mail alias for multiple recipients

2003-11-12 Thread Alex Schroeder
Jochen KÃpper <[EMAIL PROTECTED]> writes: > Alex> I wonder where this is documented, though. > > ,[ (info "(bbdb)Mail Sending Interfaces") ] > |If more than one person has the same mail-alias, then that alias > | expands to the addresses of all of

Re: mail alias for multiple recipients

2003-11-12 Thread Jochen Küpper
On Sat, 08 Nov 2003 22:29:03 +0100 Alex Schroeder wrote: Alex> No. Assume you have two records in your BBDB, A and B. For both, Alex> use C-o to create a new field called 'mail-alias' and use "foo" as Alex> the field value. Now, when you compose your next message

Re: mail alias for multiple recipients

2003-11-09 Thread Robert P. Goldman
>>>>> "Alex" == Alex Schroeder <[EMAIL PROTECTED]> writes: Alex> Sarir Khamsi <[EMAIL PROTECTED]> writes: >> I would like to create a mail alias for multiple recipients, that is, >> a single mail alias would be a simple mailing lis

Re: mail alias for multiple recipients

2003-11-09 Thread Sridhar Boovaraghavan
Sarir Khamsi <[EMAIL PROTECTED]> writes: > I would like to create a mail alias for multiple recipients, that is, > a single mail alias would be a simple mailing list. I have been unable > to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any > suggestions? Is the

Re: mail alias for multiple recipients

2003-11-09 Thread Jon Ericson
Sarir Khamsi <[EMAIL PROTECTED]> writes: > I would like to create a mail alias for multiple recipients, that > is, a single mail alias would be a simple mailing list. I have been > unable to figure out how to do this with BBDB (2.34) or Gnus > (5.10.3). Any suggestions? Is the

Re: mail alias for multiple recipients

2003-11-09 Thread Sarir Khamsi
Andreas Balser <[EMAIL PROTECTED]> writes: >> I would like to create a mail alias for multiple recipients, that is, >> a single mail alias would be a simple mailing list. I have been unable >> to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any >> s

Re: mail alias for multiple recipients

2003-11-08 Thread Alex Schroeder
Sarir Khamsi <[EMAIL PROTECTED]> writes: > I would like to create a mail alias for multiple recipients, that is, > a single mail alias would be a simple mailing list. I have been unable > to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any > suggestions? Is the

Re: mail alias for multiple recipients

2003-11-08 Thread Robert Widhopf
On Tuesday, November 4, 2003 at 10:17:31, Sarir Khamsi wrote: > I would like to create a mail alias for multiple recipients, that > is, a single mail alias would be a simple mailing list. I have been > unable to figure out how to do this with BBDB (2.34) or Gnus > (5.10.3). Any suggest

mail alias for multiple recipients

2003-11-07 Thread Sarir Khamsi
I would like to create a mail alias for multiple recipients, that is, a single mail alias would be a simple mailing list. I have been unable to figure out how to do this with BBDB (2.34) or Gnus (5.10.3). Any suggestions? Is the only way to do it with my ~/.mailrc file? Thanks. Sarir

bbdb says completion unfound even when mail-alias expands correctly

2003-06-19 Thread Eric Ding
I'm using BBDB with a recent CVS snapshot of MH-E. I've set up a mail-alias that refers to multiple entries in my BBDB database. When I expand the mail alias in my To: field, it expands correctly, but I also see the following error: completion for "wb" unfound. >From

Re: mail-alias expansion fails

2002-10-04 Thread Waider
Daniel Martins wrote: > Please change the Subject header to a concise bug description. > In this report, remember to cover the basics, that is, what you expected to > happen and what in fact did happen. Please remove these > instructions from your message. > > I cannot expan

mail-alias expansion fails

2002-10-03 Thread Daniel Martins
Please change the Subject header to a concise bug description. In this report, remember to cover the basics, that is, what you expected to happen and what in fact did happen. Please remove these instructions from your message. I cannot expand mail-alias using bbdb om mail-mode If I put the

VM & mail-alias

2002-04-26 Thread ANM MList 01
Hi Guys, I am using bbdb 2.34.cvs20020418-2, vm 7.03-1 and emacs 20.7-13.1 and have a problem with mail-alias expansion for mail lists. If I add a mail-alias, say txx to two records and then try to compose a mail message, (vm-mail), then type "txx" or "txx" I get an error

RE: Mail-alias: Sending one mail for each address?

2002-03-14 Thread WJCarpenter
lars> I am using Emacs, Gnus and bbdb. I have made up one mail-alias lars> for several names/addresses. I want to send the same mail lars> message to all of this addresses, but with one mail per lars> address. How can I do so? Lars I don't think those tools alone have a strai

Mail-alias: Sending one mail for each address?

2002-03-14 Thread Lars Bjørndal
I am using Emacs, Gnus and bbdb. I have made up one mail-alias for several names/addresses. I want to send the same mail message to all of this addresses, but with one mail per address. How can I do so? Lars -- Lars Bjørndal <[EMAIL PROTECTED]> Storetveitåsen 15, 5067 Bergen. Tlf.: 55 28

Re: mail alias expansion returns error

2002-03-08 Thread Ronan Waide
On March 8, [EMAIL PROTECTED] said: > > > > This is the first error of the sort I receive, however I also suspect > my .bbdb file to be corrupt, I don't know a way of checking this. Okay, I think I can see what's happening, but it'd help if you (a) run BBDB uncompiled, to give a cleaner stack

mail alias expansion returns error

2002-03-08 Thread Uwe Brauer
db-auto-revert-p nil bbdb-canonicalize-net-hook nil bbdb-canonicalize-redundant-nets-p t bbdb-case-fold-search t bbdb-change-hook 'bbdb-timestamp-hook bbdb-completion-display-record t bbdb-completion-type nil bbdb-create-hook 'bbdb-creation-date-hook bbdb-default-area-code nil

VM and mail-alias expansion with BBDB

2001-08-13 Thread Kees de Bruin
[ Posted and mailed -KdB ] Hi, I'm using VM 6.92 and BBDB 2.32 and have some problems using mail-alias expansion. When I sent a message from Gnus using message mode, I can use alt-TAB (bbdb-complete-name) to complete an alias, but in the VM mail mode I can only complete names from the BBD

VM and mail-alias expansion

2001-08-09 Thread Kees de Bruin
Hi, I'm using VM 6.92 and BBDB 2.32 and have some problems using mail-alias expansion. When I sent a message from Gnus using message mode, I can use alt-TAB (bbdb-complete-name) to complete an alias, but in the VM mail mode I can only complete names from the BBDB and not aliases using al

Re: Problem with mail-alias

2001-07-28 Thread Ronan Waide
> . I wonder if there is some problem with the function > > you are using > > Me to on single aliases getting expanded. > mail-interactive-insert-alias allows for mail-alias to get > expanded. right, now that I approximately understand what's being asked here, I'd

Re: Using mail-alias to mail groups? (solved)

2001-04-22 Thread Ronan Waide
On April 19, [EMAIL PROTECTED] said: > > But if I may pick nits :-), I notice that tab-completion of mail-aliases > > rings the bell. Normal completion doesn't. Bug? > > Thanks for reporting this problem -- I forgot to do it for quite some > time ;-( Ok. I'm looking at the code for this, and it

Re: Using mail-alias to mail groups? (solved)

2001-04-19 Thread Karl Eichwalder
Norman Walsh <[EMAIL PROTECTED]> writes: > I upgraded to 2.32 and dug through gnus a bit and I've got it working > now. Apparently gnus 5.8.8 doesn't call the mail-setup-hook so I > switched to gnus-startup-hook and that seems to work fine. I'm using: (add-hook 'message-setup-hook 'bbdb-def

Re: Using mail-alias to mail groups? (solved)

2001-04-17 Thread Norman Walsh
/ Ronan Waide <[EMAIL PROTECTED]> was heard to say: | Can you use bbdb-submit-bug-report to generate a bug report so I can | see what your settings are? I upgraded to 2.32 and dug through gnus a bit and I've got it working now. Apparently gnus 5.8.8 doesn't call the mail-setup-hook so I switched

Re: Using mail-alias to mail groups?

2001-04-16 Thread Norman Walsh
/ Ronan Waide <[EMAIL PROTECTED]> was heard to say: | Can you use bbdb-submit-bug-report to generate a bug report so I can | see what your settings are? Hmm. Apparently not. I'm using a recent distrib (2.2/2.20?), but it doesn't seem to define a bbdb-submit-bug-report function. I guess I should

Re: Using mail-alias to mail groups?

2001-04-16 Thread Ronan Waide
On April 16, [EMAIL PROTECTED] said: > And if I run bbdb-define-all-aliases by hand, subsequent attempts to > type a '-' or space in the To: line of a message result in: > > Signaling: (wrong-type-argument vectorp t) > mapatoms(mail-resolve-all-aliases-1 t) > mail-resolve-all-aliases()

Re: Using mail-alias to mail groups?

2001-04-16 Thread Norman Walsh
/ Ronan Waide <[EMAIL PROTECTED]> was heard to say: | On April 16, [EMAIL PROTECTED] said: | > Following the instructions in the BBDB info file, I added 'mail-alias' | > fields to several people in my bbdb. But when I type 'alias-name' on | > the To: field and

Re: Using mail-alias to mail groups?

2001-04-16 Thread Ronan Waide
On April 16, [EMAIL PROTECTED] said: > Following the instructions in the BBDB info file, I added 'mail-alias' > fields to several people in my bbdb. But when I type 'alias-name' on > the To: field and press Tab or M-Tab, the alias isn't expanded. > This i

Using mail-alias to mail groups?

2001-04-16 Thread Norman Walsh
Following the instructions in the BBDB info file, I added 'mail-alias' fields to several people in my bbdb. But when I type 'alias-name' on the To: field and press Tab or M-Tab, the alias isn't expanded. There's a passing reference to mail-abbrev.el on that info pag

bbdb-add-or-remove-mail-alias

2001-02-08 Thread Alex Schroeder
I just discovered the wonders of bbdb-add-or-remove-mail-alias -- didn't even know it existed. I guess the reason I missed it was that it was not in the most obvious place... How about the following patch, then? (I know that bbdb-add-or-remove-mail-alias is listed further down in the BBDB

Re: Problem with mail-alias

2000-12-15 Thread John Hunter
> "Galen" == Galen Boyer <[EMAIL PROTECTED]> writes: Galen> Oops, sorry. mail-interactive-insert-alias. (I believe it Galen> is normally bound by \C-c\C-a. Have to find out where I Galen> rebound that combination to mml-attach-file). Okay, thanks. Unfortunately (or fortunatel

Re: Problem with mail-alias

2000-12-14 Thread Galen Boyer
ctive-insert-alias allows for mail-alias to get expanded. -- Galen Boyer Fingers and toes, fingers and toes, forty things we share. Forty one if you include, the fact that we don't care. __ Do You Yahoo!? Talk to your friends online with

Re: Problem with mail-alias

2000-12-14 Thread John Hunter
> "Galen" == Galen Boyer <[EMAIL PROTECTED]> writes: Galen> When I am creating a new mail, and I'm in the To: field, I Galen> type \C-c a and am prompted for "expand alias:" I type Galen> citibank and the only address that shows up is Galen> [EMAIL PROTECTED] Could you tell

Problem with mail-alias

2000-12-13 Thread Galen Boyer
Here is a snippet of my bbdb ,[ snippet ] | Steve Baturin - Primix Solutions | net: [EMAIL PROTECTED] | mail-alias: citibank | | Lakshmi Charugundla - Primix Solutions | net: [EMAIL PROTECTED] | mail-alias: citibank | | Satya Ghattu | net: [EMAIL

Re: mail-alias property

1995-04-03 Thread Colin Rafferty
>>>>> "JENS" == Jens-UH Petersen <[EMAIL PROTECTED]> adds: >>>>> "BRB" == Brian R Becker <[EMAIL PROTECTED]> writes: >>>>> "c" == craffert <[EMAIL PROTECTED]> writes: >>>> - I would li

Re: mail-alias property

1995-04-03 Thread Jens-UH Petersen
>>>>> "BRB" == Brian R Becker <[EMAIL PROTECTED]> writes: >>>>> "c" == craffert <[EMAIL PROTECTED]> writes: >>> - I would like to use the mail-alias field, but I cannot >>> make the example given in the inf

Re: mail-alias property

1995-03-31 Thread Brian R. Becker
>>>>> "c" == craffert <[EMAIL PROTECTED]> writes: >> - I would like to use the mail-alias field, but I cannot make the >> example given in the info file work. Is anyone using this >> feature? c> (add-hook 'mail-setup-hook 

Re: mail-alias property (really releases)

1995-03-30 Thread Tony Sumrall
Pardon my ignorance (I've only been monitoring this list for a week or so) but is there an (un)official archive for the additions, changes, whatever that have come out for 1.50? -- Tony Sumrall[EMAIL PROTECTED] [Views expressed herein are the author's and do not necessarily reflect those of

Re: mail-alias property

1995-03-30 Thread craffert
sed on helping his company take over the world than on doing bookkeeping. > - I would like to use the mail-alias field, but I cannot make the example > given in the info file work. Is anyone using this feature? (add-hook 'mail-setup-hook '(lambda ()

mail-alias property

1995-03-29 Thread gvacanti
Hello- I am new to this list, so forgive me if these questions are common knowledge. - what is the latest version of BBDB? I am running with 1.50 (Feb 1994), but I also have a bbdb-mhe.el dating July 1994. - I would like to use the mail-alias field, but I cannot make the example given in

mail-alias & LEMACS 19.9

1994-01-14 Thread lipp
I think I've discovered a change in abbrevs handling under LEMACS 19.9. For the record: LEMACS 19.9 BBDB 1.49 VM 5.43 I have setup the proper "mail-alias" stuff under BBDB. It used to be that if I typed a mail-alias in the subject, and then moved out of the "Subject:"

Problem with mail-alias

1993-10-27 Thread Anantha Padmanabha N. Srirama
Hi, I am using BBDB version 1.47; 11-sep-92. I am having problems with the 'mail-alias' facility of BBDB where in one can maintain mailing lists. I have hooked in the function 'bbdb-define-all-aliases' into the 'mail- setup-hook' usin