diff options
Diffstat (limited to 'kmail/callback.h')
-rw-r--r-- | kmail/callback.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kmail/callback.h b/kmail/callback.h index 9bd188899..c7f26058f 100644 --- a/kmail/callback.h +++ b/kmail/callback.h @@ -77,8 +77,12 @@ public: bool askForComment( KCal::Attendee::PartStat status ) const; bool deleteInvitationAfterReply() const; + bool exchangeCompatibleInvitations() const; + bool outlookCompatibleInvitationReplyComments() const; private: + TQString askForTransport( bool nullIdentity ) const; + KMMessage* mMsg; KMReaderWin* mReaderWin; mutable TQString mReceiver; |