diff options
author | Saturneric <[email protected]> | 2022-01-05 14:33:08 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2022-01-05 14:33:08 +0000 |
commit | af944181eed588b103bcda19dbd69eac83a27404 (patch) | |
tree | eb35d8bf01f2af96e48cd3abf52e5c5f6c809931 /src/ui/MainWindow.h | |
parent | <chore>(project): rename gpg_core and gpgfrontend-ui. (diff) | |
download | GpgFrontend-af944181eed588b103bcda19dbd69eac83a27404.tar.gz GpgFrontend-af944181eed588b103bcda19dbd69eac83a27404.zip |
<feature>(ui, project): start to add imap support.
1. introduce vmime library.
2. add ReceiveMailDialog and related actions in MainWindowUI.
3. add git submodule vmime.
Diffstat (limited to 'src/ui/MainWindow.h')
-rw-r--r-- | src/ui/MainWindow.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/MainWindow.h b/src/ui/MainWindow.h index 5f9d9b50..9c4d5a1c 100644 --- a/src/ui/MainWindow.h +++ b/src/ui/MainWindow.h @@ -382,7 +382,8 @@ class MainWindow : public QMainWindow { QAction* addPgpHeaderAct{}; /** Action for adding the PGP header */ #ifdef SMTP_SUPPORT - QAction* sendMailAct{}; /** Action for sending a email */ + QAction* sendMailAct{}; /** Action for sending a email */ + QAction* receiveMailAct{}; /** Action for receive emails */ #endif QAction* importKeyFromFileAct{}; |