mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 16:43:26 +02:00
Transform mathematical characters
This commit is contained in:
@@ -2796,7 +2796,8 @@ public class MessageHelper {
|
||||
}
|
||||
if (quote)
|
||||
personal = "\"" + personal + "\"";
|
||||
}
|
||||
} else
|
||||
personal = Helper.transformMathematical(personal);
|
||||
|
||||
if (format == AddressFormat.NAME_EMAIL && !TextUtils.isEmpty(email))
|
||||
formatted.add(personal + " <" + email + ">");
|
||||
|
||||
Reference in New Issue
Block a user