diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/maildir/CMakeLists.txt | 1 | ||||
-rw-r--r-- | accounts/maildir/metadata.json | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/accounts/maildir/CMakeLists.txt b/accounts/maildir/CMakeLists.txt index c396b6ba..76ae2c23 100644 --- a/accounts/maildir/CMakeLists.txt +++ b/accounts/maildir/CMakeLists.txt | |||
@@ -15,4 +15,5 @@ target_link_libraries(maildiraccountplugin | |||
15 | ) | 15 | ) |
16 | 16 | ||
17 | install(TARGETS maildiraccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/maildir) | 17 | install(TARGETS maildiraccountplugin DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/maildir) |
18 | install(FILES metadata.json DESTINATION ${QML_INSTALL_DIR}/org/kube/accounts/maildir) | ||
18 | install_qml_account(maildir) | 19 | install_qml_account(maildir) |
diff --git a/accounts/maildir/metadata.json b/accounts/maildir/metadata.json new file mode 100644 index 00000000..9f9f106e --- /dev/null +++ b/accounts/maildir/metadata.json | |||
@@ -0,0 +1,3 @@ | |||
1 | { | ||
2 | "RequiresKeyring": false | ||
3 | } | ||