File r883876.diff of Package kdepim4
Subject: kmail: display receiving accounts correctly in config
From: wstephenson@suse.de
Bug:
Patch-upstream: 883876
--- kmail/configuredialog.cpp (revision 883875)
+++ kmail/configuredialog.cpp (revision 883876)
@@ -830,7 +830,8 @@ AccountsPageReceivingTab::AccountsPageRe
mAccountList = new ListView( this );
mAccountList->setObjectName( "accountList" );
mAccountList->setHeaderLabels( QStringList() << "Name" << "Type" << "Folder" );
- mAccountList->setSortingEnabled( false );
+ mAccountList->setSortingEnabled( true );
+ mAccountList->sortByColumn( 0, Qt::AscendingOrder );
connect( mAccountList->selectionModel(),
SIGNAL(
Index: kmail/configuredialog.cpp
===================================================================