aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.etspec
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-10-07 16:03:54 +0800
committerMilan Crha <mcrha@redhat.com>2010-10-07 16:03:54 +0800
commit2d0af11b43e21e1af20f01fa14c0cef7c3cc646e (patch)
tree41261d4282bcddcf59b43057943ece6d512aa4cc /mail/message-list.etspec
parent6c63103cb46a1cf2a761c312c7a8480338a61742 (diff)
downloadgsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar
gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar.gz
gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar.bz2
gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar.lz
gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar.xz
gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar.zst
gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.zip
Bug #631588 - Sort by Subject doesn't work
Diffstat (limited to 'mail/message-list.etspec')
-rw-r--r--mail/message-list.etspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.etspec b/mail/message-list.etspec
index d153acb297..08f51bfa3e 100644
--- a/mail/message-list.etspec
+++ b/mail/message-list.etspec
@@ -9,7 +9,7 @@
<ETableColumn model_col="4" compare_col="20" _title="From" expansion="1.0" minimum_width="32" resizable="true" cell="render_text" compare="address_compare" search="string" priority="10"/>
- <ETableColumn model_col="5" compare_col="21" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="stringcase" search="string"/>
+ <ETableColumn model_col="5" compare_col="21" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="string" search="string"/>
<ETableColumn model_col="6" _title="Date" expansion="0.4" minimum_width="32" resizable="true" cell="render_date" compare="integer"/>