aboutsummaryrefslogtreecommitdiff
path: root/libraries/libvmime-zarafa/zarafa-patches/vmime-strip-header-endspaces.diff
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackbuilds.org>2010-05-21 15:00:41 -0500
committerRobby Workman <rworkman@slackbuilds.org>2010-05-23 23:21:41 -0500
commit0c588813f0d7961a2176926094a0fe4a407c46ba (patch)
tree0286b69b0e5d1eb8668ddc33c0cd457d8d5037d2 /libraries/libvmime-zarafa/zarafa-patches/vmime-strip-header-endspaces.diff
parent0384ae1d8559510444347cc44e536344705ae387 (diff)
libraries/libvmime-zarafa: Removed (build failure)
Diffstat (limited to 'libraries/libvmime-zarafa/zarafa-patches/vmime-strip-header-endspaces.diff')
-rw-r--r--libraries/libvmime-zarafa/zarafa-patches/vmime-strip-header-endspaces.diff17
1 files changed, 0 insertions, 17 deletions
diff --git a/libraries/libvmime-zarafa/zarafa-patches/vmime-strip-header-endspaces.diff b/libraries/libvmime-zarafa/zarafa-patches/vmime-strip-header-endspaces.diff
deleted file mode 100644
index 13801b00fc4cd..0000000000000
--- a/libraries/libvmime-zarafa/zarafa-patches/vmime-strip-header-endspaces.diff
+++ /dev/null
@@ -1,17 +0,0 @@
---- libvmime-0.7.1/src/headerField.cpp 2007-07-31 12:54:21.898679250 +0200
-+++ libvmime-0.7.1.patched/src/headerField.cpp 2007-07-31 12:43:08.408588750 +0200
-@@ -189,6 +189,14 @@
- }
- }
-
-+ // strip spaces from end of header lines, also through continuation headers
-+ contentsEnd--; // original enter
-+ while (contentsEnd>contentsStart &&
-+ (buffer[contentsEnd] == ' ' || buffer[contentsEnd] == '\t' ||
-+ buffer[contentsEnd] == '\r' || buffer[contentsEnd] == '\n'))
-+ contentsEnd--;
-+ contentsEnd++; // new 'enter'
-+
- // Return a new field
- headerField* field = headerFieldFactory::getInstance()->create(name);
-