diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-22 02:17:21 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-22 02:17:21 +0800 |
commit | 4907469fb04fb79811724df20921675b72fe8915 (patch) | |
tree | 7eaaeff72e12c815449c09273c8fe1a6350b16fc /mail/message-list.h | |
parent | 242ffb8b8efa42579d6b36339f86f09b894c525e (diff) | |
download | gsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.tar.gz gsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.tar.zst gsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.zip |
Update received date to work like sent date.
* message-list.c: Update received date to work like sent date.
svn path=/trunk/; revision=3678
Diffstat (limited to 'mail/message-list.h')
-rw-r--r-- | mail/message-list.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/message-list.h b/mail/message-list.h index d3be0c14bc..28ce513e18 100644 --- a/mail/message-list.h +++ b/mail/message-list.h @@ -31,7 +31,7 @@ enum { COL_FROM, COL_SUBJECT, COL_SENT, - COL_RECEIVE, + COL_RECEIVED, COL_TO, COL_SIZE, |