* mu: add the backend for freq information for contacts

This commit is contained in:
djcb
2013-06-16 23:02:19 +03:00
parent 401f30ee26
commit bfe74d1d11
5 changed files with 17 additions and 11 deletions

View File

@ -294,7 +294,7 @@ typedef struct _ECData ECData;
static void
each_contact (const char *email, const char *name, gboolean personal,
time_t tstamp, ECData *ecdata)
time_t tstamp, unsigned freq, ECData *ecdata)
{
if (ecdata->personal && !personal)
return;