diff options
author | Saturneric <[email protected]> | 2022-01-23 13:17:48 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-23 13:17:48 +0000 |
commit | b5f212842dc0c2dd6356bf49a28b5d433bc8ad17 (patch) | |
tree | b415a88c7a0d20b18fba40efa65a206b808fc22f /src/ui/mail/SendMailDialog.cpp | |
parent | <refactor>(ui): tidy up codes and comments. (diff) | |
download | GpgFrontend-b5f212842dc0c2dd6356bf49a28b5d433bc8ad17.tar.gz GpgFrontend-b5f212842dc0c2dd6356bf49a28b5d433bc8ad17.zip |
<refactor, style>(gpg, ui, project): tidy up codes and comments.
1. let GpgInfo get into namespace GpgFrontend.
2. adjust the code structure.
3. add license statement to project configuration file.
Diffstat (limited to '')
-rw-r--r-- | src/ui/mail/SendMailDialog.cpp (renamed from src/ui/smtp/SendMailDialog.cpp) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/ui/smtp/SendMailDialog.cpp b/src/ui/mail/SendMailDialog.cpp index 408c6d22..739f17e5 100644 --- a/src/ui/smtp/SendMailDialog.cpp +++ b/src/ui/mail/SendMailDialog.cpp @@ -29,9 +29,9 @@ #include "SendMailDialog.h" #include "gpg/function/GpgKeyGetter.h" -#include "ui/smtp/EmailListEditor.h" -#include "ui/smtp/RecipientsPicker.h" -#include "ui/smtp/SenderPicker.h" +#include "ui/mail/EmailListEditor.h" +#include "ui/mail/RecipientsPicker.h" +#include "ui/mail/SenderPicker.h" #include "ui_SendMailDialog.h" #ifdef SMTP_SUPPORT |