aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.etspec
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-10-13 09:29:14 +0800
committerDan Winship <danw@src.gnome.org>2001-10-13 09:29:14 +0800
commit29175904b018da8bc93587736018eaec2e10451e (patch)
treed8f281525bd055e88b51effad61220f650e318cb /mail/message-list.etspec
parent5a9173f1b76a95314e421eb5d0d2da805af8c311 (diff)
downloadgsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar
gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar.gz
gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar.bz2
gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar.lz
gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar.xz
gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar.zst
gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.zip
Revert the change to remove the Score column until Chris can fix ETable so
* message-list.c, message-list.h, message-list.etspec: Revert the change to remove the Score column until Chris can fix ETable so it's possible to remove a column without breaking everyone's exisiting settings. svn path=/trunk/; revision=13646
Diffstat (limited to 'mail/message-list.etspec')
-rw-r--r--mail/message-list.etspec19
1 files changed, 10 insertions, 9 deletions
diff --git a/mail/message-list.etspec b/mail/message-list.etspec
index c8a3ebcb8d..5f80afcbb1 100644
--- a/mail/message-list.etspec
+++ b/mail/message-list.etspec
@@ -1,16 +1,17 @@
<ETableSpecification cursor-mode="line" draw-grid="false" draw-focus="true" selection-mode="browse">
<ETableColumn model_col= "0" _title="Status" pixbuf="status" expansion="0.0" minimum_width="18" resizable="false" cell="render_message_status" compare="integer" sortable="false"/>
<ETableColumn model_col= "1" _title="Flagged" pixbuf="flagged" expansion="0.0" minimum_width="18" resizable="false" cell="render_flagged" compare="integer"/>
- <ETableColumn model_col= "2" _title="Attachment" pixbuf="attachment" expansion="0.0" minimum_width="18" resizable="false" cell="render_attachment" compare="integer" sortable="false"/>
- <ETableColumn model_col= "3" _title="From" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare"/>
- <ETableColumn model_col= "4" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="subject_compare"/>
- <ETableColumn model_col= "5" _title="Sent" expansion="0.4" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>
- <ETableColumn model_col= "6" _title="Received" expansion="0.4" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>
- <ETableColumn model_col= "7" _title="To" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare"/>
- <ETableColumn model_col= "8" _title="Size" expansion="0.2" minimum_width="32" resizable="true" cell="render_size" compare="integer"/>
+ <ETableColumn model_col= "2" _title="Score" pixbuf="score" expansion="0.0" minimum_width="18" resizable="false" cell="render_score" compare="integer"/>
+ <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"/>
+ <ETableColumn model_col= "5" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="subject_compare"/>
+ <ETableColumn model_col= "6" _title="Sent" expansion="0.4" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>
+ <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"/>
+ <ETableColumn model_col= "9" _title="Size" expansion="0.2" minimum_width="32" resizable="true" cell="render_size" compare="integer"/>
<ETableState>
- <column source="0"/> <column source="2"/> <column source="1"/>
- <column source="3"/> <column source="4" expansion="1.60"/> <column source="5" expansion="0.40"/>
+ <column source="0"/> <column source="3"/> <column source="1"/>
+ <column source="4"/> <column source="5" expansion="1.60"/> <column source="6" expansion="0.40"/>
<grouping> </grouping>
</ETableState>
</ETableSpecification>