From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Any "Rmail" specialists out there? Date: Sun, 26 May 2024 19:10:15 +0300 Message-ID: <867cfgwo48.fsf@gnu.org> References: <665357a4.050a0220.1d562e.32fb@mx.google.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="1294"; 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 Sun May 26 18:11:00 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 1sBGSZ-000069-AB for geh-help-gnu-emacs@m.gmane-mx.org; Sun, 26 May 2024 18:10:59 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sBGRv-0007tW-9X; Sun, 26 May 2024 12:10:19 -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 1sBGRu-0007tO-N8 for Help-Gnu-Emacs@Gnu.Org; Sun, 26 May 2024 12:10:18 -0400 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sBGRu-0002Qt-Ce for Help-Gnu-Emacs@Gnu.Org; Sun, 26 May 2024 12:10:18 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=1rUNU+yxj0xQDCclDbOLqa8O67P0SVWmzcMngb9ry7I=; b=l2DW172TBxQQ AtF6r0VKWqVs98NUNzp6u/9vzg0jdnkwQPFx0TwfRc7jcAhX1YK4FvIxNd0JMcHW5MxOAdMJSqyRb fpwxfNeQ/sYluNysBHpyRajrtHEV2Ko6XCZqohD49gPfhUKgqMxwLTEgF49KZOSMDoNYhV1Zc8ctq O87Aj0W1QWjM5X7WGPaezP9mBFGN4T5cy4JRgZhA3JbkpW28+uPY5N958+3liw+MZ/W0EjZVqRDLX YEHc5GFDJa3MPMwYVCV/3CUbG5+MvsIqEx7dnqbZdzDjWGQiXu4xnWCR2wIw9buIBLQBBtg9M0g5n /OZbK0vgHaXW+ypAVS6oBQ==; In-Reply-To: <665357a4.050a0220.1d562e.32fb@mx.google.com> (message from Dr Rainer Woitok on Sun, 26 May 2024 17:39:14 +0200) 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:146832 Archived-At: > From: Dr Rainer Woitok > Date: Sun, 26 May 2024 17:39:14 +0200 > > * Is there a way to modify the format used to display the lines in the > "Summary" buffer (apart from suppressing the mail length column)? > > - Less blanks between columns. > > - Date format "YYYY-MM-DD" (or at least "MM-DD"). > > - Because I have set "rmail-delete-after-output" to non-nil, and be- > cause a saved mail is very different from a deleted mail, I would > prefer an "S" marker for saved mails over just "D". > > * Is there a way to specify the order in which not suppressed header > lines are displayed? > > - Aparently "Rmail" displays headers in the same order as found in > the original mail, and whenever I want to inspect some particular > header, I have to explicitly search for it, because the header or- > der changes from mail to mail. AFAICT, you will need code changes for the above to happen. For example, to change the format of summary lines, modify rmail-header-summary and rmail-create-summary.