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:
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 %>