diff options
author | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
---|---|---|
committer | nobody <nobody@localhost> | 2002-05-16 00:19:25 +0800 |
commit | 8f6f0d2eb8e4dc4d9eeeb6033eacff70538f8c65 (patch) | |
tree | 9a14849dd3a40bd1667b88d689e2aa7d58d08bce /mail/message-list.etspec | |
parent | 74f4231f4eb650f0243ff39ab5a085b1df4f7697 (diff) | |
download | gsoc2013-evolution-XPROP_REWRITE.tar gsoc2013-evolution-XPROP_REWRITE.tar.gz gsoc2013-evolution-XPROP_REWRITE.tar.bz2 gsoc2013-evolution-XPROP_REWRITE.tar.lz gsoc2013-evolution-XPROP_REWRITE.tar.xz gsoc2013-evolution-XPROP_REWRITE.tar.zst gsoc2013-evolution-XPROP_REWRITE.zip |
This commit was manufactured by cvs2svn to create tagXPROP_REWRITE
'XPROP_REWRITE'.
svn path=/tags/XPROP_REWRITE/; revision=16889
Diffstat (limited to 'mail/message-list.etspec')
-rw-r--r-- | mail/message-list.etspec | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/mail/message-list.etspec b/mail/message-list.etspec deleted file mode 100644 index c91b386319..0000000000 --- a/mail/message-list.etspec +++ /dev/null @@ -1,33 +0,0 @@ -<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="Score" pixbuf="score" expansion="0.0" minimum_width="18" disabled="true" 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" search="string"/> - - <ETableColumn model_col= "5" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="subject_compare" search="string"/> - - <ETableColumn model_col= "6" _title="Date" 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" search="string"/> - - <ETableColumn model_col= "9" _title="Size" expansion="0.2" minimum_width="32" resizable="true" cell="render_size" compare="integer"/> - - <ETableColumn model_col= "10" _title="Flag Status" pixbuf="followup" expansion="0.0" minimum_width="18" resizable="false" cell="render_flag_status" compare="integer"/> - - <ETableColumn model_col= "11" _title="Follow Up Flag" expansion="0.2" minimum_width="32" resizable="true" cell="render_text" compare="string"/> - - <ETableColumn model_col= "12" _title="Due By" expansion="0.2" minimum_width="32" resizable="true" cell="render_date" compare="integer"/> - - <ETableState> - <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> |