* overhaul/clean-up container code, add path object; seems to work now
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -43,7 +43,7 @@ fill_database (const char *testdir)
|
|||||||
cmdline = g_strdup_printf ("%s index --muhome=%s --maildir=%s"
|
cmdline = g_strdup_printf ("%s index --muhome=%s --maildir=%s"
|
||||||
" --quiet",
|
" --quiet",
|
||||||
MU_PROGRAM, tmpdir, testdir);
|
MU_PROGRAM, tmpdir, testdir);
|
||||||
/* g_print ("%s\n", cmdline); */
|
g_print ("%s\n", cmdline);
|
||||||
|
|
||||||
g_assert (g_spawn_command_line_sync (cmdline, NULL, NULL,
|
g_assert (g_spawn_command_line_sync (cmdline, NULL, NULL,
|
||||||
NULL, NULL));
|
NULL, NULL));
|
||||||
|
|||||||
@ -2,8 +2,8 @@ From: testfrom@example.com
|
|||||||
To: testto@example.com
|
To: testto@example.com
|
||||||
Subject: Re: child 4.0
|
Subject: Re: child 4.0
|
||||||
Message-Id: <child4.0@msg.id>
|
Message-Id: <child4.0@msg.id>
|
||||||
References: <root4@msg.id>
|
References: <non-exist-root4@msg.id>
|
||||||
In-reply-to: <root4@msg.id>
|
In-reply-to: <non-exist-root4@msg.id>
|
||||||
Date: Tue, 24 Jun 2011 11:10 +0000
|
Date: Tue, 24 Jun 2011 11:10 +0000
|
||||||
|
|
||||||
abc
|
abc
|
||||||
|
|||||||
@ -2,8 +2,8 @@ From: testfrom@example.com
|
|||||||
To: testto@example.com
|
To: testto@example.com
|
||||||
Subject: Re: child 4.1
|
Subject: Re: child 4.1
|
||||||
Message-Id: <child4.1@msg.id>
|
Message-Id: <child4.1@msg.id>
|
||||||
References: <root4@msg.id>
|
References: <non-exist-root4@msg.id>
|
||||||
In-reply-to: <root4@msg.id>
|
In-reply-to: <non-exist-root4@msg.id>
|
||||||
Date: Tue, 24 Jun 2011 11:20 +0000
|
Date: Tue, 24 Jun 2011 11:20 +0000
|
||||||
|
|
||||||
abc
|
abc
|
||||||
|
|||||||
Reference in New Issue
Block a user