Patch #28026
"project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap"
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email receiving | |||
Target version: | 4.0.0 |
Description
project_from_subaddress
has been added by #20732. It is documented in rdm-mailhandler.rb (source:tags/3.4.4/extra/mail_handler/rdm-mailhandler.rb#L89) but no in email.rake.
This patch adds a description of project_from_subaddress
option to email.rake.
Related issues
Associated revisions
Fix: "project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap" (#28026).
Patch by Go Maeda.
History
#1
Updated by Go MAEDA over 4 years ago
- Related to Patch #20732: MailHandler: Select project by subaddress (redmine+project@example.com) added
#2
Updated by Go MAEDA over 4 years ago
- Target version set to 4.0.0
Setting target version to 4.0.0.
#3
Updated by Go MAEDA over 4 years ago
I confirmed that the following command works properly.
bin/rails redmine:email:read project_from_subaddress=redmine@somenet.foo < test/fixtures/mail_handler/ticket_on_project_given_by_to_header.eml
#4
Updated by Go MAEDA over 4 years ago
- Subject changed from project_from_subaddress option is not documented in email.rake to "project_from_subbaddress" option is not listed in the help of "rake redmine:email:receive_imap"
- Status changed from New to Closed
- Assignee set to Go MAEDA
Committed.