1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-18 07:10:09 -07:00
mailhops-plugin/chrome/content/msgListColumn.xul
2019-12-10 01:52:19 -07:00

15 lines
648 B
XML

<?xml version="1.0"?>
<overlay id="mailhops_listcolumn"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<tree id="threadTree">
<treecols id="threadCols">
<splitter class="tree-splitter" />
<treecol id="colMailHops" persist="hidden ordinal width"
currentView="unthreaded" flex="2"
label="Country" tooltiptext="Click to sort by Country" />
</treecols>
</tree>
<script type="application/x-javascript" src="chrome://mailhops/content/mailhops-1-utils.js"/>
<script type="application/x-javascript" src="chrome://mailhops/content/mailhops-5-msgListColumn.js"/>
</overlay>