On Tue, Apr 01, 2025 at 07:24:51PM +0200, Sébastien Hinderer wrote:
> Will Yardley (2025/03/31 23:15 -0700):
> > On Tue, Apr 01, 2025 at 07:51:52AM +0200, Sébastien Hinderer wrote:
> > > I notice that mutt does not identify a mailing list to which I am
> > > subscribed as expected.
> > > 
> > > In Mutt's configuration, I used the content of the List-Post header as
> > > parameter of the subscribe command.
> > > 
> > > However, mutt does not display the 'L' flag I would like to see for
> > > messages coming from that list in its index.
> > 
> > What do you have $index_format set to,
> 
> index_format="%4C %Z %{%d/%m} %-15.15F (%4c) %s"

So you mentioned it's not displaying the L flag, but you're using
%-15.15F vs %-15.15L. Take a look at `index_format` docs in muttrc(5).
 
> That's exactly this kind of pattern:
> 
> subscribe fidle.i...@listes.grenoble.cnrs.fr

I'd escape the literal dots, but yes, this should work. Try updating F
to L and see if it works.

I had to test this yesterday, because I normally use F vs. L myself, but
should work.

w

Reply via email to