[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Open rmail summarized by specific label?
From: |
Eli Zaretskii |
Subject: |
Re: Open rmail summarized by specific label? |
Date: |
Wed, 20 Nov 2024 16:29:13 +0200 |
> From: Marc Coquand <marc@mccd.space>
> Date: Wed, 20 Nov 2024 09:50:14 +0200
>
>
> > What do you mean by "open rmail"?
>
> Basically launching rmail and seeing my email, I.E. ~rmail-input
> rmail-file-name~
No, I don't think so. If you set rmail-display-summary to a non-nil
value, rmail-input will display a summary, but it always displays the
summary of all the messages. However, rmail-input calls rmail, and
rmail runs rmail-mode-hook, so maybe you could define your hook
function which would generate the summary you want.