mirror of
https://github.com/moparisthebest/k-9
synced 2024-12-25 17:18:50 -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
|
||||
public String toString() {
|
||||
if (mPersonal != null) {
|
||||
// if (mPersonal.matches(".*[\\(\\)<>@,;:\\\\\".\\[\\]].*")) {
|
||||
return Utility.quoteString(mPersonal) + " <" + mAddress + ">";
|
||||
// } else {
|
||||
// return mPersonal + " <" + mAddress + ">";
|
||||
// }
|
||||
return Utility.quoteString(mPersonal) + " <" + mAddress + ">";
|
||||
} else {
|
||||
return mAddress;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user