Branch 'kolab/integration/4.13.0' - kmail/kmmainwidget.cpp

Sandro Knauß knauss at kolabsys.com
Wed Mar 25 21:59:32 CET 2015


 kmail/kmmainwidget.cpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a0ec8149633c1d78f0b6d9dc933639319e52b783
Author: Sandro Knauß <knauss at kolabsys.com>
Date:   Thu Mar 19 10:45:34 2015 +0100

    Check out of office status after the sieve editor is closed.
    
    If the sieve editor is closed, the out of office status could be
    changed, because the user could changed the script.
    
    KOLAB: 4227

diff --git a/kmail/kmmainwidget.cpp b/kmail/kmmainwidget.cpp
index 48eb08b..bbb9bc5 100644
--- a/kmail/kmmainwidget.cpp
+++ b/kmail/kmmainwidget.cpp
@@ -1293,6 +1293,7 @@ void KMMainWidget::slotManageSieveScripts()
         return;
 
     mManageSieveDialog = new KSieveUi::ManageSieveScriptsDialog( this );
+    connect(mManageSieveDialog, SIGNAL(finished(int)), SLOT(slotCheckVacation()));
     mManageSieveDialog->show();
 }
 




More information about the commits mailing list