mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Prevent double quote
This commit is contained in:
@@ -831,6 +831,7 @@ public class MessageHelper {
|
||||
else {
|
||||
if (compose) {
|
||||
boolean quote = false;
|
||||
personal = personal.replace("\"", "");
|
||||
for (int c = 0; c < personal.length(); c++)
|
||||
if ("()<>,;:\\\"[]@".indexOf(personal.charAt(c)) >= 0) {
|
||||
quote = true;
|
||||
|
||||
Reference in New Issue
Block a user