From 23c2d100ed9070d82f956cdcb7364f5627aa0600 Mon Sep 17 00:00:00 2001 From: conber Date: Sun, 16 Jun 2002 16:26:27 +0000 Subject: small but important fix --- (limited to 'noncore/unsupported/mail2') diff --git a/noncore/unsupported/mail2/folderwidget.cpp b/noncore/unsupported/mail2/folderwidget.cpp index ca2bb5a..6c36e92 100644 --- a/noncore/unsupported/mail2/folderwidget.cpp +++ b/noncore/unsupported/mail2/folderwidget.cpp @@ -173,7 +173,7 @@ void FolderWidget::slotMenuActivated(int itemid) Folder folder = (((FolderWidgetItem *)currentItem())->folder()); _rescanAccount = folder.topFolder().account(); - folder.topFolder().handler()->iList(".", "*"); + folder.topFolder().handler()->iList("", "*"); connect(folder.topFolder().handler(), SIGNAL(gotResponse(IMAPResponse &)), SLOT(slotIMAPList(IMAPResponse &))); } } -- cgit v0.9.0.2