X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=857e1e141121e7dc66562677e466400b6872cda0;hp=e6c166414f1a72c376911b4e4dae63e26250e519;hb=67dbd24ece883e9cb0258fce289e40ca276b729d;hpb=a58c75fdf6120aa3861e95a4a61fa268dee6a690 diff --git a/notmuch-reply.c b/notmuch-reply.c index e6c16641..857e1e14 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -61,7 +61,7 @@ format_part_reply (GMimeStream *stream, mime_node_t *node) recipients_string); g_free (recipients_string); g_mime_stream_printf (stream, "> Subject: %s\n", g_mime_message_get_subject (message)); - g_mime_stream_printf (stream, "> Date: %s\n", g_mime_message_get_date_as_string (message)); + g_mime_stream_printf (stream, "> Date: %s\n", g_mime_message_get_date_string (node, message)); g_mime_stream_printf (stream, ">\n"); } else if (GMIME_IS_PART (node->part)) { GMimeContentType *content_type = g_mime_object_get_content_type (node->part);