mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Prevent double quote
This commit is contained in:
parent
3cfbb08797
commit
d6352d1679
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue