[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-bugs-dist
Subject:    [Bug 98545] kmail does not remember pop3 passwords
From:       David Faure <faure () kde ! org>
Date:       2006-09-14 14:29:43
Message-ID: 20060914142943.26488.qmail () ktown ! kde ! org
[Download RAW message or body]

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=98545         




------- Additional Comments From faure kde org  2006-09-14 16:29 -------
SVN commit 584361 by dfaure:

Move fix to right place, previous fix broke loading.
CCBUG: 97324, 98545


 M  +0 -3      networkaccount.cpp  
 M  +3 -0      popaccount.cpp  


--- trunk/KDE/kdepim/kmail/networkaccount.cpp #584360:584361
 @ -105,9 +105,6  @
       mPasswdDirty = true;
     }
     setStorePasswd( storeInConfig );
-    if ( storeInConfig ) {
-      kmkernel->acctMgr()->writeConfig( true );
-    }
   }
 
   void NetworkAccount::clearPasswd() {
--- trunk/KDE/kdepim/kmail/popaccount.cpp #584360:584361
 @ -153,6 +153,9  @
         return;
       } else {
         setPasswd( passwd, b );
+        if ( b ) {
+          kmkernel->acctMgr()->writeConfig( true );
+        }
         mAskAgain = false;
       }
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic