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

List:       kde-commits
Subject:    kdepim/kmail
From:       Till Adam <adam () kde ! org>
Date:       2004-12-31 22:49:21
Message-ID: 20041231224921.9D4701BEFB () office ! kde ! org
[Download RAW message or body]

CVS commit by tilladam: 

Make sure the noop timer is restarted when we connect a new slave.


  M +2 -0      imapaccountbase.cpp   1.116


--- kdepim/kmail/imapaccountbase.cpp  #1.115:1.116
@@ -279,4 +279,5 @@ namespace KMail {
     if ( mSlave->isConnected() ) {
       mSlaveConnected = true;
+      mNoopTimer.start( 60000 ); // make sure we start sending noops again
       return Connected;
     }
@@ -506,4 +507,5 @@ namespace KMail {
       if (aSlave != mSlave) return;
       mSlaveConnected = true;
+      mNoopTimer.start( 60000 ); // make sure we start sending noops again
       emit connectionResult( 0, QString::null ); // success
   }


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

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