Dropped old data types

pull/17/head
Ludovic Marcotte 2014-01-09 20:42:16 -05:00
parent ca541d7299
commit ed97407578
1 changed files with 1 additions and 1 deletions

View File

@ -637,7 +637,7 @@ function onMailboxTreeItemClick(event) {
}
else {
var datatype = this.parentNode.getAttribute("datatype");
if (datatype == 'draft' || datatype == 'draft/folder' || datatype == 'sent' || datatype == 'sent/folder')
if (datatype == 'draft' || datatype == 'sent')
toggleAddressColumn("from", "to");
else
toggleAddressColumn("to", "from");