AutoYADM commit: 2025-03-17 23:00:06

This commit is contained in:
Daniel Fichtinger 2025-03-17 23:00:06 -04:00
parent 0b9d4c2a68
commit f5b3ffcde5
11 changed files with 42 additions and 45 deletions

View file

@ -5,5 +5,6 @@ PIPE="/tmp/email_refresh_pipe"
# Create pipe if doesn't exist
[ -p "$PIPE" ] || mkfifo "$PIPE"
echo "new" > "$PIPE"
notify-send "New mail in $1 inbox!"
echo "add" > "$PIPE"