From eb4ad7a7406af080c03c6af88430e8cd31e51225 Mon Sep 17 00:00:00 2001 From: hiro Date: Wed, 29 Jun 2005 06:09:22 +0000 Subject: reverted the previous change of Date: header. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@383 ee746299-78ed-0310-b773-934348b2243d --- src/utils.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/utils.c b/src/utils.c index 0e544f1a..f5ba1125 100644 --- a/src/utils.c +++ b/src/utils.c @@ -2632,9 +2632,11 @@ gchar *get_outgoing_rfc2822_str(FILE *fp) if (fgets(buf, sizeof(buf), fp) == NULL) break; } +#if 0 } else if (!g_ascii_strncasecmp(buf, "Date:", 5)) { get_rfc822_date(buf, sizeof(buf)); g_string_append_printf(str, "Date: %s\r\n", buf); +#endif } else { g_string_append(str, buf); g_string_append(str, "\r\n"); -- cgit v1.2.3