From 2708628857def56bb7a6a62480c33a2733a506e7 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sun, 22 Dec 2019 13:08:23 +0100 Subject: fix invalid format string --- lib/format/format.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/format') diff --git a/lib/format/format.go b/lib/format/format.go index 6d638c6..0cb9693 100644 --- a/lib/format/format.go +++ b/lib/format/format.go @@ -238,7 +238,7 @@ func ParseMessageFormat( if marked { markedFlag = "*" } - retval = append(retval, '3', 's') + retval = append(retval, '4', 's') args = append(args, readReplyFlag+delFlag+flaggedFlag+markedFlag) // Move the below cases to proper alphabetical positions once -- cgit v1.2.3