Mostly mutt config and some tidying
This commit is contained in:
parent
2aaf1684dd
commit
1dac5b8ee3
21 changed files with 987 additions and 24 deletions
9
bin/emails/mutt
Executable file
9
bin/emails/mutt
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
#Start proton mail bridge if not running
|
||||
if [ ! $(pgrep -f protonmail-br) ]; then
|
||||
setsid protonmail-bridge --no-window &
|
||||
sleep 5
|
||||
fi
|
||||
|
||||
neomutt
|
Loading…
Add table
Add a link
Reference in a new issue