From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.emacs.gnus.general/47906 Path: main.gmane.org!not-for-mail From: Derrell.Lipman@UnwiredUniverse.com Newsgroups: gmane.emacs.gnus.general Subject: gnus-inhibit-mime-unbuttonizing is useful but undocumented Date: Tue, 26 Nov 2002 09:36:16 -0500 Sender: owner-ding@hpc.uh.edu Message-ID: Reply-To: Derrell.Lipman@UnwiredUniverse.com NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: main.gmane.org 1038333688 13990 80.91.224.249 (26 Nov 2002 18:01:28 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Tue, 26 Nov 2002 18:01:28 +0000 (UTC) Return-path: Original-Received: from malifon.math.uh.edu ([129.7.128.13]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 18Gk1W-0003dU-00 for ; Tue, 26 Nov 2002 19:01:26 +0100 Original-Received: from sina.hpc.uh.edu ([129.7.128.10] ident=lists) by malifon.math.uh.edu with esmtp (Exim 3.20 #1) id 18Gk2S-0000cR-00; Tue, 26 Nov 2002 12:02:24 -0600 Original-Received: by sina.hpc.uh.edu (TLB v0.09a (1.20 tibbs 1996/10/09 22:03:07)); Tue, 26 Nov 2002 12:03:11 -0600 (CST) Original-Received: from epithumia.math.uh.edu (epithumia.math.uh.edu [129.7.128.2]) by sina.hpc.uh.edu (8.9.3/8.9.3) with ESMTP id MAA22691 for ; Tue, 26 Nov 2002 12:03:03 -0600 (CST) Original-Received: (from tibbs@localhost) by epithumia.math.uh.edu (8.11.2/8.11.1) id gAQI2BK05465 for ding@hpc.uh.edu; Tue, 26 Nov 2002 12:02:11 -0600 Original-Received: from sclp3.sclp.com (qmailr@[209.196.61.66]) by sina.hpc.uh.edu (8.9.3/8.9.3) with SMTP id IAA22163 for ; Tue, 26 Nov 2002 08:37:42 -0600 (CST) Original-Received: (qmail 17914 invoked by alias); 26 Nov 2002 14:36:28 -0000 Original-Received: (qmail 17908 invoked from network); 26 Nov 2002 14:36:28 -0000 Original-Received: from h0080ad81a8d6.ne.client2.attbi.com (HELO chaos.localnet.unwireduniverse.com) (24.147.249.152) by gnus.org with SMTP; 26 Nov 2002 14:36:28 -0000 Original-Received: from random.localnet.unwireduniverse.com (mail@random.localnet.UnwiredUniverse.com [192.168.1.9]) by chaos.localnet.unwireduniverse.com (8.12.1/8.12.1) with ESMTP id gAQEaGdm002530 for ; Tue, 26 Nov 2002 09:36:16 -0500 Original-Received: from derrell by random.localnet.unwireduniverse.com with local (Exim 3.35 #1 (Debian)) id 18Ggoy-0000Uc-00 for ; Tue, 26 Nov 2002 09:36:16 -0500 Original-To: ding@gnus.org Mail-Followup-To: ding@gnus.org Original-Lines: 32 User-Agent: Gnus/5.090006 (Oort Gnus v0.06) XEmacs/21.4 (Informed Management, i686-pc-linux) Precedence: list X-Majordomo: 1.94.jlt7 Xref: main.gmane.org gmane.emacs.gnus.general:47906 X-Report-Spam: http://spam.gmane.org/gmane.emacs.gnus.general:47906 Kai, Simon, or other GNUS developers... There have been a number of questions/comments/requests recently (in gnu.emacs.gnus) regarding seeing buttons for all mime parts. The variable gnus-inhibit-mime-unbuttonizing solves this problem, but is undocumented -- although it is referenced in the documentation of gnus-buttonized-mime-types. g-i-m-u should probably be documented, both in code and in the manual. Derrell Thomas Steffen writes: > Derrell.Lipman@UnwiredUniverse.com writes: > >> I believe that the way I have gnus configured, it does exactly this. >> I receive those virus messages on a regular basis. This is what I >> see in the Article buffer: > >> 1. ( ) text/html ( ) audio/x-wav (*) text/plain ( ) application/octet-stream > > That should be perfect. > >> ;; show buttons for all alternatives even though we prefer to display text >> gnus-inhibit-mime-unbuttonizing t > > I didn't know this variable exists. It even works in Gnus 5.8. > Thank's! > > Imho that should solve the original problem. Just never forward any > content you haven't checked. > > Thomas