diff options
author | Minijackson <minijackson@riseup.net> | 2018-08-23 12:21:43 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2018-08-23 12:21:43 +0200 |
commit | 00377c1d324c03f07e9d2c3d19dce12ce3dc6620 (patch) | |
tree | 6853ea643aea50c1024f2c511776b206d08d540d /accounts/CMakeLists.txt | |
parent | ef1cf433c9598430654e87790fdb1be11f82ecd1 (diff) | |
download | kube-00377c1d324c03f07e9d2c3d19dce12ce3dc6620.tar.gz kube-00377c1d324c03f07e9d2c3d19dce12ce3dc6620.zip |
Revert "Add caldav and carddav URLs + rename Gmail -> Google"
This reverts commit ef1cf433c9598430654e87790fdb1be11f82ecd1.
Diffstat (limited to 'accounts/CMakeLists.txt')
-rw-r--r-- | accounts/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accounts/CMakeLists.txt b/accounts/CMakeLists.txt index 0209f00b..76a11c54 100644 --- a/accounts/CMakeLists.txt +++ b/accounts/CMakeLists.txt | |||
@@ -12,5 +12,5 @@ endmacro(install_qml_account) | |||
12 | add_subdirectory(maildir) | 12 | add_subdirectory(maildir) |
13 | add_subdirectory(imap) | 13 | add_subdirectory(imap) |
14 | add_subdirectory(kolabnow) | 14 | add_subdirectory(kolabnow) |
15 | add_subdirectory(google) | 15 | add_subdirectory(gmail) |
16 | add_subdirectory(generic) | 16 | add_subdirectory(generic) |