1
0
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:
Jesse Vincent 2009-11-16 18:35:16 +00:00
parent 1c5289f412
commit ae4af71379

View File

@ -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 + ">";
// }
} else {
return mAddress;
}