From 84ac61a9b46d463c9e3112f55cc1e69957d1348a Mon Sep 17 00:00:00 2001 From: alwin Date: Sun, 14 Dec 2003 03:41:49 +0000 Subject: -memleak fixed -check for non-selectable mailboxes -potential crasher fixed -selection handling better (app will not send a net-command on each mouse click) --- (limited to 'noncore/net/mail/mainwindow.cpp') diff --git a/noncore/net/mail/mainwindow.cpp b/noncore/net/mail/mainwindow.cpp index cab1a66..fae3e97 100644 --- a/noncore/net/mail/mainwindow.cpp +++ b/noncore/net/mail/mainwindow.cpp @@ -83,7 +83,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) folderView = new AccountView( view ); folderView->header()->hide(); - folderView->setRootIsDecorated( false ); + folderView->setRootIsDecorated( true ); folderView->addColumn( tr( "Mailbox" ) ); //folderView->hide(); -- cgit v0.9.0.2