[Pkg-citadel-commit] r197 - in citadel/trunk/debian: . patches

dothebart-guest at alioth.debian.org dothebart-guest at alioth.debian.org
Sat Feb 7 15:28:43 UTC 2009


Author: dothebart-guest
Date: 2009-02-07 15:28:43 +0000 (Sat, 07 Feb 2009)
New Revision: 197

Added:
   citadel/trunk/debian/patches/r7073_msg4_long_lines.diff
Modified:
   citadel/trunk/debian/changelog
   citadel/trunk/debian/patches/series
Log:
  * [r7073] add upstream prepatch; msg4 would output invalid lines if to
    many recipients are there, which causes wecit to show spurious to: lines



Modified: citadel/trunk/debian/changelog
===================================================================
--- citadel/trunk/debian/changelog	2008-12-18 11:36:51 UTC (rev 196)
+++ citadel/trunk/debian/changelog	2009-02-07 15:28:43 UTC (rev 197)
@@ -1,3 +1,11 @@
+citadel (7.38-2) unstable; urgency=low
+
+  [ Wilfried Goesgens ]
+  * [r7073] add upstream prepatch; msg4 would output invalid lines if to
+    many recipients are there, which causes wecit to show spurious to: lines
+
+ -- Michael Meskes <meskes at debian.org>  Sat, 07 Feb 2009 17:04:55 +0100
+
 citadel (7.38-1) unstable; urgency=low
 
   [ Wilfried Goesgens ]

Added: citadel/trunk/debian/patches/r7073_msg4_long_lines.diff
===================================================================
--- citadel/trunk/debian/patches/r7073_msg4_long_lines.diff	                        (rev 0)
+++ citadel/trunk/debian/patches/r7073_msg4_long_lines.diff	2009-02-07 15:28:43 UTC (rev 197)
@@ -0,0 +1,14 @@
+Index: msgbase.c
+===================================================================
+--- msgbase.c	(Revision 7072)
++++ msgbase.c	(Revision 7073)
+@@ -1780,6 +1780,9 @@
+ 			if (k != 'M') {
+ 				if ( (TheMessage->cm_fields[k] != NULL)
+ 				   && (msgkeys[k] != NULL) ) {
++					if ((k == 'V') || (k == 'R') || (k == 'Y')) {
++						sanitize_truncated_recipient(TheMessage->cm_fields[k]);
++					}
+ 					if (k == 'A') {
+ 						if (do_proto) cprintf("%s=%s\n",
+ 							msgkeys[k],

Modified: citadel/trunk/debian/patches/series
===================================================================
--- citadel/trunk/debian/patches/series	2008-12-18 11:36:51 UTC (rev 196)
+++ citadel/trunk/debian/patches/series	2009-02-07 15:28:43 UTC (rev 197)
@@ -1,2 +1,3 @@
 r6612_fixes.diff
 r6718_fix_sieve_header_hickup.diff
+r7073_msg4_long_lines.diff




More information about the Pkg-citadel-commit mailing list