From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Colin Baxter Newsgroups: gmane.emacs.help Subject: Re: Rmail tips Date: Wed, 21 Feb 2024 06:00:44 +0000 Message-ID: <87h6i22w6r.fsf@yandex.com> References: <87ttm9iuc2.fsf@benghancock.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="37142"; mail-complaints-to="usenet@ciao.gmane.io" Cc: fernandodemorais.jf@gmail.com, help-gnu-emacs@gnu.org To: Ben Hancock Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane-mx.org@gnu.org Wed Feb 21 07:01:33 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 1rcffg-0009QK-Dj for geh-help-gnu-emacs@m.gmane-mx.org; Wed, 21 Feb 2024 07:01:32 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1rcffA-0006Xt-De; Wed, 21 Feb 2024 01:01:00 -0500 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 1rcff8-0006XR-0m for help-gnu-emacs@gnu.org; Wed, 21 Feb 2024 01:00:58 -0500 Original-Received: from forward502b.mail.yandex.net ([2a02:6b8:c02:900:1:45:d181:d502]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1rcff5-0003Sj-0d for help-gnu-emacs@gnu.org; Wed, 21 Feb 2024 01:00:57 -0500 Original-Received: from mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net (mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net [IPv6:2a02:6b8:c0c:c211:0:640:c98a:0]) by forward502b.mail.yandex.net (Yandex) with ESMTPS id 0BFB45F0A1; Wed, 21 Feb 2024 09:00:47 +0300 (MSK) Original-Received: by mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net (smtp/Yandex) with ESMTPSA id i0L6LO5VseA0-IPEhVBGH; Wed, 21 Feb 2024 09:00:46 +0300 X-Yandex-Fwd: 1 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.com; s=mail; t=1708495246; bh=KAGKtRsHHeip8i9FkFiOJME+uPbxK9S91u5Nk0oxmsA=; h=Subject:References:To:From:Message-Id:In-Reply-To:Cc:Date; b=McGy6yTHAvn6bvc7sJ3KZjDare40rSUEeyA3+GyGDpuPQEScAN9kjd0wqDB8Hn/af lRARLv/Sx29kcRj7wTowoHpOghwUEIn/gCOuEflfl77D17GfzSq35M5Z2BtnC/t9lh v9AUXX0XfT7pmvHeYs3bBVlzjVQymjuBTbSgQU3E= Authentication-Results: mail-nwsmtp-smtp-production-main-33.iva.yp-c.yandex.net; dkim=pass header.i=@yandex.com In-Reply-To: <87ttm9iuc2.fsf@benghancock.com> (message from Ben Hancock on Thu, 15 Feb 2024 08:08:13 -0800) Received-SPF: pass client-ip=2a02:6b8:c02:900:1:45:d181:d502; envelope-from=m43cap@yandex.com; helo=forward502b.mail.yandex.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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, 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: 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:145958 Archived-At: >>>>> Ben Hancock writes: > I don't think so; from what I can tell, the U flag is set on > messages that Rmail retrieves out of what it calls the "inbox" - > either a system mailbox, or a remote mailbox. See (info "(emacs) > Rmail Inbox"). That makes sense. > You may be able to use procmail to add the header as messages to > come in, perhaps in combination with formail. I don't use > either, but based on docs it seems possible: > https://linux.die.net/man/1/formail I'll give that a try, thank you for all your help. Best wishes, Colin.