From 63d3f7ca039d93612abaa4a65fc00b337c42ec9d Mon Sep 17 00:00:00 2001 From: groucho Date: Mon, 28 Apr 2003 08:31:24 +0000 Subject: - bug fixes in the parser (from header) - bug fixes in address selector (uses cc: now) - remove now selects next item afterwards (speeds up mass deletion) - smaller fixes --- (limited to 'noncore/unsupported/mailit/emailhandler.h') diff --git a/noncore/unsupported/mailit/emailhandler.h b/noncore/unsupported/mailit/emailhandler.h index e47fd9a..b645868 100644 --- a/noncore/unsupported/mailit/emailhandler.h +++ b/noncore/unsupported/mailit/emailhandler.h @@ -111,6 +111,7 @@ class EmailHandler : public QObject public: EmailHandler(); void setAccount(MailAccount account); + MailAccount* getAccount(){return &mailAccount;} void sendMail(QList *mailList); void getMail(); void getMailHeaders(); -- cgit v0.9.0.2