summaryrefslogtreecommitdiffabout
path: root/kmicromail/accountview.h
Side-by-side diff
Diffstat (limited to 'kmicromail/accountview.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/accountview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kmicromail/accountview.h b/kmicromail/accountview.h
index 787b0b0..fcf33d1 100644
--- a/kmicromail/accountview.h
+++ b/kmicromail/accountview.h
@@ -22,8 +22,9 @@ public:
virtual ~AccountView();
virtual void populate( QList<Account> list );
virtual RecBodyP fetchBody(const Opie::Core::OSmartPointer<RecMail>&aMail);
virtual void downloadMails(const Opie::Core::OSmartPointer<Folder>&fromFolder,AbstractMail*fromWrapper);
+ virtual void downloadMailsInbox(const Opie::Core::OSmartPointer<Folder>&fromFolder,AbstractMail*fromWrapper);
virtual bool currentisDraft();
public slots:
virtual void refreshAll();