Merge pull request #153 from davestephens/messaging-fixes
Messaging Fixes
This commit is contained in:
commit
75f3cf3a82
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1914,9 +1914,6 @@
|
||||||
submit: true
|
submit: true
|
||||||
argName: message
|
argName: message
|
||||||
}
|
}
|
||||||
TL6: {
|
|
||||||
// theme me!
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
submit: {
|
submit: {
|
||||||
*: [
|
*: [
|
||||||
|
|
|
@ -37,7 +37,7 @@ exports.moduleInfo = {
|
||||||
|
|
||||||
const MciViewIds = {
|
const MciViewIds = {
|
||||||
msgList : 1, // VM1
|
msgList : 1, // VM1
|
||||||
MsgInfo1 : 2, // TL2
|
msgInfo1 : 2, // TL2
|
||||||
};
|
};
|
||||||
|
|
||||||
exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(MenuModule) {
|
exports.getModule = class MessageListModule extends MessageAreaConfTempSwitcher(MenuModule) {
|
||||||
|
|
Loading…
Reference in New Issue