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

List:       kde-commits
Subject:    [kdepim/Applications/16.08] kmail/src/configuredialog: Fix Bug 367443 - Stop new mail notifications 
From:       Montel Laurent <montel () kde ! org>
Date:       2016-08-23 19:11:44
Message-ID: E1bcH6u-0001B3-H5 () code ! kde ! org
[Download RAW message or body]

Git commit 749689c1b13dd992cdc2f06409f16dde3aa73b7e by Montel Laurent.
Committed on 23/08/2016 at 19:10.
Pushed by mlaurent into branch 'Applications/16.08'.

Fix Bug 367443 - Stop new mail notifications after closing KMail

FIXED-IN: 5.3.1
BUG: 367443

Allow to shutdown maildir/mbox too as it can be use by external apps.

M  +1    -1    kmail/src/configuredialog/configureaccountpage.cpp

http://commits.kde.org/kdepim/749689c1b13dd992cdc2f06409f16dde3aa73b7e

diff --git a/kmail/src/configuredialog/configureaccountpage.cpp \
b/kmail/src/configuredialog/configureaccountpage.cpp index 9ed9b4d..e3aafd1 100644
--- a/kmail/src/configuredialog/configureaccountpage.cpp
+++ b/kmail/src/configuredialog/configureaccountpage.cpp
@@ -257,7 +257,7 @@ void AccountsPageReceivingTab::slotShowMailCheckMenu(const \
                QString &ident, const
         connect(manualMailCheck, &QAction::toggled, this, \
&AccountsPageReceivingTab::slotIncludeInCheckChanged);  }
 
-    if (!MailCommon::Util::isLocalCollection(ident)) {
+    if (/*!MailCommon::Util::isLocalCollection(ident)*/1) {
         QAction *switchOffline = new QAction(i18nc("Label to a checkbox, so is \
either checked/unchecked", "Switch offline on KMail Shutdown"), menu);  \
switchOffline->setCheckable(true);  switchOffline->setChecked(OfflineOnShutdown);


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

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