aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.etspec
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-06-03 10:52:32 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-06-03 10:52:32 +0800
commitaa3bfbe4224ff1c99d358aeac464ce7e9f0963a8 (patch)
treee5e16e67b4fdf2e67aad5ebc04dbbc328d0eb5bc /mail/message-list.etspec
parent81ae35a505ec589bc5c59f5e5ae8d034c2aa9169 (diff)
downloadgsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar
gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar.gz
gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar.bz2
gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar.lz
gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar.xz
gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.tar.zst
gsoc2013-evolution-aa3bfbe4224ff1c99d358aeac464ce7e9f0963a8.zip
Implement, return a text description of the localfolder.
2002-06-01 Not Zed <NotZed@Ximian.com> * mail-local.c (mlf_getv): Implement, return a text description of the localfolder. * message-list.c (ml_duplicate_value): (ml_free_value): (ml_initialize_value): (ml_value_is_empty): (ml_value_to_string): (ml_tree_value_at): Implement COL_LOCATION, original location of message (useful for vfolder). svn path=/trunk/; revision=17072
Diffstat (limited to 'mail/message-list.etspec')
-rw-r--r--mail/message-list.etspec2
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/message-list.etspec b/mail/message-list.etspec
index c91b386319..23149dd8e8 100644
--- a/mail/message-list.etspec
+++ b/mail/message-list.etspec
@@ -25,6 +25,8 @@
<ETableColumn model_col= "12" _title="Due By" expansion="0.2" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>
+ <ETableColumn model_col= "13" _title="Original Location" expansion="0.2" minimum_width="32" resizable="true" cell="render_text" compare="string"/>
+
<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"/>