aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.etspec
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-06-05 05:25:23 +0800
committerChris Lahey <clahey@src.gnome.org>2002-06-05 05:25:23 +0800
commit18bbb3ccc17abbb798fd13e183e5436f12382c68 (patch)
treebbc099c9319a55d3922432d8fe6566596e2ece9e /mail/message-list.etspec
parent75a1cb19cdba3774d8d76ac9bf238254545b018f (diff)
downloadgsoc2013-evolution-18bbb3ccc17abbb798fd13e183e5436f12382c68.tar
gsoc2013-evolution-18bbb3ccc17abbb798fd13e183e5436f12382c68.tar.gz
gsoc2013-evolution-18bbb3ccc17abbb798fd13e183e5436f12382c68.tar.bz2
gsoc2013-evolution-18bbb3ccc17abbb798fd13e183e5436f12382c68.tar.lz
gsoc2013-evolution-18bbb3ccc17abbb798fd13e183e5436f12382c68.tar.xz
gsoc2013-evolution-18bbb3ccc17abbb798fd13e183e5436f12382c68.tar.zst
gsoc2013-evolution-18bbb3ccc17abbb798fd13e183e5436f12382c68.zip
Added priorities.
2002-06-04 Christopher James Lahey <clahey@ximian.com> * message-list.etspec: Added priorities. svn path=/trunk/; revision=17110
Diffstat (limited to 'mail/message-list.etspec')
-rw-r--r--mail/message-list.etspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/message-list.etspec b/mail/message-list.etspec
index 23149dd8e8..d153a1440a 100644
--- a/mail/message-list.etspec
+++ b/mail/message-list.etspec
@@ -7,7 +7,7 @@
<ETableColumn model_col= "3" _title="Attachment" pixbuf="attachment" expansion="0.0" minimum_width="18" resizable="false" cell="render_attachment" compare="integer" sortable="false"/>
- <ETableColumn model_col= "4" _title="From" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare" search="string"/>
+ <ETableColumn model_col= "4" _title="From" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare" search="string" priority="10"/>
<ETableColumn model_col= "5" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="subject_compare" search="string"/>
@@ -15,7 +15,7 @@
<ETableColumn model_col= "7" _title="Received" expansion="0.4" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>
- <ETableColumn model_col= "8" _title="To" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare" search="string"/>
+ <ETableColumn model_col= "8" _title="To" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare" search="string" priority="5"/>
<ETableColumn model_col= "9" _title="Size" expansion="0.2" minimum_width="32" resizable="true" cell="render_size" compare="integer"/>