Friday, December 3, 2010

Getting Kaddress to
Add a Name to an Email Address

 

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.

  1. Get into Kmail
  2. Find the tools menu
    at the top of your screen
  3. Click on tools
  4. A drop-down menu appears
  5. Choose Address Book
    from the drop-down menu
  6. The address book now appears
  7. 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
  8. Click on the orphan email address
    that has not yet been given the name
    of a person
  9. Enter the Firstname Lastname
    next to Edit Name. Do so in
    Firstname Lastname (natural) order.
  10. Now click on Edit Name
  11. Change the pull-down menu to Simple
  12. 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.
  13. 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.
  14. 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.
  15. Start to compose an email
  16. 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

Thursday, February 25, 2010

Kmail Password Shortuct

The is a new blog.

KMail is a wonderful email
client. While I've never
done a comparison study on
Linux email clients, I am in
love with KMail. I'd be
reluctant to switch.

One thing I like about both
KDE and KMail is the fact that
you can keep all your passwords
inside of something called KWallet.

Here's a Wikipedia article on KWallet:

KWallet

Here's something called the KWallet
Handbook
:

The KWallet Handbook

Here are the steps that I use to integrate
KMail and KWallet together:

  1. Bring up KMail
  2. Find the menus at the
    top of the screen
  3. Find the Settings Menu
    next to the Help Menu
  4. Choose the Settings
    menu
  5. Click on Settings and
    the Menu will drop down
  6. Choose Configure KMail
    from the drop-down menu
  7. Look for a sidebar on the
    left
  8. Find Accounts underneath
    Identtities in the sidebar
  9. Choose Accounts
  10. Look for Modify on the
    right
  11. Choose Modify
  12. Enter your password for
    your email in the box provided
  13. Checkmark either Store SMTP
    password
    or Store POP password

I glossed over sending versus receiving
somewhat in the interest of brevity. In my case,
receiving email requires a POP password and
sending email requires a SMTP password

Your email accounts are typically divided between
Sending and Receiving. To go from
one to the other look for the Receiving and
Sending Tabs at the top of the
Configure KMail dialog prior to choosing a
specific email account.

How does this relate to KWallet? Once you've
set yourself up this way, KWallet should kick
in and ask you for the KWallet password once.
Thereafter, KWallet takes over and your email
passwords are provided by KWallet.

In a sense, KWallet is a golden key that unlocks
all your email passwords, no matter how many you
have.

Correctly give the KWallet password and all
email passwords under the auspices of KWallet
will be filled in for you automatically.

Ed Abbott