From af411746b1480e7b331ea7d163f39d2507cf7264 Mon Sep 17 00:00:00 2001 From: zautrix Date: Thu, 16 Sep 2004 23:05:56 +0000 Subject: Fixed timezone problems in ompi --- (limited to 'kmicromail/accountitem.cpp') diff --git a/kmicromail/accountitem.cpp b/kmicromail/accountitem.cpp index 7795055..49d86fc 100644 --- a/kmicromail/accountitem.cpp +++ b/kmicromail/accountitem.cpp @@ -302,7 +302,7 @@ QPopupMenu * NNTPviewItem::getContextMenu() { m->insertItem(QObject::tr("Disconnect",contextName),0); m->insertItem(QObject::tr("Set offline",contextName),1); - m->insertItem(QObject::tr("(Un-)Subscribe groups",contextName),2); + //m->insertItem(QObject::tr("(Un-)Subscribe groups",contextName),2); } else { @@ -759,9 +759,8 @@ void IMAPfolderItem::contextMenuSelected(int id) break; case GET_NEW_MAILS: // daunlood { - AccountView*bl = accountView(); - if (!bl) return; - bl->downloadMailsInbox(getFolder(),imap->getWrapper()); + if (!view) return; + view->downloadMailsInbox(getFolder(),imap->getWrapper()); } break; default: -- cgit v0.9.0.2