summaryrefslogtreecommitdiffstats
path: root/framework/domain/composercontroller.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/composercontroller.cpp')
-rw-r--r--framework/domain/composercontroller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/framework/domain/composercontroller.cpp b/framework/domain/composercontroller.cpp
index d2b3bc9c..a47f4755 100644
--- a/framework/domain/composercontroller.cpp
+++ b/framework/domain/composercontroller.cpp
@@ -210,7 +210,6 @@ void ComposerController::setCurrentIdentityIndex(int index)
210 auto currentIndex = identityModel()->index(m_currentAccountIndex, 0); 210 auto currentIndex = identityModel()->index(m_currentAccountIndex, 0);
211 if (currentIndex.isValid()) { 211 if (currentIndex.isValid()) {
212 auto currentAccountId = currentIndex.data(IdentitiesModel::AccountId).toByteArray(); 212 auto currentAccountId = currentIndex.data(IdentitiesModel::AccountId).toByteArray();
213 SinkWarning() << "valid identity for index: " << index << " out of available in model: " << identityModel()->rowCount();
214 KMime::Types::Mailbox mb; 213 KMime::Types::Mailbox mb;
215 mb.setName(currentIndex.data(IdentitiesModel::Username).toString()); 214 mb.setName(currentIndex.data(IdentitiesModel::Username).toString());
216 mb.setAddress(currentIndex.data(IdentitiesModel::Address).toString().toUtf8()); 215 mb.setAddress(currentIndex.data(IdentitiesModel::Address).toString().toUtf8());