]> git.donarmstrong.com Git - roundcube.git/commitdiff
New patch to fix bug #1484125 of RoundCube :
authorVincent Bernat <bernat@luffy.cx>
Sun, 8 Apr 2007 13:02:03 +0000 (13:02 +0000)
committerJérémy Bobbio <lunar@debian.org>
Sat, 18 Jun 2011 16:02:38 +0000 (18:02 +0200)
http://trac.roundcube.net/trac.cgi/ticket/1484125

debian/patches/rfc2822_date.patch [new file with mode: 0644]
debian/patches/series

diff --git a/debian/patches/rfc2822_date.patch b/debian/patches/rfc2822_date.patch
new file mode 100644 (file)
index 0000000..a5b63a0
--- /dev/null
@@ -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));
index d9c2b5e56c3fba7d3deddf888f0649d7c59210c2..a03f782d5a872b066711cf8cc967a15d14083996 100644 (file)
@@ -1,3 +1,4 @@
 dbconfig-common_support.patch
 correct_install_path.patch
 use_mcrypt.patch
+rfc2822_date.patch