Less dense but more readable code. Only cosmetic

svn path=/branches/proko2/kdepim/; revision=324870
wilder-work
Bo Thorsen 22 years ago
parent d9387cf3d4
commit b341b4dad3
  1. 6
      kmailicalifaceimpl.cpp

@ -633,8 +633,10 @@ Q_UINT32 KMailICalIfaceImpl::update( const QString& resource,
KMFolder* f = findResourceFolder( resource );
kdDebug(5006) << "Updating in folder " << f << endl;
if( f && storageFormat( f ) == StorageXML ){
KMMessage* msg;
if( sernum != 0 && ( msg = findMessageBySerNum( sernum, f ) ) ) {
KMMessage* msg = 0;
if ( sernum != 0 )
msg = findMessageBySerNum( sernum, f );
if ( msg ) {
// Message found - update it:
// Delete some attachments according to list

Loading…
Cancel
Save