updated maildir config

This commit is contained in:
Daniel Fichtinger 2025-03-17 13:23:27 -04:00
parent ea9b3c08e4
commit 67974e51af
4 changed files with 47 additions and 0 deletions

4
.config/mail/async-mail.sh Executable file
View file

@ -0,0 +1,4 @@
#!/bin/env bash
nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
exit 0