commit 63a9172e8e5524c76978f1e6438b3d856c2abda9
parent d1bb840a6b8b8b778844bc2c870db0df6fd0a532
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Mon, 13 Apr 2009 07:54:02 -0700
Merge branch 'master' into next
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/message-chunks.rb b/lib/sup/message-chunks.rb
@@ -108,7 +108,7 @@ EOS
if expandable?
"Attachment: #{filename} (#{lines.length} lines)"
else
- "Attachment: #{filename} (#{content_type})"
+ "Attachment: #{filename} (#{content_type}; #{@raw_content.size.to_human_size})"
end
end