Merged revisions 717781 via svnmerge from

https://vkrause@svn.kde.org/home/kde/branches/kdepim/enterprise/kdepim

........
  r717781 | tilladam | 2007-09-27 17:12:48 +0200 (Thu, 27 Sep 2007) | 4 lines
  
  Don't de-activate before activating, it's unnessecary and leads to errors.
  commands.push( Deactivate );
  Kolab/issue2035.
........

svn path=/trunk/KDE/kdepim/; revision=760018
wilder-work
Volker Krause 18 years ago
parent 125463a82f
commit de760c7cd7
  1. 1
      sievejob.cpp

@ -250,7 +250,6 @@ namespace KMail {
SieveJob * SieveJob::activate( const KUrl & url ) {
QStack<Command> commands;
commands.push( Activate );
commands.push( Deactivate );
return new SieveJob( url, QString(), commands );
}

Loading…
Cancel
Save