Correctly theme private message list

This commit is contained in:
David Stephens 2018-02-12 21:56:36 +00:00
parent 26e8e0f6d0
commit 2509a2b64b
1 changed files with 2 additions and 2 deletions

View File

@ -262,13 +262,13 @@
mailMenuInbox: { mailMenuInbox: {
config: { config: {
listFormat: "|00|15{msgNum:>4} |03{subject:<28.27} |11{fromUserName:<20.20} |03{ts} |01|31{newIndicator}"
focusListFormat: "|00|19|15{msgNum:>4} {subject:<28.27} {fromUserName:<20.20} {ts} {newIndicator}"
dateTimeFormat: ddd MMM Do dateTimeFormat: ddd MMM Do
} }
mci: { mci: {
VM1: { VM1: {
height: 14 height: 14
itemFormat: "|00|15{msgNum:>4} |03{subject:<28.27} |11{fromUserName:<20.20} |03{ts} |15{newIndicator}"
focusItemFormat: "|00|19|15{msgNum:>4} {subject:<28.27} {fromUserName:<20.20} {ts} {newIndicator}"
} }
} }
} }