[Commits] [SCM] claws branch, master, updated. 3.13.2-150-g9bf1015
mones at claws-mail.org
mones at claws-mail.org
Tue Jun 7 14:22:19 CEST 2016
The branch, master has been updated
via 9bf1015df62f842b9790fab31319b2fa91d4f7e7 (commit)
from 41bfb4b5ab61568d8d8232ca49704f39a97be00d (commit)
Summary of changes:
tools/cm-reparent.pl | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
- Log -----------------------------------------------------------------
commit 9bf1015df62f842b9790fab31319b2fa91d4f7e7
Author: Ricardo Mones <ricardo at mones.org>
Date: Tue Jun 7 14:21:58 2016 +0200
And more documentation
diff --git a/tools/cm-reparent.pl b/tools/cm-reparent.pl
index 520e135..9a16da2 100755
--- a/tools/cm-reparent.pl
+++ b/tools/cm-reparent.pl
@@ -117,7 +117,8 @@ Then select from the message list all files that should be re-parented
Then invoke the action
All but the oldest of those mails will be modified (if needed) to
-reflect that the oldest mail is the parent of all other mails
+reflect that the oldest mail is the parent of all other mails by
+adding or altering the header lines C<In-Reply-To:> and C<References:>
Given 4 files A, B, C, and D like
@@ -134,13 +135,17 @@ The new tree will be like
+- C 0000_1234 2016-06-02 10:18:04
+- D foo_bar_12 2016-06-03 04:00:00
-and not
+and not like
A 123AC_12 2016-06-01 12:13:14
+- B aFFde2993 2016-06-01 13:14:15
+- C 0000_1234 2016-06-02 10:18:04
+- D foo_bar_12 2016-06-03 04:00:00
+Existing entries of C<References:> and C<In-Reply-To:> in the header
+of any of B, C, or D will be preserved as C<X-References:> or
+C<X-In-Reply-To:> respectively.
+
=head1 SEE ALSO
L<Date::Parse>, L<Claws Mail|http://www.claws-mail.org>
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list