X-Git-Url: https://git.llucax.com/software/mutt-debian.git/blobdiff_plain/58dc6c781fe54b6cee5e95b85cecaddce760e7e0..e1dc777d9c8cdc5ac54e3018a3211fa9823b81eb:/debian/patches/upstream/537818-emptycharset.patch?ds=inline diff --git a/debian/patches/upstream/537818-emptycharset.patch b/debian/patches/upstream/537818-emptycharset.patch index 10fb5d8..bdbe083 100644 --- a/debian/patches/upstream/537818-emptycharset.patch +++ b/debian/patches/upstream/537818-emptycharset.patch @@ -1,6 +1,9 @@ +without this patch mutt crashes if any option that contains charset is set to +empty, see upstream bug http://bugs.mutt.org/3326 + --- a/init.c +++ b/init.c -@@ -1751,6 +1751,9 @@ +@@ -1732,6 +1732,9 @@ char *p, *q = NULL, *s = safe_strdup (val); int rc = 0, strict = strcmp (opt->option, "send_charset") == 0;