In .bbdb I have:
["FirstName" "LastName" nil "Company" nil nil
("Firs...@company.com" "FirstName...@gmail.com")
((creation-date . "2009-10-30") ( timestamp . "2009-10-30")) nil]
But when I input 'fi' and the use TAB, I get:
Possible completions are:
FirstName...@gmail.com FirstName LastName <Firs...@company.com>
What is happening here. Why are the both e-mail addresses not generated
in the same way?
Is there an easy way to fill the .bbdb file?
--
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof
I have this problem as well with one contact who, when I want
expansion, appears only as the e-mail address instead of NAME
<ADDRESS>. This behavior has always baffled me.
> I have this problem as well with one contact who, when I want
> expansion, appears only as the e-mail address instead of NAME
> <ADDRESS>.
Try setting `bbdb-dwim-net-address-allow-redundancy' to t.
--
Steven E. Harris
Thank you, that solves the problem.