* WIP user list - mostly complete

* Some code cleanup / renaming
This commit is contained in:
Bryan Ashby 2015-10-18 11:48:08 -06:00
parent b2509e9208
commit e36507fec1
9 changed files with 144 additions and 9 deletions

View file

@ -135,7 +135,7 @@ MessageListModule.prototype.mciReady = function(mciData, cb) {
// :TODO: fix default format
var listFormat = self.menuConfig.config.listFormat || '{msgNum:>4} - {subj:>35} |{to:>15}';
var focusListFormat = self.menuConfig.config.focusListFormat;
var focusListFormat = self.menuConfig.config.focusListFormat || listFormat; // :TODO: default change color here
var msgNum = 1;
var newMark = '*'; // :TODO: Make configurable