Fix column display for subfolders of draft & sent

This commit is contained in:
Francis Lachapelle
2013-01-11 14:47:13 -05:00
parent c34cca6a16
commit 0211a26aba
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -637,7 +637,7 @@ function onMailboxTreeItemClick(event) {
}
else {
var datatype = this.parentNode.getAttribute("datatype");
if (datatype == 'draft' || datatype == 'sent')
if (datatype == 'draft' || datatype == 'draft/folder' || datatype == 'sent' || datatype == 'sent/folder')
toggleAddressColumn("from", "to");
else
toggleAddressColumn("to", "from");