mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
11 lines
228 B
Markdown
11 lines
228 B
Markdown
* Allow skipping incineration of processed emails.
|
|
|
|
This can be done by setting `config.action_mailbox.incinerate` to `false`.
|
|
|
|
*Pratik Naik*
|
|
|
|
## Rails 6.0.0.beta1 (January 18, 2019) ##
|
|
|
|
* Added to Rails.
|
|
|
|
*DHH*
|