diff options
author | Milan Crha <mcrha@redhat.com> | 2010-10-07 16:03:54 +0800 |
---|---|---|
committer | Milan Crha <mcrha@redhat.com> | 2010-10-07 16:03:54 +0800 |
commit | 2d0af11b43e21e1af20f01fa14c0cef7c3cc646e (patch) | |
tree | 41261d4282bcddcf59b43057943ece6d512aa4cc | |
parent | 6c63103cb46a1cf2a761c312c7a8480338a61742 (diff) | |
download | gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar.gz gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.tar.zst gsoc2013-evolution-2d0af11b43e21e1af20f01fa14c0cef7c3cc646e.zip |
Bug #631588 - Sort by Subject doesn't work
-rw-r--r-- | mail/message-list.etspec | 2 |
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"/> |