diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-13 09:29:14 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-13 09:29:14 +0800 |
commit | 29175904b018da8bc93587736018eaec2e10451e (patch) | |
tree | d8f281525bd055e88b51effad61220f650e318cb /mail/message-list.h | |
parent | 5a9173f1b76a95314e421eb5d0d2da805af8c311 (diff) | |
download | gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar.gz gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.tar.zst gsoc2013-evolution-29175904b018da8bc93587736018eaec2e10451e.zip |
Revert the change to remove the Score column until Chris can fix ETable so
* 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
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index f07e251435..380d57d46d 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -18,6 +18,7 @@ enum { COL_MESSAGE_STATUS, COL_FLAGGED, + COL_SCORE, COL_ATTACHMENT, COL_FROM, COL_SUBJECT, |