summaryrefslogtreecommitdiffabout
path: root/kmicromail/composemail.h
Unidiff
Diffstat (limited to 'kmicromail/composemail.h') (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/composemail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kmicromail/composemail.h b/kmicromail/composemail.h
index e20d9e1..0fc41fb 100644
--- a/kmicromail/composemail.h
+++ b/kmicromail/composemail.h
@@ -35,48 +35,49 @@ class ComposeMail : public ComposeMailUI
35 35
36public: 36public:
37 37
38 ComposeMail( Settings *s, QWidget *parent = 0, const char *name = 0, bool modal = false ); 38 ComposeMail( Settings *s, QWidget *parent = 0, const char *name = 0, bool modal = false );
39 virtual ~ComposeMail(); 39 virtual ~ComposeMail();
40 40
41 void reEditMail(const Opie::Core::OSmartPointer<RecMail>&current); 41 void reEditMail(const Opie::Core::OSmartPointer<RecMail>&current);
42 42
43public slots: 43public slots:
44 void slotAdjustColumns(); 44 void slotAdjustColumns();
45 45
46 void setTo( const QString & to ); 46 void setTo( const QString & to );
47 void setSubject( const QString & subject ); 47 void setSubject( const QString & subject );
48 void setInReplyTo( const QString & messageId ); 48 void setInReplyTo( const QString & messageId );
49 void setMessage( const QString & text ); 49 void setMessage( const QString & text );
50 void insertAttendees(const QString&, const QStringList& namelist, const QStringList& emaillist, const QStringList& uidlist); 50 void insertAttendees(const QString&, const QStringList& namelist, const QStringList& emaillist, const QStringList& uidlist);
51 51
52 52
53protected slots: 53protected slots:
54 void accept(); 54 void accept();
55 void reject(); 55 void reject();
56 56
57private slots: 57private slots:
58 void fillValues( int current ); 58 void fillValues( int current );
59 void fillSettings();
59 void pickAddress(); 60 void pickAddress();
60 void pickAddressTo(); 61 void pickAddressTo();
61 void pickAddressCC(); 62 void pickAddressCC();
62 void pickAddressBCC(); 63 void pickAddressBCC();
63 void pickAddressReply(); 64 void pickAddressReply();
64 void saveAsDraft(); 65 void saveAsDraft();
65 void addAttachment(); 66 void addAttachment();
66 void removeAttachment(); 67 void removeAttachment();
67 void clearStatus(); 68 void clearStatus();
68 void setStatus( QString ); 69 void setStatus( QString );
69 70
70protected: 71protected:
71 QLineEdit* mPickLineEdit; 72 QLineEdit* mPickLineEdit;
72 Opie::Core::OSmartPointer<Mail> mMail; 73 Opie::Core::OSmartPointer<Mail> mMail;
73 Settings *settings; 74 Settings *settings;
74 QList<SMTPaccount> smtpAccounts; 75 QList<SMTPaccount> smtpAccounts;
75 QString m_replyid; 76 QString m_replyid;
76 bool warnAttach; 77 bool warnAttach;
77}; 78};
78 79
79class AttachViewItem : public QListViewItem 80class AttachViewItem : public QListViewItem
80{ 81{
81public: 82public:
82 AttachViewItem( QListView *parent, Attachment *att ); 83 AttachViewItem( QListView *parent, Attachment *att );