From 6c89efd80c1e94a0c070025d07c7a4c656f2a81e Mon Sep 17 00:00:00 2001 From: zautrix Date: Mon, 24 Jan 2005 16:32:44 +0000 Subject: view source --- (limited to 'kmicromail/viewmail.h') diff --git a/kmicromail/viewmail.h b/kmicromail/viewmail.h index d85b8b2..561989e 100644 --- a/kmicromail/viewmail.h +++ b/kmicromail/viewmail.h @@ -45,6 +45,7 @@ public: signals: void showNextMail(ViewMail*); void deleteAndDisplayNextMail(ViewMail *); + void signalDownloadMail(); protected: QString deHtml(const QString &string); AttachItem* searchParent(const QValueList&path); @@ -58,10 +59,11 @@ protected slots: void slotItemClicked( QListViewItem * item , const QPoint & point, int c ); void slotDeleteMail( ); void slotShowHtml( bool ); + void slotViewSource(); private: void readConfig(); - + bool sourceOn;; bool _inLoop; QString m_mailHtml; bool m_gotBody; -- cgit v0.9.0.2