[Recognize links in text/plain parts Aredridel **20061123011737] { hunk ./TODO 2 - - for text/plain: - - wrap at a reasonable width (only for flowed format?) - - recognize and link URLs - hunk ./campingatmailbox.rb 661 - pre WordWrapper.wrap(decode(structure)) + pre do + capture { WordWrapper.wrap(decode(structure)).gsub(%r{(http://[^[:space:]]+)}) { |m| "#{$1}" } } + end }