aboutsummaryrefslogtreecommitdiffstats
path: root/lib/mail_handler/backends/tmail_backend.rb
diff options
context:
space:
mode:
authorLouise Crow <louise.crow@gmail.com>2012-12-06 13:58:18 +0000
committerLouise Crow <louise.crow@gmail.com>2012-12-06 14:15:59 +0000
commit36c82a1fce563c0f23720589e1ac2741576bd4dd (patch)
treead6dbbfb88c4a8cbb36576b06a923d8f4b54fab6 /lib/mail_handler/backends/tmail_backend.rb
parentf026dbc4c23ca25dd31dc6d3d132d6f1668728de (diff)
Remove url in comment - has been converted to spec.
Diffstat (limited to 'lib/mail_handler/backends/tmail_backend.rb')
-rw-r--r--lib/mail_handler/backends/tmail_backend.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/mail_handler/backends/tmail_backend.rb b/lib/mail_handler/backends/tmail_backend.rb
index e28765d54..f5da3049e 100644
--- a/lib/mail_handler/backends/tmail_backend.rb
+++ b/lib/mail_handler/backends/tmail_backend.rb
@@ -148,8 +148,6 @@ module MailHandler
# RFC822 message and it is text, if so add headers.
# XXX should probably use hunting algorithm to find main text part, rather than
# just expect it to be first. This will do for now though.
- # Example request that needs this:
- # http://www.whatdotheyknow.com/request/2923/response/7013/attach/2/Cycle%20Path%20Bank.txt
if leaf.within_rfc822_attachment == leaf && leaf.content_type == 'text/plain'
headers = ""
for header in [ 'Date', 'Subject', 'From', 'To', 'Cc' ]