2005-01-26 Helge Hess <helge.hess@skyrix.com>
+ * UIxMailListView.wox: removed unused mail checkboxes and folder-tree
+ popup (#1211) (v0.9.74)
+
* disabled some unsupported buttons and template elements (#1209,
#1210, #1207, #1208) (v0.9.73)
<var:foreach list="messages" item="message">
<tr class="tableview" var:id="msgRowID">
<td>
+<!-- enable once we have buttons and functionality to actually move sth #1211
<input type="checkbox"
var:value="msgRowID"
const:checked="NO"
const:name="selectedRows"
onclick="javascript:toggleRowSelectionStatus(this);"
/>
+-->
</td>
<td>
<var:if condition="isMessageRead">
rootNodes="clientObject.treeNavigationNodes"
/>
-->
+<!-- enable once we have buttons and functionality to actually move sth #1211
<var:popup const:name="moveto" const:id="moveto"
list="clientObject.mailAccountFolder.allFolderPathes"
item="item" value="item" displayString="item" />
+-->
</td>
</tr>
</table>