fetchmail (85B)
1 #!/bin/sh 2 3 while true 4 do 5 mbsync --config ~/.config/neomutt/mbsync -a 6 sleep 4m 7 done