* some cleanups

This commit is contained in:
djcb
2013-05-13 00:02:39 +03:00
parent d26f3c0bae
commit ea67447a98
4 changed files with 5 additions and 58 deletions

View File

@ -281,7 +281,6 @@ mu_contacts_add (MuContacts *self, const char *addr, const char *name,
* empty name */
group = encode_email_address (addr);
cinfo = (ContactInfo*) g_hash_table_lookup (self->_hash, group);
if (!cinfo || (cinfo->_tstamp < tstamp && !mu_str_is_empty(name))) {
char *addr_dc;