Re: Disabling zip archives preview

Subject: Re: Disabling zip archives preview

Date: Tue, 03 May 2016 13:43:24 +0100

To: Sanel Zukan, notmuch@notmuchmail.org

Cc:

From: David Edmondson


On Tue, May 03 2016, Sanel Zukan wrote:
> Hi guys,
>
> Pardon me if this question was asked before, is it possible to disable
> automatic preview of zip/archive attachments and keep it toggled as
> hidden?
>
> I often get spam (who does not?) with zip archives and some javascript
> junk, which emacs happily open and tries to paint; beside
> stability/security implications (gobbled text could cause font-lock to
> go mad), I'm not fond of viewing that junk either.

Remove "application/zip" from `mm-inlined-types':

(setq mm-inlined-types (remove "application/zip" mm-inlined-types))

Thread: