This one drives me crazy! Here's
the scenario: I already have the
person's email address but not their
name in my address book. Should be
a simple matter of adding their name,
right?
Well, not quite. Seems that kaddress
will not recognize the full name unless
it is called a simple name. Not
sure why this is.
Here's what I do to tweak things so that
the name shows up along with the email
address when I click To: to designate
who I will be sending the email to.
- Get into Kmail
- Find the tools menu
at the top of your screen - Click on tools
- A drop-down menu appears
- Choose Address Book
from the drop-down menu - The address book now appears
- Look for email icons, some of which
have a name underneath them and some
which don't. Since your problem is
getting a persons first and last name
to appear, you want to focus on email
icons that do not have a name underneath
them - Click on the orphan email address
that has not yet been given the name
of a person - Enter the Firstname Lastname
next to Edit Name. Do so in
Firstname Lastname (natural) order. - Now click on Edit Name
- Change the pull-down menu to Simple
- Important! Click on another email address
in the other window to make sure that the choice
of Simple will be applied. Any email
address will do as long as it is not the email
address you are working on. - At this point, an the icon for the email
address you are working on should appear with
the name of the person underneath it. Look for
this name by scanning the icons in alphabetical
order. The big change you are looking for is
an icon that did not have a name underneath
it before that now has a name underneath
it. - Now click the email icon that now has
a name under it that it did not have before.
In effect, you are clicking away from a random
email address you used to make sure everything
is working OK and clicking towards the email address
you are working on. - Start to compose an email
- Check that the when you click
on To: that you are able to
get the full name, and not just the
email address alone, added to the
To: field
How did I learn out how to do this?
I looked at the raw data for the
address book.
Here is where the raw data is found:
~/.kde/share/apps/kabc/std.vcf
I looked at the file with the
vim editor. I noticed
that not all the fields were
being filled in when I added
a name to an existing email
address in the address book.
From there, I started looking
for a work-around and I developed
the above steps.
I'm not absolutely sure why the
above steps work. However, they
seem to work for me.
Ed Abbott