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 Larch <anna@nextcloud.com>2021-12-13 14:49:07 +0300
committerAnna Larch <anna@nextcloud.com>2021-12-13 16:25:27 +0300
commit25f5cbc5fe8801b44c9a5b11e918ea4decceb7fc (patch)
tree5254337454abfb8cebd32f6d47df7c52853b90b1 /appinfo/info.xml
parent6cc996b1b8244dd21f324f166c9b6a07dfcfc6b1 (diff)
Add repair step to fix reply tos that have <> as their content
Signed-off-by: Anna Larch <anna@nextcloud.com>
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 1ff9f4c9d..f37695321 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -61,6 +61,7 @@
<command>OCA\Mail\Command\SyncAccount</command>
<command>OCA\Mail\Command\TrainAccount</command>
<command>OCA\Mail\Command\Thread</command>
+ <command>OCA\Mail\Command\RepairMailTheads</command>
</commands>
<settings>
<admin>OCA\Mail\Settings\AdminSettings</admin>