* refactoring: split src/ into mu/ and lib/

This commit is contained in:
djcb
2012-05-20 17:41:18 +03:00
parent 605657d4de
commit 46f10cfde9
143 changed files with 160 additions and 279 deletions

View File

@ -0,0 +1,9 @@
From: testfrom@example.com
To: testto@example.com
Subject: Re: child 0.0
Message-Id: <child0.0@msg.id>
References: <root0@msg.id>
In-reply-to: <root0@msg.id>
Date: Tue, 21 Jun 2011 11:10 +0000
abc

View File

@ -0,0 +1,9 @@
From: testfrom@example.com
To: testto@example.com
Subject: Re: child 0.1
Message-Id: <child0.1@msg.id>
References: <root0@msg.id>
In-reply-to: <root0@msg.id>
Date: Tue, 21 Jun 2011 11:20 +0000
abc

View File

@ -0,0 +1,9 @@
From: testfrom@example.com
To: testto@example.com
Subject: Re: child 0.1.0
Message-Id: <child0.1.0@msg.id>
References: <root0@msg.id> <child0.1@msg.id>
In-Reply-To: <child0.1@msg.id>
Date: Tue, 21 Jun 2011 11:22 +0000
abc

View File

@ -0,0 +1,12 @@
From: testfrom@example.com
To: testto@example.com
Subject: Re: child 2.0.0
Message-Id: <child2.0.0@msg.id>
References: <root2@msg.id> <nonexistant@msg.id>
In-Reply-To: <nonexistant@msg.id>
Date: Tue, 21 Jun 2011 15:02 +0000
abc
note, there's no message for 'nonexistant@msg.id', so this msg should
be promoted to level 2.0

View File

@ -0,0 +1,9 @@
From: testfrom@example.com
To: testto@example.com
Subject: Re: child 3.0.0.0
Message-Id: <child3.0.0.0.0@msg.id>
References: <non-exist-01@msg.id> <non-exist-02@msg.id> <non-exist-03@msg.id> <non-exist-04@msg.id>
1n-Reply-To: <non-exist-04@msg.id>
Date: Wed, 22 Jun 2011 16:33 +0000
abc

View File

@ -0,0 +1,9 @@
From: testfrom@example.com
To: testto@example.com
Subject: Re: child 4.0
Message-Id: <child4.0@msg.id>
References: <non-exist-root4@msg.id>
In-reply-to: <non-exist-root4@msg.id>
Date: Tue, 24 Jun 2011 11:10 +0000
abc

View File

@ -0,0 +1,9 @@
From: testfrom@example.com
To: testto@example.com
Subject: Re: child 4.1
Message-Id: <child4.1@msg.id>
References: <non-exist-root4@msg.id>
In-reply-to: <non-exist-root4@msg.id>
Date: Tue, 24 Jun 2011 11:20 +0000
abc

View File

@ -0,0 +1,7 @@
From: testfrom@example.com
To: testto@example.com
Subject: root0
Message-Id: <root0@msg.id>
Date: Tue, 21 Jun 2011 11:00 +0000
abc

View File

@ -0,0 +1,7 @@
From: testfrom@example.com
To: testto@example.com
Subject: root1
Message-Id: <root1@msg.id>
Date: Tue, 21 Jun 2011 12:00 +0000
abc

View File

@ -0,0 +1,7 @@
From: testfrom@example.com
To: testto@example.com
Subject: root2
Message-Id: <root2@msg.id>
Date: Tue, 21 Jun 2011 13:00 +0000
abc

View File

View File