diff options
author | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-07 21:09:01 +0000 |
---|---|---|
committer | GitLab Bot <gitlab-bot@gitlab.com> | 2021-04-07 21:09:01 +0000 |
commit | 9bc5f183df648e580c1d6682c2afc4ae96a28fe5 (patch) | |
tree | 01e77f068e59db8ebc315b1a5f67adff04b73127 /config/mail_room.yml | |
parent | 413119517cca6a47f52d77b49ae3cab4cdaf9884 (diff) | |
download | gitlab-ce-9bc5f183df648e580c1d6682c2afc4ae96a28fe5.tar.gz |
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config/mail_room.yml')
-rw-r--r-- | config/mail_room.yml | 7 |
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 %> |