e3d4470
d7d6684
29e092b
1 2
3
4
5
6
7
#!/bin/sh if command -v neomutt >/dev/null; then exec neomutt $@ else exec mutt $@ fi