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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2020-04-29 10:16:55 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-05-13 18:36:22 +0300
commit39489d14493d7fb8832b5ff1dccdd74aeaeb69af (patch)
tree8781ed6854e46f7cb76464e8d8d5e8063e2e4cd4 /appinfo
parent238f030b264b7b02a64f65582114c8ee7a449c91 (diff)
Add a ML-based classifier for important messages
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 1d8b610e6..d55eba46e 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -12,7 +12,7 @@
- **🙈 We’re not reinventing the wheel!** Based on the great [Horde](http://horde.org) libraries.
- **📬 Want to host your own mail server?** We don’t have to reimplement this as you could set up [Mail-in-a-Box](https://mailinabox.email)!
]]></description>
- <version>1.4.0</version>
+ <version>1.4.0-alpha1</version>
<licence>agpl</licence>
<author>Christoph Wurst</author>
<author>Roeland Jago Douma</author>
@@ -36,7 +36,7 @@
<repair-steps>
<post-migration>
<step>OCA\Mail\Migration\FixCollectedAddresses</step>
- <step>OCA\Mail\Migration\FixAccountSyncs</step>
+ <step>OCA\Mail\Migration\FixBackgroundJobs</step>
<step>OCA\Mail\Migration\MakeItineraryExtractorExecutable</step>
<step>OCA\Mail\Migration\MigrateProvisioningConfig</step>
<step>OCA\Mail\Migration\ProvisionAccounts</step>
@@ -48,6 +48,7 @@
<command>OCA\Mail\Command\DiagnoseAccount</command>
<command>OCA\Mail\Command\ExportAccount</command>
<command>OCA\Mail\Command\SyncAccount</command>
+ <command>OCA\Mail\Command\TrainAccount</command>
</commands>
<settings>
<admin>OCA\Mail\Settings\AdminSettings</admin>