* mu-msg-gmime: fix contacts list bug, update unit tests

This commit is contained in:
djcb
2010-08-19 22:44:57 +03:00
parent 93590436c1
commit d79b93a45d
4 changed files with 35 additions and 19 deletions

View File

@ -369,7 +369,7 @@ view_file (const gchar *path, const gchar *fields, size_t summary_len)
msg = mu_msg_gmime_new (path, NULL);
if (!msg)
return FALSE;
field = mu_msg_gmime_get_from (msg);
if (field)
g_print ("From: %s\n", field);