From 24a97af734b300700463ff3532e796152f34aa64 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Fri, 1 May 2020 12:03:46 -0700 Subject: mailscripts.el: Set NO-STRICT-MIME argument of `mm-dissect-buffer' Signed-off-by: Sean Whitton --- mailscripts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mailscripts.el') diff --git a/mailscripts.el b/mailscripts.el index 6fc8c69..193ca5c 100644 --- a/mailscripts.el +++ b/mailscripts.el @@ -123,7 +123,7 @@ git-format-patch(1)." "Dgit repo: \nsnew branch name (or leave blank to apply to current HEAD): ") (with-current-notmuch-show-message (let ((default-directory (expand-file-name repo)) - (mm-handle (mm-dissect-buffer))) + (mm-handle (mm-dissect-buffer t))) (mailscripts--check-out-branch branch) (notmuch-foreach-mime-part (lambda (p) -- cgit v1.2.3