summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorshugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-16 07:38:26 +0000
committershugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-10-16 07:38:26 +0000
commit84fbb64d7aec804c314cf0bd156a3bf078b5f9fd (patch)
tree264de241fa6f54f9ace0fc11c8a6d4ce25333960
parentde75f3c0a6f0cb73f1b2c9572af8edda4eb25658 (diff)
shugo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--lib/net/imap.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb
index 85293e6de8..7ae5bad0a7 100644
--- a/lib/net/imap.rb
+++ b/lib/net/imap.rb
@@ -909,7 +909,7 @@ module Net
@pos += len
@token.symbol = T_LITERAL
elsif $6
- @token.value = $+[1..-1].capitalize.intern
+ @token.value = $+[1..-1].intern
@token.symbol = T_FLAG
elsif $7
@token.value = nil