From bbd44053cddc15beb67cd3326c887b629140a96e Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Wed, 24 Sep 2014 09:58:55 +0200 Subject: [PATCH] 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. --- etc/mhl.reply | 1 - etc/replcomps | 3 +++ etc/replgroupcomps | 3 +++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/etc/mhl.reply b/etc/mhl.reply index 3498263..0caf5db 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 3b94380..8a76679 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 789633f..f6af3a9 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}) +> -- 1.7.10.4