From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: BP25 Newsgroups: gmane.emacs.help Subject: Remove MIME in Message mode when sending just text Date: Thu, 25 Apr 2024 16:14:17 +0100 Message-ID: <87wmolo4om.fsf@RISEUP> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="5227"; mail-complaints-to="usenet@ciao.gmane.io" To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Thu Apr 25 17:17:49 2024 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1s00r7-0001BM-6m for geh-help-gnu-emacs@m.gmane-mx.org; Thu, 25 Apr 2024 17:17:49 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1s00qe-0008Io-Ip; Thu, 25 Apr 2024 11:17:20 -0400 Original-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 1s00qc-0008Et-AP for help-gnu-emacs@gnu.org; Thu, 25 Apr 2024 11:17:18 -0400 Original-Received: from mx1.riseup.net ([198.252.153.129]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1s00qa-0002lh-Mb for help-gnu-emacs@gnu.org; Thu, 25 Apr 2024 11:17:18 -0400 Original-Received: from fews01-sea.riseup.net (fews01-sea-pn.riseup.net [10.0.1.109]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx1.riseup.net (Postfix) with ESMTPS id 4VQKGK2FBPzDr0R for ; Thu, 25 Apr 2024 15:17:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1714058233; bh=eTJ2jsvYCHBAz7Pv3xZX8+RwYJo8JWxiAiBAm6RYSkk=; h=From:To:Subject:Date:From; b=CXhYozp3pSxnJs/PpKO1kQOn7HcidFgTZIuvwX0HY8rmvJjy/0jDU1usPur1J2DnQ dvhM0297xbzec4JAc+QHm6lq+08+e+5JGL+fEb5Cl2FQEDzWwDcfH/5NePIhYxkUBx eeL0MLv4DeLKxj6Rq4tbzLy4f/L/ORevdW762N9M= X-Riseup-User-ID: FA9B14C0BC9456DF1E6FF6C21A26BD553C762B5393B35C8E679598F555C10D12 Original-Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews01-sea.riseup.net (Postfix) with ESMTPSA id 4VQKGJ5KthzJtZf for ; Thu, 25 Apr 2024 15:17:12 +0000 (UTC) Received-SPF: pass client-ip=198.252.153.129; envelope-from=bp25@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.help:146473 Archived-At: Hello, I use Message mode as opposed to Mail mode because I sometimes send attachments. However most of the time I just send plain text messages: then Message mode nonetheless adds the MIME headers and because I make Rmail not display automatically the plain text part then I have to manually click RET every time. I don't want to fix this by customising Rmail more: how to make Message not uselessly add MIME when not required becaue the message is just plain text? Also, I have occasionally received some messages which looks almost-MIME: they only have this header: Content-Type: text/plain; charset=Utf-8 (these messages are displayed by Rmail immediately). Shouldn't this header be absent or is this header usually required also for non-MIME messages? I also want to say that on these such messages (and on non-MIME messages) then (rmail-mime) for some reason has the same effect of (rmail-toggle-header): is this on purpose? And instead on MIME messages, (rmail-toggle-header) and (rmail-mime) cannot activate simultaneously but doing one undoes the other: is this on purpose? Finally, is it a policy of this mailing list not to reply to the sender of the messages ("reply to all")? Because I'm not subscribed and I have to look for replies to my messages on the public archive.