* updates for mu-msg-part changes

This commit is contained in:
djcb
2012-07-24 22:12:49 +03:00
parent c7eaaf9475
commit a3b4edf56a
5 changed files with 63 additions and 32 deletions

View File

@ -417,7 +417,7 @@ each_part (MuMsg *msg, MuMsgPart *part, GSList **attlist)
GError *err;
/* exclude things that don't look like proper attachments */
if (!mu_msg_part_looks_like_attachment(part, TRUE))
if (!mu_msg_part_looks_like_attachment(part, FALSE))
return;
err = NULL;

View File

@ -90,7 +90,7 @@ search (const char* query, unsigned expected)
MU_PROGRAM, DBPATH, query);
if (g_test_verbose())
g_printerr ("%s\n", cmdline);
g_printerr ("\n$ %s\n", cmdline);
g_assert (g_spawn_command_line_sync (cmdline,
&output, &erroutput,