aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.etspec
Commit message (Collapse)AuthorAgeFilesLines
* disable this column. Fixes Ximian bug #12381.Christopher James Lahey2001-10-231-1/+1
| | | | | | | | | 2001-10-22 Christopher James Lahey <clahey@ximian.com> * message-list.etspec (Score): disable this column. Fixes Ximian bug #12381. svn path=/trunk/; revision=13898
* Revert the change to remove the Score column until Chris can fix ETable soDan Winship2001-10-131-9/+10
| | | | | | | | | * message-list.c, message-list.h, message-list.etspec: Revert the change to remove the Score column until Chris can fix ETable so it's possible to remove a column without breaking everyone's exisiting settings. svn path=/trunk/; revision=13646
* removed Score stuff from the message-listJeffrey Stedfast2001-10-131-10/+9
| | | | svn path=/trunk/; revision=13626
* Made the default values for column expansions here more reasonable.Christopher James Lahey2001-08-171-6/+6
| | | | | | | | | 2001-08-17 Christopher James Lahey <clahey@ximian.com> * message-list.etspec: Made the default values for column expansions here more reasonable. svn path=/trunk/; revision=12149
* Make the date column smaller and the subject column larger, relatively.Peter Williams2001-07-271-1/+1
| | | | | | | | | 2001-07-26 Peter Williams <peterw@ximian.com> * message-list.etspec: Make the date column smaller and the subject column larger, relatively. svn path=/trunk/; revision=11429
* Rename "Date" column to "Sent".Peter Williams2001-07-261-1/+1
| | | | | | | | 2001-07-26 Peter Williams <peterw@ximian.com> * message-list.etspec: Rename "Date" column to "Sent". svn path=/trunk/; revision=11424
* Removed the etable spec string. (message_list_construct): Load the etableJeffrey Stedfast2001-05-281-0/+17
2001-05-27 Jeffrey Stedfast <fejj@ximian.com> * message-list.c: Removed the etable spec string. (message_list_construct): Load the etable spec from a file. * folder-browser-factory.c: Load the etable spec from the file, not a string. * Makefile.am: Add message-list.etspec to be installed. * message-list.etspec: New file containing the ETable file specification. * mail-config.h: Prototype evolution_mail_config_get_type. svn path=/trunk/; revision=10025