diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-06-05 05:25:23 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-06-05 05:25:23 +0800 |
commit | 18bbb3ccc17abbb798fd13e183e5436f12382c68 (patch) | |
tree | bbc099c9319a55d3922432d8fe6566596e2ece9e | |
parent | 75a1cb19cdba3774d8d76ac9bf238254545b018f (diff) | |
download | gsoc2013-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
-rw-r--r-- | mail/ChangeLog | 4 | ||||
-rw-r--r-- | mail/message-list.etspec | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1aee3a4612..380c4aebca 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,9 @@ 2002-06-04 Christopher James Lahey <clahey@ximian.com> + * message-list.etspec: Added priorities. + +2002-06-04 Christopher James Lahey <clahey@ximian.com> + * folder-browser-ui.c (folder_browser_ui_setup_view_menus): Set the title of our GalViewCollection. 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"/> |