Use the correct default for the local mailbox.

Patch by ingo@mathematik.uni-bielefeld.de

svn path=/trunk/kdenetwork/kmail/; revision=100863
wilder-work
Michael Haeckel 25 years ago
parent c796d31daf
commit 808b24b965
  1. 6
      kmacctlocal.cpp

@ -206,12 +206,8 @@ void KMAcctLocal::processNewMail(bool)
//-----------------------------------------------------------------------------
void KMAcctLocal::readConfig(KConfig& config)
{
QString defaultPath(_PATH_MAILDIR);
defaultPath += "/";
defaultPath += getenv("USER");
KMAcctLocalInherited::readConfig(config);
mLocation = config.readEntry("Location", defaultPath);
mLocation = config.readEntry("Location", mLocation);
QString locktype = config.readEntry("LockType", "procmail_lockfile" );
if( locktype == "procmail_lockfile" ) {

Loading…
Cancel
Save