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

List:       kde-commits
Subject:    [kdepim] importwizard/thunderbird: Import disable fcc
From:       Montel Laurent <montel () kde ! org>
Date:       2012-12-31 15:06:12
Message-ID: 20121231150612.39C50A60C4 () git ! kde ! org
[Download RAW message or body]

Git commit ea52e9680fcaf30fd5a7f3ad7b800645455af50a by Montel Laurent.
Committed on 31/12/2012 at 16:05.
Pushed by mlaurent into branch 'master'.

Import disable fcc

M  +5    -0    importwizard/thunderbird/thunderbirdsettings.cpp

http://commits.kde.org/kdepim/ea52e9680fcaf30fd5a7f3ad7b800645455af50a

diff --git a/importwizard/thunderbird/thunderbirdsettings.cpp b/importwizard/thunderbird/thunderbirdsettings.cpp
index 83f0172..66cf1c0 100644
--- a/importwizard/thunderbird/thunderbirdsettings.cpp
+++ b/importwizard/thunderbird/thunderbirdsettings.cpp
@@ -575,6 +575,11 @@ void ThunderbirdSettings::readIdentity( const QString& account )
     }
   }
 
+  if( mHashConfig.contains( identity + QLatin1String( ".fcc" ) ) ) {
+      const bool fccEnabled = mHashConfig.value(identity + QLatin1String( ".fcc" )).toBool();
+      newIdentity->setDisabledFcc( !fccEnabled );
+  }
+
   //fcc_reply_follows_parent not implemented in kmail
   //fcc_folder_picker_mode is just a flag for thunderbird. Not necessary during import.
   //if ( mHashConfig.contains( identity + QLatin1String( ".fcc_folder_picker_mode" ) ) )
[prev in list] [next in list] [prev in thread] [next in thread] 

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