]> git.marmaro.de Git - mmh/commitdiff
repl: use different format as the lead-in to quotes in replies
authormarkus schnalke <meillo@marmaro.de>
Wed, 24 Sep 2014 07:58:55 +0000 (09:58 +0200)
committermarkus schnalke <meillo@marmaro.de>
Wed, 24 Sep 2014 07:58:55 +0000 (09:58 +0200)
This format is prefered because it does not include words and is
thus independent of the language of the user.

etc/mhl.reply
etc/replcomps
etc/replgroupcomps

index 3498263b03911b8fb098193d6fece51f731c8e50..0caf5db28c910d6d4a46957819877986e25fc1eb 100644 (file)
@@ -2,5 +2,4 @@
 ;
 ; default message filter for `repl' (repl -format)
 ;
-from:nocomponent,formatfield="%(decode(friendly{text})) writes:"
 body:component="> ",overflowtext="> ",overflowoffset=0
index 3b943809a2611449ec75a0fbb16477f330668460..8a766798624b7d8ce276ad5612d6617308429a0d 100644 (file)
@@ -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})
+>
index 789633f212a5330821966031aac9f0e39a255be2..f6af3a98c923355e94972dddda50457a1808a30d 100644 (file)
@@ -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})
+>