aboutsummaryrefslogtreecommitdiffstats
path: root/mail/message-list.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-06-22 02:17:21 +0800
committerDan Winship <danw@src.gnome.org>2000-06-22 02:17:21 +0800
commit4907469fb04fb79811724df20921675b72fe8915 (patch)
tree7eaaeff72e12c815449c09273c8fe1a6350b16fc /mail/message-list.h
parent242ffb8b8efa42579d6b36339f86f09b894c525e (diff)
downloadgsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.tar
gsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.tar.gz
gsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.tar.bz2
gsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.tar.lz
gsoc2013-evolution-4907469fb04fb79811724df20921675b72fe8915.tar.xz
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.h2
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,