]> git.pld-linux.org Git - packages/mutt.git/blobdiff - mutt-from_folding.patch
- 1.5.21
[packages/mutt.git] / mutt-from_folding.patch
diff --git a/mutt-from_folding.patch b/mutt-from_folding.patch
deleted file mode 100644 (file)
index 6c7007a..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urNp mutt-1.5.20.orig/sendlib.c mutt-1.5.20/sendlib.c
---- mutt-1.5.20.orig/sendlib.c 2009-06-14 17:46:11.000000000 +0200
-+++ mutt-1.5.20/sendlib.c      2010-09-11 11:49:12.000000000 +0200
-@@ -1737,7 +1737,7 @@ static int write_one_header (FILE *fp, i
-   }
-   else
-   {
--    t = strchr (start, ':');
-+    if(strncmp("From ",start,5)==0) t = strchr (start, ' '); else t = strchr (start, ':');
-     tagbuf = mutt_substrdup (start, t);
-     valbuf = mutt_substrdup (t + 2, end);
-     dprint(4,(debugfile,"mwoh: buf[%s%s] too long, "
This page took 0.030089 seconds and 4 git commands to generate.