fix typo in imap examples at lib/tasks/email.rake.
Contributed by Nathan L Smith.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/branches/1.2-stable@7069
e93f8b46-1217-0410-a6f0-
8f06a7374b81
Examples:\r
# No project specified. Emails MUST contain the 'Project' keyword:\r
\r
- rake redmine:email:receive_iamp RAILS_ENV="production" \\\r
+ rake redmine:email:receive_imap RAILS_ENV="production" \\\r
host=imap.foo.bar username=redmine@example.net password=xxx\r
\r
\r
# Fixed project and default tracker specified, but emails can override\r
# both tracker and priority attributes:\r
\r
- rake redmine:email:receive_iamp RAILS_ENV="production" \\\r
+ rake redmine:email:receive_imap RAILS_ENV="production" \\\r
host=imap.foo.bar username=redmine@example.net password=xxx ssl=1 \\\r
project=foo \\\r
tracker=bug \\\r