aboutsummaryrefslogtreecommitdiffstats
path: root/camel
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@src.gnome.org>2000-09-07 11:48:39 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-09-07 11:48:39 +0800
commit861e4d421cb94007f9448a61c8e8865fa28d6446 (patch)
treefd03d79fa8fe9a3ec00154f48b93e17d3fa0c3b5 /camel
parente35881116fa1c8f94319cae32fdff3cae634b7a4 (diff)
downloadgsoc2013-evolution-861e4d421cb94007f9448a61c8e8865fa28d6446.tar
gsoc2013-evolution-861e4d421cb94007f9448a61c8e8865fa28d6446.tar.gz
gsoc2013-evolution-861e4d421cb94007f9448a61c8e8865fa28d6446.tar.bz2
gsoc2013-evolution-861e4d421cb94007f9448a61c8e8865fa28d6446.tar.lz
gsoc2013-evolution-861e4d421cb94007f9448a61c8e8865fa28d6446.tar.xz
gsoc2013-evolution-861e4d421cb94007f9448a61c8e8865fa28d6446.tar.zst
gsoc2013-evolution-861e4d421cb94007f9448a61c8e8865fa28d6446.zip
oops, spelling mistake
svn path=/trunk/; revision=5227
Diffstat (limited to 'camel')
-rw-r--r--camel/camel-mime-message.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/camel-mime-message.c b/camel/camel-mime-message.c
index 2d36ca184e..b6bd93864e 100644
--- a/camel/camel-mime-message.c
+++ b/camel/camel-mime-message.c
@@ -219,7 +219,7 @@ camel_mime_message_get_date_string (CamelMimeMessage *message)
}
const gchar *
-camel_mime_message_get_received_date (CamelMimeMessage *mime_message)
+camel_mime_message_get_received_date (CamelMimeMessage *message)
{
/* FIXME: is this the received date? and if so then get_sent_date must be wrong */
if (message->date == CAMEL_MESSAGE_DATE_CURRENT)
@@ -228,7 +228,7 @@ camel_mime_message_get_received_date (CamelMimeMessage *mime_message)
}
const gchar *
-camel_mime_message_get_sent_date (CamelMimeMessage *mime_message)
+camel_mime_message_get_sent_date (CamelMimeMessage *message)
{
/* FIXME: is this the sent date? and if so then get_received_date must be wrong */
if (message->date == CAMEL_MESSAGE_DATE_CURRENT)