summaryrefslogtreecommitdiffstats
path: root/lib/tasks/email.rake
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-07 01:00:19 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2011-09-07 01:00:19 +0000
commit83133302f41fc0f6eee71d87b4dcc7ab8bb98375 (patch)
tree3be2a0a21db5beb7e09120ec78cf75a6bc9e7c2d /lib/tasks/email.rake
parent1a7e5ade378d6f0c3fe4266afc54e61f33c2e2ce (diff)
downloadredmine-83133302f41fc0f6eee71d87b4dcc7ab8bb98375.tar.gz
redmine-83133302f41fc0f6eee71d87b4dcc7ab8bb98375.zip
fix typo in imap examples at lib/tasks/email.rake (#9198)
Contributed by Nathan L Smith. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@7068 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'lib/tasks/email.rake')
-rw-r--r--lib/tasks/email.rake4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/tasks/email.rake b/lib/tasks/email.rake
index 37c992dd9..617272a49 100644
--- a/lib/tasks/email.rake
+++ b/lib/tasks/email.rake
@@ -100,14 +100,14 @@ Processed emails control options:
Examples:
# No project specified. Emails MUST contain the 'Project' keyword:
- rake redmine:email:receive_iamp RAILS_ENV="production" \\
+ rake redmine:email:receive_imap RAILS_ENV="production" \\
host=imap.foo.bar username=redmine@example.net password=xxx
# Fixed project and default tracker specified, but emails can override
# both tracker and priority attributes:
- rake redmine:email:receive_iamp RAILS_ENV="production" \\
+ rake redmine:email:receive_imap RAILS_ENV="production" \\
host=imap.foo.bar username=redmine@example.net password=xxx ssl=1 \\
project=foo \\
tracker=bug \\