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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-04-08 00:09:01 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-04-08 00:09:01 +0300
commit9bc5f183df648e580c1d6682c2afc4ae96a28fe5 (patch)
tree01e77f068e59db8ebc315b1a5f67adff04b73127 /config/mail_room.yml
parent413119517cca6a47f52d77b49ae3cab4cdaf9884 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/mail_room.yml')
-rw-r--r--config/mail_room.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/config/mail_room.yml b/config/mail_room.yml
index 23170acbf65..25bda294a13 100644
--- a/config/mail_room.yml
+++ b/config/mail_room.yml
@@ -19,6 +19,13 @@
:delete_after_delivery: true
:expunge_deleted: <%= config[:expunge_deleted].to_json %>
+ <% if config[:inbox_method] %>
+ :inbox_method: <%= config[:inbox_method] %>
+ <% end %>
+ <% if config[:inbox_options].is_a?(Hash) %>
+ <%= config.slice(:inbox_options).to_yaml(indentation: 8).gsub(/^---\n/, '') %>
+ <% end %>
+
:delivery_method: sidekiq
:delivery_options:
:redis_url: <%= config[:redis_url].to_json %>