evolution r36499 - trunk/mail
- From: psankar svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36499 - trunk/mail
- Date: Tue, 30 Sep 2008 09:13:21 +0000 (UTC)
Author: psankar
Date: Tue Sep 30 09:13:21 2008
New Revision: 36499
URL: http://svn.gnome.org/viewvc/evolution?rev=36499&view=rev
Log:
* mail/message-list.c:
Remove unnecessary FIXME.
normalized columns are for internal manipulation.
Modified:
trunk/mail/ChangeLog
trunk/mail/message-list.c
Modified: trunk/mail/message-list.c
==============================================================================
--- trunk/mail/message-list.c (original)
+++ trunk/mail/message-list.c Tue Sep 30 09:13:21 2008
@@ -1409,9 +1409,6 @@
str = camel_message_info_subject (msg_info);
return (void *)(str ? str : "");
case COL_SUBJECT_TRIMMED:
- /* FIXME: "Trimmed subject" is not normalized yet.
- I do not find a way in evo gui to configure the normalized columns like from_norm
- Hence this FIXME should remain until we have a COL_SUBJECT_TRIMMED_NORM. */
str = get_trimmed_subject (msg_info);
return (void *)(str ? str : "");
case COL_SUBJECT_NORM:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]