summaryrefslogtreecommitdiff
path: root/noncore/net/mail/mainwindow.cpp
authorharlekin <harlekin>2003-12-14 01:09:50 (UTC)
committer harlekin <harlekin>2003-12-14 01:09:50 (UTC)
commit52966e8b529e78ae431839abd90cec2ebb0d6dff (patch) (side-by-side diff)
tree46c59f53148a3217da61c903b89e835f5e61a4c9 /noncore/net/mail/mainwindow.cpp
parent9a0f1ee9b3ba465942d207eaddec722371f86353 (diff)
downloadopie-52966e8b529e78ae431839abd90cec2ebb0d6dff.zip
opie-52966e8b529e78ae431839abd90cec2ebb0d6dff.tar.gz
opie-52966e8b529e78ae431839abd90cec2ebb0d6dff.tar.bz2
mail listview not colapsable
Diffstat (limited to 'noncore/net/mail/mainwindow.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/net/mail/mainwindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp
index 2b5870a..391b55e 100644
--- a/noncore/net/mail/mainwindow.cpp
+++ b/noncore/net/mail/mainwindow.cpp
@@ -78,12 +78,13 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags )
setCentralWidget( view );
layout = new QBoxLayout ( view, QBoxLayout::LeftToRight );
folderView = new AccountView( view );
folderView->header()->hide();
+ folderView->setRootIsDecorated( false );
folderView->addColumn( tr( "Mailbox" ) );
folderView->hide();
layout->addWidget( folderView );
mailView = new QListView( view );