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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 12795 invoked from network); 26 May 2023 13:33:54 -0000 Received: from lists.gnu.org (209.51.188.17) by inbox.vuxu.org with ESMTPUTF8; 26 May 2023 13:33:54 -0000 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q2XZa-0002KB-Eu; Fri, 26 May 2023 09:33:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q2XZV-0002JE-KR for info-gnus-english@gnu.org; Fri, 26 May 2023 09:33:33 -0400 Received: from mout01.posteo.de ([185.67.36.65]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q2XZT-0002vX-PH for info-gnus-english@gnu.org; Fri, 26 May 2023 09:33:33 -0400 Received: from submission (posteo.de [185.67.36.169]) by mout01.posteo.de (Postfix) with ESMTPS id EC81B240027 for ; Fri, 26 May 2023 15:33:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1685108008; bh=NKzkxlNEnmko1w4DX0vJT6CQ1Hlox4P5FX3CcaZzPuk=; h=From:To:Subject:Date:Message-ID:MIME-Version: Content-Transfer-Encoding:From; b=I5uhFchrpwNlHO8Nz5tFdAyYaiGw8LbbivjtXYF0jeSHvKLnh8hRDjFX27KV2GPLJ 9SRXAgHU78aQUQ/0U9NY3gx6/oZrePjzdVL3e/46o+bIwfNsOCRN93ba9oYUHyBxHL B6J/vyuUTE1jqU3wHCF/XORYp0/ghujnXVx2qNclal6QfjqPPcnYVq4XZYAZfcnjkz EabHKm6MZFb3nxuRBBXuhD52U5yNha4rMDLEw6ToUnDnjWSEesU1iFaRNz3ovQjOJ0 qRv5+9abvA5nlNLCHWyopj8MdYYdogaazodn6uXqgh2F/B+RPXXe8ATXTYFqbPc1rl xQ2oA50RTLsOA== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4QSQqC4Jljz6tw4 for ; Fri, 26 May 2023 15:33:27 +0200 (CEST) From: =?utf-8?Q?Bartosz_Kaczy=C5=84ski?= To: info-gnus-english@gnu.org Subject: Re: Gnus plaintext email recommendations In-Reply-To: <87v8gh1cur.fsf@dataswamp.org> (Emanuel Berg's message of "Thu, 25 May 2023 02:19:56 +0200") References: <2215a8fa-7d54-0852-2e53-e2104a78ed6b@posteo.net> <87v8gh1cur.fsf@dataswamp.org> Date: Fri, 26 May 2023 13:33:26 +0000 Message-ID: <87bki71al5.fsf@posteo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Received-SPF: pass client-ip=185.67.36.65; envelope-from=bkaczynski@posteo.net; helo=mout01.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: info-gnus-english@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Announcements and discussions for GNUS, the GNU Emacs Usenet newsreader \(in English\)" 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-bounces+ml=inbox.vuxu.org@gnu.org Emanuel Berg writes: > Bartosz Kaczy=C5=84ski wrote: > >> My main concern is that when replying to an HTML email, >> I want to ensure that the email doesn't get "lost" HTML part >> and remains in plain text format. > > This is what I do, maybe it'll work for you as well? Thank you, it's doing the job! > > (setq mm-discouraged-alternatives '("text/html" "text/richtext"))