* updates for mu-msg-part changes
This commit is contained in:
@ -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;
|
||||
|
||||
@ -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,
|
||||
|
||||
Reference in New Issue
Block a user