[Commits] [SCM] claws branch, master, updated. 3.13.2-149-g41bfb4b
mones at claws-mail.org
mones at claws-mail.org
Tue Jun 7 13:54:40 CEST 2016
The branch, master has been updated
via 41bfb4b5ab61568d8d8232ca49704f39a97be00d (commit)
from e08f7db24f7c24a0cc3fe542d72046eded286c8c (commit)
Summary of changes:
tools/cm-reparent.pl | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
- Log -----------------------------------------------------------------
commit 41bfb4b5ab61568d8d8232ca49704f39a97be00d
Author: Ricardo Mones <ricardo at mones.org>
Date: Tue Jun 7 13:54:29 2016 +0200
Improve script documentation
diff --git a/tools/cm-reparent.pl b/tools/cm-reparent.pl
index b9f3f7c..520e135 100755
--- a/tools/cm-reparent.pl
+++ b/tools/cm-reparent.pl
@@ -119,6 +119,28 @@ 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
+Given 4 files A, B, C, and D like
+
+ File Message-Id Date
+ 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
+
+The new tree will be 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
+
+and not
+
+ 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
+
=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