aboutsummaryrefslogtreecommitdiff
path: root/.local/etc/wrapper.d/mutt.rc
blob: 3b72788d1a58c7aaf4fcaff827fe5fe892be6bac (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

WRAPPER_BINS="
	neomutt
"

wrap_before() {
	cd -- "$HOME/mail"
}