From: Vincent Bernat Date: Sun, 8 Apr 2007 13:02:03 +0000 (+0000) Subject: New patch to fix bug #1484125 of RoundCube : X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=6dd54f8fc647671101120db5f13fb46014a15284;p=roundcube.git New patch to fix bug #1484125 of RoundCube : http://trac.roundcube.net/trac.cgi/ticket/1484125 --- diff --git a/debian/patches/rfc2822_date.patch b/debian/patches/rfc2822_date.patch new file mode 100644 index 0000000..a5b63a0 --- /dev/null +++ b/debian/patches/rfc2822_date.patch @@ -0,0 +1,11 @@ +--- roundcubemail-0.1beta2/program/steps/mail/sendmail.inc~ 2006-08-01 00:51:23.000000000 +0200 ++++ roundcubemail-0.1beta2/program/steps/mail/sendmail.inc 2007-04-08 14:58:54.000000000 +0200 +@@ -107,7 +107,7 @@ + $identity_arr['string'] = $from; + + // compose headers array +-$headers = array('Date' => date('D, j M Y G:i:s O'), ++$headers = array('Date' => date('D, j M Y H:i:s O'), + 'From' => $identity_arr['string'], + 'To' => rcube_charset_convert($mailto, $input_charset, $message_charset)); + diff --git a/debian/patches/series b/debian/patches/series index d9c2b5e..a03f782 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,3 +1,4 @@ dbconfig-common_support.patch correct_install_path.patch use_mcrypt.patch +rfc2822_date.patch