aboutsummaryrefslogtreecommitdiffstats
path: root/src/ui/smtp/SendMailDialog.h
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-02 23:54:56 +0000
committerSaturneric <[email protected]>2022-01-02 23:54:56 +0000
commitefabb4fa3d543a1d4443b75a1f23c564ccffd8e2 (patch)
tree6531273480a7e0385fe25455c1aa44c5918e8360 /src/ui/smtp/SendMailDialog.h
parent<refactor>(ui): Enhanced sending email function. (diff)
downloadGpgFrontend-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.h4
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();