X-Git-Url: https://git.pld-linux.org/?p=packages%2Fmutt.git;a=blobdiff_plain;f=mutt-rr.compressed.patch;h=97b6cd2e88720fd815d5045771c3ed92987b4c8c;hp=c49bf422c8dbdcc32ab67e189fc01d09ee2da71d;hb=743c1f9fa6b6b74f7bb1ca6be55b0d506e46f39b;hpb=ee758747bdd4aa7b2ee57d79e9efc67b46ce368b diff --git a/mutt-rr.compressed.patch b/mutt-rr.compressed.patch index c49bf42..97b6cd2 100644 --- a/mutt-rr.compressed.patch +++ b/mutt-rr.compressed.patch @@ -142,7 +142,7 @@ diff -udprP mutt-1.5.19.orig/compress.c mutt-1.5.19/compress.c + ctx->realpath = ctx->path; + + /* Uncompress to /tmp */ -+ mutt_mktemp (tmppath); ++ mutt_mktemp (tmppath, sizeof(tmppath)); + ctx->path = safe_malloc (strlen (tmppath) + 1); + strcpy (ctx->path, tmppath); +} @@ -569,7 +569,7 @@ diff -udprP mutt-1.5.19.orig/configure mutt-1.5.19/configure diff -udprP mutt-1.5.19.orig/configure.ac mutt-1.5.19/configure.ac --- mutt-1.5.19.orig/configure.ac 2008-11-17 22:15:26.000000000 +0200 +++ mutt-1.5.19/configure.ac 2009-01-06 19:16:04.000000000 +0200 -@@ -789,6 +789,11 @@ AC_ARG_ENABLE(mailtool, AC_HELP_STRING([ +@@ -807,6 +807,11 @@ AC_ARG_ENABLE(mailtool, AC_HELP_STRING([ AC_DEFINE(SUN_ATTACHMENT,1,[ Define to enable Sun mailtool attachments support. ]) fi]) @@ -578,7 +578,7 @@ diff -udprP mutt-1.5.19.orig/configure.ac mutt-1.5.19/configure.ac + AC_DEFINE(USE_COMPRESSED,1,[ Define to enable compressed folders support. ]) + fi]) + - AC_ARG_ENABLE(locales-fix, AC_HELP_STRING([--enable-locales-fix], [The result of isprint() is unreliable]), + AC_ARG_ENABLE(locales-fix, AS_HELP_STRING([--enable-locales-fix],[The result of isprint() is unreliable]), [if test x$enableval = xyes; then AC_DEFINE(LOCALES_HACK,1,[ Define if the result of isprint() is unreliable. ]) diff -udprP mutt-1.5.19.orig/curs_main.c mutt-1.5.19/curs_main.c