[NBLUG/talk] Kmail/Kontact question
Troy Arnold
troy at zenux.net
Fri Mar 18 13:06:45 PST 2005
On Fri, Mar 18, 2005 at 10:54:28AM -0800, Cal Herrmann wrote:
> The address fields remember previous addresses, bring up a list as I
> type in the first letter or letters. Does anyone have an idea how I
> can edit that remembered list? There are a couple of wrong addresses
> in mine, to be deleted.
I don't use either, but as a guess, take a look in
~/.kde/share/apps/kmail or ~/.kde/share/apps/kontact
Grep could also help you find where it's stored... Say you had a
misspelling, "eizenhart":
grep eizenhart ~/.kde/share/apps/*/*
or possibly:
grep eizenhart ~/.kde/share/config/*
Almost all kde applications store their stuff in those two places.
If you find the file just edit it with a text editor. It'd be wise not
to do so while the app is running.
-troy
More information about the talk
mailing list