mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 22:21:18 +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 {
|
else {
|
||||||
if (compose) {
|
if (compose) {
|
||||||
boolean quote = false;
|
boolean quote = false;
|
||||||
|
personal = personal.replace("\"", "");
|
||||||
for (int c = 0; c < personal.length(); c++)
|
for (int c = 0; c < personal.length(); c++)
|
||||||
if ("()<>,;:\\\"[]@".indexOf(personal.charAt(c)) >= 0) {
|
if ("()<>,;:\\\"[]@".indexOf(personal.charAt(c)) >= 0) {
|
||||||
quote = true;
|
quote = true;
|
||||||
|
|
Loading…
Reference in a new issue