-rw-r--r-- | noncore/net/mail/mainwindow.cpp | 1 |
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 | |||
@@ -81,6 +81,7 @@ MainWindow::MainWindow( QWidget *parent, const char *name, WFlags flags ) | |||
81 | 81 | ||
82 | folderView = new AccountView( view ); | 82 | folderView = new AccountView( view ); |
83 | folderView->header()->hide(); | 83 | folderView->header()->hide(); |
84 | folderView->setRootIsDecorated( false ); | ||
84 | folderView->addColumn( tr( "Mailbox" ) ); | 85 | folderView->addColumn( tr( "Mailbox" ) ); |
85 | folderView->hide(); | 86 | folderView->hide(); |
86 | 87 | ||