Re: [PATCH 2/2] emacs/show: restrict inlined mimetypes on refresh.

2022-08-11 Thread David Bremner
Tomi Ollila writes: > On Mon, Aug 01 2022, David Bremner wrote: > >> This fixes the bug reported by Al [1]. Essentially apply the same fix >> as [2] in a different place. >> >> [1]: id:877d41nmr1@gmail.com >> [2]: 90a7c1af368a527700dcde9b0dcbd760afc7bd92 > > LGTM. > > Tomi Applied to

Re: [PATCH 2/2] emacs/show: restrict inlined mimetypes on refresh.

2022-08-10 Thread Tomi Ollila
On Mon, Aug 01 2022, David Bremner wrote: > This fixes the bug reported by Al [1]. Essentially apply the same fix > as [2] in a different place. > > [1]: id:877d41nmr1@gmail.com > [2]: 90a7c1af368a527700dcde9b0dcbd760afc7bd92 LGTM. Tomi > --- > emacs/notmuch-show.el | 1 + >

[PATCH 2/2] emacs/show: restrict inlined mimetypes on refresh.

2022-08-01 Thread David Bremner
This fixes the bug reported by Al [1]. Essentially apply the same fix as [2] in a different place. [1]: id:877d41nmr1@gmail.com [2]: 90a7c1af368a527700dcde9b0dcbd760afc7bd92 --- emacs/notmuch-show.el | 1 + test/T450-emacs-show.sh | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff