cosmetics
This commit is contained in:
@ -105,12 +105,9 @@ mu_msg_new_from_doc (XapianDocument *doc, GError **err)
|
|||||||
{
|
{
|
||||||
MuMsg *self;
|
MuMsg *self;
|
||||||
MuMsgDoc *msgdoc;
|
MuMsgDoc *msgdoc;
|
||||||
gint64 start;
|
|
||||||
|
|
||||||
g_return_val_if_fail (doc, NULL);
|
g_return_val_if_fail (doc, NULL);
|
||||||
|
|
||||||
start = g_get_monotonic_time();
|
|
||||||
|
|
||||||
if (G_UNLIKELY(!_gmime_initialized)) {
|
if (G_UNLIKELY(!_gmime_initialized)) {
|
||||||
gmime_init ();
|
gmime_init ();
|
||||||
atexit (gmime_uninit);
|
atexit (gmime_uninit);
|
||||||
|
|||||||
@ -314,9 +314,6 @@ test_mu_cfind_csv (void)
|
|||||||
output = erroutput = NULL;
|
output = erroutput = NULL;
|
||||||
g_assert (g_spawn_command_line_sync (cmdline, &output, &erroutput,
|
g_assert (g_spawn_command_line_sync (cmdline, &output, &erroutput,
|
||||||
NULL, NULL));
|
NULL, NULL));
|
||||||
|
|
||||||
g_print ("\n\n%s\n\n", output);
|
|
||||||
|
|
||||||
g_assert (output);
|
g_assert (output);
|
||||||
if (output[1] == 'H')
|
if (output[1] == 'H')
|
||||||
g_assert_cmpstr (output,
|
g_assert_cmpstr (output,
|
||||||
|
|||||||
Reference in New Issue
Block a user