diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 14:24:53 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 14:24:53 +0800 |
commit | 89791fb36475d2cfceefd8613f1f2802b3b96267 (patch) | |
tree | 64d496076244f30fe55f89a3c5a258ad9e2d469d /mail/message-list.etspec | |
parent | 8d0007578eef6f69c3a2af9b7954f44c671ec331 (diff) | |
download | gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar.gz gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar.bz2 gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar.lz gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar.xz gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar.zst gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.zip |
Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #504062 (Don't use collate keys for comparing addresses as they are not hashed)
svn path=/trunk/; revision=34911
Diffstat (limited to 'mail/message-list.etspec')
-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 bd2ec76554..84fc12fafb 100644 --- a/mail/message-list.etspec +++ b/mail/message-list.etspec @@ -9,7 +9,7 @@ <ETableColumn model_col="4" compare_col="19" _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="20" _title="Subject" expansion="1.6" minimum_width="32" resizable="true" cell="render_tree" compare="collate" search="string"/> + <ETableColumn model_col="5" compare_col="20" _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"/> |