diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-24 10:57:35 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-24 10:57:35 -0700 |
commit | 208888038375d48cc91cf481a3f8509d63d8e1ad (patch) | |
tree | ab3399fbda238d4763aa999e3919e59f07860a4f /config | |
parent | e449426a4e7d15cdd582d4f136add52cbfb5e04e (diff) | |
download | gitlab-ce-208888038375d48cc91cf481a3f8509d63d8e1ad.tar.gz |
Ignore empty incoming messages.
Diffstat (limited to 'config')
-rw-r--r-- | config/mail_room.yml.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mail_room.yml.example b/config/mail_room.yml.example index 28366eb7394..dd8edfc42eb 100644 --- a/config/mail_room.yml.example +++ b/config/mail_room.yml.example @@ -14,6 +14,8 @@ # :name: "inbox" # # Always "sidekiq". # :delivery_method: sidekiq + # # Always true. + # :delete_after_delivery: true # :delivery_options: # # The URL to the Redis server used by Sidekiq. Should match the URL in config/resque.yml. # :redis_url: redis://localhost:6379 |