[Handle https URLs too Aredridel **20070110212125] { hunk ./campingatmailbox.rb 1284 - capture { WordWrapper.wrap(part).gsub(%r{(http://[^[:space:]]+)}) { |m| "#{$1}" } } + capture { WordWrapper.wrap(part).gsub(%r{(https?://[^[:space:]]+)}) { |m| "#{$1}" } } }