diff options
author | Saturneric <[email protected]> | 2022-01-02 23:54:56 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-02 23:54:56 +0000 |
commit | efabb4fa3d543a1d4443b75a1f23c564ccffd8e2 (patch) | |
tree | 6531273480a7e0385fe25455c1aa44c5918e8360 /src/ui/smtp/SendMailDialog.h | |
parent | <refactor>(ui): Enhanced sending email function. (diff) | |
download | GpgFrontend-efabb4fa3d543a1d4443b75a1f23c564ccffd8e2.tar.gz GpgFrontend-efabb4fa3d543a1d4443b75a1f23c564ccffd8e2.zip |
<fixed, refactor>(ui): Enhanced sending email function.
1. make options changeable when init in sending email dialog.
Diffstat (limited to 'src/ui/smtp/SendMailDialog.h')
-rw-r--r-- | src/ui/smtp/SendMailDialog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ui/smtp/SendMailDialog.h b/src/ui/smtp/SendMailDialog.h index bf082c39..a9494675 100644 --- a/src/ui/smtp/SendMailDialog.h +++ b/src/ui/smtp/SendMailDialog.h @@ -36,6 +36,10 @@ class SendMailDialog : public QDialog { public: explicit SendMailDialog(const QString& text, QWidget* parent = nullptr); + void setContentEncryption(bool on); + + void setAttachSignature(bool on); + private slots: void slotConfirm(); |