about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--lib/format/format.go2
1 files changed, 1 insertions, 1 deletions
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