From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.4 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H2 autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 28405 invoked from network); 19 Sep 2021 18:16:42 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 19 Sep 2021 18:16:42 -0000 Received: from localhost ([::1]:35868 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1mS1Mm-0006NQ-6V for ml@inbox.vuxu.org; Sun, 19 Sep 2021 14:16:40 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55904) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mS1I3-0001aO-RQ for info-gnus-english@gnu.org; Sun, 19 Sep 2021 14:11:47 -0400 Received: from ciao.gmane.io ([116.202.254.214]:56832) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mS1I0-0004dH-DU for info-gnus-english@gnu.org; Sun, 19 Sep 2021 14:11:47 -0400 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1mS1Hy-0005aB-Hu for info-gnus-english@gnu.org; Sun, 19 Sep 2021 20:11:42 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: info-gnus-english@gnu.org From: =?utf-8?Q?Adam_Sj=C3=B8gren?= Subject: Re: [question] how show messages with bold or colored or different font sizes Date: Sun, 19 Sep 2021 20:11:33 +0200 Organization: koldfront - analysis & revolution, Copenhagen, Denmark Message-ID: <87bl4ojuzu.fsf@tullinup.koldfront.dk> References: <87a6k8lg67.fsf@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) Cancel-Lock: sha1:MkT0QYz5YNi9GAyqbtbhvSi0pK4= OpenPGP: id=476630590A231909B0A0961A49D0746121BDE416; url=https://asjo.koldfront.dk/gpg.asc X-Now-Playing: Snake Bite Love, The Best of (cd 2) =?utf-8?Q?=28Mot=C3=B6r?= =?utf-8?Q?head=29?= X-Face: )qY&CseJ?.:=8F#^~GcSA?F=9eu'{KAFfL1C3/A&:nE?PW\i65"ba0NS)97, Q(^@xk}n4Ou rPuR#V8I(J_@~H($[ym:`K_+]*kjvW>xH5jbgLBVFGXY:(#4P>zVBklLbdL&XxL\M)%T}3S/IS9lMJ ^St'=VZBR List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: info-gnus-english-bounces+ml=inbox.vuxu.org@gnu.org Sender: "info-gnus-english" physiculus writes: > my wife sends messages with thunderbird, but inside gnus these things are > gone. > Is it possible with gnus to show the messages with these attributes? Are you talking about emails in HTML format, and/or in both text and HTML? The default is to render them with shr, which does a pretty good job of showing such formatting. Do you have an example you can share? Do you have any configuration set up to prefer text/ignore HTML? E.g. I have: ;; Don't display html inline (setq mm-discouraged-alternatives '("text/html" "text/richtext" "text/enriched") mm-automatic-display (remove "text/html" mm-automatic-display)) which is the opposite of what you want. At work I have configured Gnus the other way around, i.e. to display text/html. What is the value of mm-text-html-renderer in your setup? ,----[ C-h v mm-text-html-renderer RET ] | mm-text-html-renderer is a variable defined in ‘mm-decode.el’. | | Its value is ‘shr’ | | You can customize this variable. | This variable was introduced, or its default value was changed, in | version 27.1 of Emacs. | Probably introduced at or before Emacs version 27.1. | | Render of HTML contents. | It is one of defined renderer types, or a rendering function. | The defined renderer types are: | ‘shr’: use the built-in Gnus HTML renderer; | ‘gnus-w3m’: use Gnus renderer based on w3m; | ‘w3m’: use emacs-w3m; | ‘w3m-standalone’: use plain w3m; | ‘links’: use links; | ‘lynx’: use lynx; | ‘html2text’: use html2text. `---- In my experience the default, shr, is preferable for HTML email. Best regards, Adam -- "Unfortunately, much of the Web is like an anthill Adam Sjøgren built by ants on LSD" asjo@koldfront.dk