aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.etspec
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-05-28 09:24:41 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-05-28 09:24:41 +0800
commita40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db (patch)
tree78f9d128af96e0ed1cbc26992c1536dfd1be9cc0 /mail/message-list.etspec
parentbb076508f07b6fa4ee2a1534d727659dd7b06cc7 (diff)
downloadgsoc2013-evolution-a40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db.tar
gsoc2013-evolution-a40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db.tar.gz
gsoc2013-evolution-a40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db.tar.bz2
gsoc2013-evolution-a40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db.tar.lz
gsoc2013-evolution-a40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db.tar.xz
gsoc2013-evolution-a40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db.tar.zst
gsoc2013-evolution-a40da8d5704e3c3eed1cc9fd9d5bf9eab554a7db.zip
Removed the etable spec string. (message_list_construct): Load the etable
2001-05-27 Jeffrey Stedfast <fejj@ximian.com> * message-list.c: Removed the etable spec string. (message_list_construct): Load the etable spec from a file. * folder-browser-factory.c: Load the etable spec from the file, not a string. * Makefile.am: Add message-list.etspec to be installed. * message-list.etspec: New file containing the ETable file specification. * mail-config.h: Prototype evolution_mail_config_get_type. svn path=/trunk/; revision=10025
Diffstat (limited to 'mail/message-list.etspec')
-rw-r--r--mail/message-list.etspec17
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/message-list.etspec b/mail/message-list.etspec
new file mode 100644
index 0000000000..3910f688bd
--- /dev/null
+++ b/mail/message-list.etspec
@@ -0,0 +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="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="24.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare"/>
+ <ETableColumn model_col= "5" _title="Subject" expansion="30.0" minimum_width="32" resizable="true" cell="render_tree" compare="subject_compare"/>
+ <ETableColumn model_col= "6" _title="Date" expansion="24.0" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>
+ <ETableColumn model_col= "7" _title="Received" expansion="20.0" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>
+ <ETableColumn model_col= "8" _title="To" expansion="24.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare"/>
+ <ETableColumn model_col= "9" _title="Size" expansion="6.0" minimum_width="32" resizable="true" cell="render_size" compare="integer"/>
+ <ETableState>
+ <column source="0"/> <column source="3"/> <column source="1"/>
+ <column source="4"/> <column source="5"/> <column source="6"/>
+ <grouping> </grouping>
+ </ETableState>
+</ETableSpecification>