1
0
mirror of https://github.com/moparisthebest/k-9 synced 2024-08-13 17:03:48 -04:00

get to: contacts working right.

This commit is contained in:
Jesse Vincent 2010-10-29 22:35:11 +00:00
parent c5cf9e5c8c
commit b749a198a7

View File

@ -80,7 +80,7 @@ public class MessageHelper
{
CharSequence to = Address.toFriendly(message .getRecipients(RecipientType.TO), contactHelper);
target.compareCounterparty = to.toString();
target.sender = new SpannableStringBuilder(String.format(mContext.getString(R.string.message_to_fmt), to));
target.sender = new SpannableStringBuilder(mContext.getString(R.string.message_to_label)).append(to);
}
else
{