]> git.cworth.org Git - notmuch/commitdiff
emacs/show: restrict inlined mimetypes on refresh.
authorDavid Bremner <david@tethera.net>
Mon, 1 Aug 2022 11:39:18 +0000 (08:39 -0300)
committerDavid Bremner <david@tethera.net>
Thu, 11 Aug 2022 10:17:17 +0000 (07:17 -0300)
This fixes the bug reported by Al [1]. Essentially apply the same fix
as [2] in a different place.

[1]: id:877d41nmr1.fsf@gmail.com
[2]: 90a7c1af368a527700dcde9b0dcbd760afc7bd92

emacs/notmuch-show.el
test/T450-emacs-show.sh

index a66506780005fb1940dfa6e229b339c0f16b1119..619337b4461ffd1b2e2bb479e0eeee4c3ecf7228 100644 (file)
@@ -1528,6 +1528,7 @@ non-nil) then the state of the buffer (open/closed messages) is
 reset based on the original query."
   (interactive "P")
   (let ((inhibit-read-only t)
+       (mm-inline-override-types (notmuch--inline-override-types))
        (state (unless reset-state
                 (notmuch-show-capture-state))))
     ;; `erase-buffer' does not seem to remove overlays, which can lead
index 6310ce7ec765d8269fb4f4d5fed9176def8fc8ca..559df8aaea3f15d73fab7e1f5b4d6739de130a20 100755 (executable)
@@ -339,7 +339,6 @@ EOF
 test_expect_equal_file EXPECTED OUTPUT
 
 test_begin_subtest "tar not inlined by default on refresh"
-test_subtest_known_broken
 test_emacs '(notmuch-show "id:874llc2bkp.fsf@curie.anarc.at")
           (notmuch-show-refresh-view)
        (test-visible-output "OUTPUT")'