On Sun, Oct 17, 2021 at 08:31:41PM +0100, Claus Assmann wrote:
> Why don't you use a wrapper which invokes
> clear
> after mutt finished? No extra code needed in mutt.

Wow, I can't believe I didn't think of that *facepalms*.

Thanks for the tip. It was much faster to write than adding the config
option. Here's the script I used in case anyone else sees this and wants
to do the same:

```
#! /bin/bash

eval $(which mutt) "$@" && clear
```

- Oskari

Reply via email to