From: markus schnalke <meillo@marmaro.de>
Date: Wed, 24 Sep 2014 07:58:55 +0000 (+0200)
Subject: repl: use different format as the lead-in to quotes in replies
X-Git-Tag: mmh-0.2-RC1~110
X-Git-Url: http://git.marmaro.de/?a=commitdiff_plain;h=bbd44053cddc15beb67cd3326c887b629140a96e;p=mmh

repl: use different format as the lead-in to quotes in replies
This format is prefered because it does not include words and is
thus independent of the language of the user.
---

diff --git a/etc/mhl.reply b/etc/mhl.reply
index 3498263b..0caf5db2 100644
--- a/etc/mhl.reply
+++ b/etc/mhl.reply
@@ -2,5 +2,4 @@
 ;
 ; default message filter for `repl' (repl -format)
 ;
-from:nocomponent,formatfield="%(decode(friendly{text})) writes:"
 body:component="> ",overflowtext="> ",overflowoffset=0
diff --git a/etc/replcomps b/etc/replcomps
index 3b943809..8a766798 100644
--- a/etc/replcomps
+++ b/etc/replcomps
@@ -34,3 +34,6 @@ Comments: In-reply-to \
 %(trim)%(putstr)\n\
    message dated "%<(nodate{date})%{date}%|%(tws{date})%>."
 --------
+[%4(year{date})-%02(mon{date})-%02(mday{date}) \
+%02(hour{date}):%02(min{date})] %(decode{from})
+>
diff --git a/etc/replgroupcomps b/etc/replgroupcomps
index 789633f2..f6af3a98 100644
--- a/etc/replgroupcomps
+++ b/etc/replgroupcomps
@@ -43,3 +43,6 @@ Comments: In-reply-to \
 %(trim)%(putstr)\n\
    message dated "%<(nodate{date})%{date}%|%(tws{date})%>."
 --------
+[%4(year{date})-%02(mon{date})-%02(mday{date}) \
+%02(hour{date}):%02(min{date})] %(decode{from})
+>