From b44edfb21be0eee91c4f47401e3fe6ff37e4c16c Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 16 Sep 2004 20:39:34 +0000 Subject: better newsgroup handling --- (limited to 'kmicromail/opiemail.cpp') diff --git a/kmicromail/opiemail.cpp b/kmicromail/opiemail.cpp index 4e7c6be..7ccfb65 100644 --- a/kmicromail/opiemail.cpp +++ b/kmicromail/opiemail.cpp @@ -253,6 +253,14 @@ void OpieMail::displayMail() ( (MailListViewItem*)item )->setPixmap( 0, QPixmap() ); } } +void OpieMail::slotGetAllMail() +{ + QListViewItem * item = folderView->firstChild(); + while ( item ){ + ((AccountViewItem *)item)->contextMenuSelected( 101 ); + item = item->nextSibling (); + } +} void OpieMail::slotGetMail() { QListViewItem * item = folderView->currentItem(); -- cgit v0.9.0.2