commit 697763248dd4fdbaaf2d0702358e67cc3d45f37e
parent 9dc5a63665f90b1346a2840f112004c2888f9cc5
Author: William Morgan <wmorgan-sup@masanjin.net>
Date: Mon, 18 May 2009 07:32:13 -0700
Merge commit 'origin/edit-message-mode-longname'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/sup/modes/edit-message-mode.rb b/lib/sup/modes/edit-message-mode.rb
@@ -392,7 +392,7 @@ protected
contacts = BufferManager.ask_for_contacts :people, "#{field}: ", default
if contacts
- text = contacts.map { |s| s.longname }.join(", ")
+ text = contacts.map { |s| s.full_address }.join(", ")
@header[field] = parse_header field, text
update
end