From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 39E7A6DE14F9 for ; Mon, 13 Feb 2017 06:33:53 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.005 X-Spam-Level: X-Spam-Status: No, score=-0.005 tagged_above=-999 required=5 tests=[AWL=0.006, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 2llQnfR7Xc-7 for ; Mon, 13 Feb 2017 06:33:51 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 6172E6DE14BC for ; Mon, 13 Feb 2017 06:33:51 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1cdHgj-000502-Jp; Mon, 13 Feb 2017 09:33:09 -0500 Received: (nullmailer pid 21089 invoked by uid 1000); Mon, 13 Feb 2017 14:33:44 -0000 From: David Bremner To: Tomas Nordin , Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH v2] emacs: show: stop display of application/* parts In-Reply-To: <87vasfhvg8.fsf@flaptop.tomnor.org> References: <1485596862-32326-1-git-send-email-markwalters1009@gmail.com> <87vasfhvg8.fsf@flaptop.tomnor.org> Date: Mon, 13 Feb 2017 09:33:44 -0500 Message-ID: <87efz2ma7r.fsf@rocinante.cs.unb.ca> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Feb 2017 14:33:53 -0000 Tomas Nordin writes: > Mark Walters writes: > >> Gnus seems to display application/zip and application/tar by >> default. This doesn't seem desirable so we override it. >> >> We only override if the user has not customized >> mm-inline-override-types themselves. > > But what will we do if the user has not customized it because she > /wants/ to display all possible things inline. I have not seen that this > patch is merged into master, and probably, when I have learned about > this variable, I think maybe it's better not to do it in the notmuch > code. The problem is that the gnus default is somehow unsafe, and causes bad behaviour for people receiving large attachments. d