X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/5f8669c5e6eeaa456ebe99415e532671ba3bd15f..939639fcf1dad1b8f3a85d641f41d11c49281f3c:/debian/patches/features/compressed-folders diff --git a/debian/patches/features/compressed-folders b/debian/patches/features/compressed-folders index 7f6e233..5a16ce8 100644 --- a/debian/patches/features/compressed-folders +++ b/debian/patches/features/compressed-folders @@ -22,7 +22,7 @@ The home page for this patch is: == END PATCH --- /dev/null +++ b/compress.c -@@ -0,0 +1,496 @@ +@@ -0,0 +1,499 @@ +/* + * Copyright (C) 1997 Alain Penders + * @@ -303,6 +303,9 @@ The home page for this patch is: + ctx->magic = 0; + FREE (&ctx->compressinfo); + mutt_error (_("Error executing: %s : unable to open the mailbox!\n"), cmd); ++ // remove the partial uncompressed file ++ remove_file (ctx); ++ restore_path (ctx); + } + FREE (&cmd); + if (rc)