Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna <anna@nextcloud.com>2022-10-20 13:42:23 +0300
committerGitHub <noreply@github.com>2022-10-20 13:42:23 +0300
commit1e777a1783254bd4b7f69f39a6c5123323f8b701 (patch)
treef1ae5dd79a68854939faaa55ff5812813831d250 /appinfo/info.xml
parent492f28461edc68b34806f64e465680577f571b37 (diff)
parent760582ae725ba2611a480e565a43645bbc50de4e (diff)
Merge pull request #6908 from MaadixNet/feature/occ-account-update-command
Add an occ mail:account:update command
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index c5fc4d1cd..450a0a568 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -60,6 +60,7 @@
<command>OCA\Mail\Command\SyncAccount</command>
<command>OCA\Mail\Command\TrainAccount</command>
<command>OCA\Mail\Command\Thread</command>
+ <command>OCA\Mail\Command\UpdateAccount</command>
</commands>
<settings>
<admin>OCA\Mail\Settings\AdminSettings</admin>