mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-26 09:38:52 -05:00
remove dead code that someone commented out rather than delete.
This commit is contained in:
parent
1c5289f412
commit
ae4af71379
@ -130,11 +130,7 @@ public class Address {
|
|||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
if (mPersonal != null) {
|
if (mPersonal != null) {
|
||||||
// if (mPersonal.matches(".*[\\(\\)<>@,;:\\\\\".\\[\\]].*")) {
|
return Utility.quoteString(mPersonal) + " <" + mAddress + ">";
|
||||||
return Utility.quoteString(mPersonal) + " <" + mAddress + ">";
|
|
||||||
// } else {
|
|
||||||
// return mPersonal + " <" + mAddress + ">";
|
|
||||||
// }
|
|
||||||
} else {
|
} else {
|
||||||
return mAddress;
|
return mAddress;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user