diff options
Diffstat (limited to 'kmail/composer.h')
-rw-r--r-- | kmail/composer.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/kmail/composer.h b/kmail/composer.h index 4c176aa14..91c473445 100644 --- a/kmail/composer.h +++ b/kmail/composer.h @@ -66,12 +66,19 @@ namespace KMail { virtual void setMsg( KMMessage * newMsg, bool mayAutoSign=true, bool allowDecryption=false, bool isModified=false) = 0; + /** + * Returns @c true while the message composing is in progress. + */ + virtual bool isComposing() const = 0; + public: // kmkernel /** * Set the filename which is used for autosaving. */ virtual void setAutoSaveFilename( const TQString & filename ) = 0; + + public: // kmkernel, callback /** * If this flag is set the message of the composer is deleted when @@ -141,6 +148,12 @@ namespace KMail { virtual void disableWordWrap() = 0; + virtual void disableRecipientNumberCheck() = 0; + + virtual void disableForgottenAttachmentsCheck() = 0; + + virtual void ignoreStickyFields() = 0; + public: // kmcommand /** * Add an attachment to the list. |