From 1346a86ec4a41598a0972e3971970799badfae07 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Tue, 9 Jan 2018 02:39:31 +0000 Subject: [PATCH] Bug-fix: when I added the SPAM attribute flag, I forgot to extend this text.dat line to accomodate, so the "(Closed)" auxattr (for closed polls), if set, would not be shown. --- ctrl/text.dat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctrl/text.dat b/ctrl/text.dat index 63146fca7d..d65adfc8b0 100644 --- a/ctrl/text.dat +++ b/ctrl/text.dat @@ -1,6 +1,6 @@ "\1n\1h\1c�������\1n������\1h\1k�������\1n\1c���������\r\n"\ 001 MsgSubj "\1h� \1bSubj\1n\1b: \1h\1c%.70s" -"\r\n� \1bAttr\1n\1b: \1h\1c%s%s%s%s%s%s%s%s%s%s%s%s%s" 002 MsgAttr +"\r\n� \1bAttr\1n\1b: \1h\1c%s%s%s%s%s%s%s%s%s%s%s%s%s%s" 002 MsgAttr "\r\n� \1bTo \1n\1b: \1h\1c%.70s" 003 MsgTo " #%s" 004 MsgToExt " (%.40s)" 005 MsgToNet -- GitLab