|
|
|
|
@ -195,7 +195,7 @@ public: // kmkernel, kmcommands, callback |
|
|
|
|
/**
|
|
|
|
|
* Returns @c true while the message composing is in progress. |
|
|
|
|
*/ |
|
|
|
|
bool isComposing() const { return mComposerBase && mComposerBase->isComposing(); } |
|
|
|
|
bool isComposing() const; |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* Set the text selection the message is a response to. |
|
|
|
|
@ -208,15 +208,12 @@ public: // kmkernel, kmcommands, callback |
|
|
|
|
void setCustomTemplate( const QString& customTemplate ); |
|
|
|
|
|
|
|
|
|
/** Disabled signing and encryption completely for this composer window. */ |
|
|
|
|
void setSigningAndEncryptionDisabled( bool v ) |
|
|
|
|
{ |
|
|
|
|
mSigningAndEncryptionExplicitlyDisabled = v; |
|
|
|
|
} |
|
|
|
|
void setSigningAndEncryptionDisabled( bool v ); |
|
|
|
|
/**
|
|
|
|
|
* If this folder is set, the original message is inserted back after |
|
|
|
|
* canceling |
|
|
|
|
*/ |
|
|
|
|
void setFolder(const Akonadi::Collection &aFolder ) { mFolder = aFolder; } |
|
|
|
|
void setFolder(const Akonadi::Collection &aFolder ); |
|
|
|
|
/**
|
|
|
|
|
* Sets the focus to the edit-widget. |
|
|
|
|
*/ |
|
|
|
|
|