index_format

2022-07-26 Thread Fourhundred Thecat
Hello, I have following index_format: index_format="%{%Y-%b-%d %H:%M} %?X?(%X)& ? %-25.25F %.96s %> %5c" I would like to make following change to the last column, where message size is shown: 1) if message size is less than 0.1M, show empty column 2) if message size is more than 0.1M show m

Re: index_format

2022-07-26 Thread Dennis Preiser
On Tue, Jul 26, 2022 at 04:53:28PM +0200, Fourhundred Thecat wrote: > I have following index_format: > > index_format="%{%Y-%b-%d %H:%M} %?X?(%X)& ? %-25.25F %.96s %> %5c" > > I would like to make following change to the last column, where message > size is shown: > > 1) if message size is le

Re: index_format

2022-07-26 Thread Fourhundred Thecat
> On 2022-07-26 19:38, Dennis Preiser wrote: On Tue, Jul 26, 2022 at 04:53:28PM +0200, Fourhundred Thecat wrote: I have following index_format: set size_show_mb index-format-hook size_flags "~z -1M" " " index-format-hook size_flags "~z >1M" "%5c" index_format="%{%Y-%b-%d %H:%M} %?X?(%X)&

remove "To" from recipient field

2022-07-26 Thread Fourhundred Thecat
Hello, when I am in Sent folder, the recipient is displayed as "To John". Can I get rid of the "To" ? It is not helpful, and just eats up valuable space.

Re: index_format

2022-07-26 Thread Dennis Preiser
On Tue, Jul 26, 2022 at 08:30:27PM +0200, Fourhundred Thecat wrote: >> On 2022-07-26 19:38, Dennis Preiser wrote: >> set size_show_mb >> index-format-hook size_flags "~z -1M" " " >> index-format-hook size_flags "~z >1M" "%5c" >> index_format="%{%Y-%b-%d %H:%M} %?X?(%X)& ? %-25.25F %.96s %> >

Re: remove "To" from recipient field

2022-07-26 Thread Jakub Jindra
Hi, I've did a little digging and I think it is not possible with mutt. There's a index_format expando %Fp in neomutt [1] doing exactly what you want, whereas it's missing in mutt [2]. I'm not a mutt user 1. https://neomutt.org/guide/reference#3-201-%C2%A0index_format 2. http://www.mutt.or

Re: remove "To" from recipient field

2022-07-26 Thread Fourhundred Thecat
> On 2022-07-26 21:14, Jakub Jindra wrote: I've did a little digging and I think it is not possible with mutt. There's a index_format expando %Fp in neomutt [1] doing exactly what you want, whereas it's missing in mutt [2]. On 2022-07-26 20:34, Fourhundred Thecat wrote: Hello, when I am in Se