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 <ChristophWurst@users.noreply.github.com>2022-09-09 14:40:27 +0300
committerGitHub <noreply@github.com>2022-09-09 14:40:27 +0300
commit567031180bc99442838747ba34fdda57e2898d26 (patch)
tree0b4a3c5c77a1eeaf0e98efcd2b43cfbe2e85e22e /appinfo/info.xml
parent1c2a5d01d37e6f72f19d41fc48e06b88495a1bfd (diff)
parent2dcf8b9576326c2bf6e42d63894e2c605803c265 (diff)
Merge pull request #6812 from nextcloud/enh/process-imip-in-background
Add imip processing in the background
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 14bc1e408..6b3c982f5 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -35,6 +35,7 @@
<background-jobs>
<job>OCA\Mail\BackgroundJob\CleanupJob</job>
<job>OCA\Mail\BackgroundJob\OutboxWorkerJob</job>
+ <job>OCA\Mail\BackgroundJob\IMipMessageJob</job>
</background-jobs>
<repair-steps>
<post-migration>