diff options
author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-16 07:38:26 +0000 |
---|---|---|
committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2000-10-16 07:38:26 +0000 |
commit | 5e2b47e158229f51e9ab6bcc084e18d9c3471175 (patch) | |
tree | 264de241fa6f54f9ace0fc11c8a6d4ce25333960 | |
parent | 84989643d6bbf741f4a181a5849df43216f8b7f6 (diff) | |
download | ruby-5e2b47e158229f51e9ab6bcc084e18d9c3471175.tar.gz ruby-5e2b47e158229f51e9ab6bcc084e18d9c3471175.tar.xz ruby-5e2b47e158229f51e9ab6bcc084e18d9c3471175.zip |
shugo
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@1007 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | lib/net/imap.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/net/imap.rb b/lib/net/imap.rb index 85293e6de..7ae5bad0a 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 |