aboutsummaryrefslogtreecommitdiffstats
path: root/.gitmodules
diff options
context:
space:
mode:
authorSaturneric <[email protected]>2022-01-05 14:33:08 +0000
committerSaturneric <[email protected]>2022-01-05 14:33:08 +0000
commitaf944181eed588b103bcda19dbd69eac83a27404 (patch)
treeeb35d8bf01f2af96e48cd3abf52e5c5f6c809931 /.gitmodules
parent<chore>(project): rename gpg_core and gpgfrontend-ui. (diff)
downloadGpgFrontend-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 '')
-rw-r--r--.gitmodules3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index f559522f..f101f456 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -10,3 +10,6 @@
[submodule "third_party/libgpg-error"]
path = third_party/libgpg-error
url = https://github.com/saturneric/libgpg-error
+[submodule "third_party/vmime"]
+ path = third_party/vmime
+ url = https://github.com/saturneric/vmime