Re: kdeglobals and kmail

subbukk <[email protected]> Thu, 11 Jan 2007 20:29:58 +0530
Newsgroups gmane.comp.kde.kiosk
Message-ID <[email protected]>
On Thursday 11 January 2007 19:10, Richard Dale wrote:
> But we don't have a kmailrc config file in the profile, only a
> kdeglobals. And it seems there is an unexpected interaction between
> kmail saving and restoring mail accounts according to whether the
> profile has kdeglobals or not.
When a user saves kmail settings, it gets saved in 
${KDEHOME:-$HOME/.kde}/share/config/kmailrc. Check permissions to ensure 
that the file is writable by that user. Then check if there are any 
kmailrc in the paths listed by "kde-config --path config"
and make sure they dont have $i flag set.

Use:
  kreadconfig --file kmailrc --group 'Account 1' --key Name

and repeat with kdeglobals, /etc/kderc and system.kdeglobals to check if 
any of these are overriding your settings. 

I find it easy to login as root and use the short cut:

 su -c "kreadconfig --file ....." someuseraccount

to check all user accounts.

Subbu