AutoYADM commit: 2025-03-20 14:15:46

This commit is contained in:
Daniel Fichtinger 2025-03-20 14:15:46 -04:00
parent dad0505e18
commit 79eeec6253
5 changed files with 45 additions and 58 deletions

View file

@ -824,37 +824,37 @@ message/rfc822=betterbird
mail-received=notify-send "[$AERC_ACCOUNT/$AERC_FOLDER] New mail from $AERC_FROM_NAME" "$AERC_SUBJECT"
# Executed when an email is sent from the client (
# does not guarantee successful send server-side!)
mail-sent=/home/fic/.config/mail/async-mail.sh
# mail-sent=/home/fic/.config/mail/async-mail.sh
#
# Executed when mail is deleted from a folder
# mail-deleted=mbsync "$AERC_ACCOUNT:$AERC_FOLDER" &
mail-deleted=/home/fic/.config/mail/async-mail.sh
# mail-deleted=/home/fic/.config/mail/async-mail.sh
#
# Executed when aerc adds mail to a folder
#mail-added=mbsync "$AERC_ACCOUNT:$AERC_FOLDER" &
mail-added=/home/fic/.config/mail/async-mail.sh
# mail-added=/home/fic/.config/mail/async-mail.sh
#
# Executed when aerc starts
#aerc-startup=aerc :terminal calcurse && aerc :next-tab
aerc-startup=/home/fic/.config/mail/async-mail.sh
# aerc-startup=/home/fic/.config/mail/async-mail.sh
#
# Executed when aerc shuts down.
#aerc-shutdown=
# aerc-shutdown=/home/fic/.config/mail/mail-sync.sh &
aerc-shutdown=/home/fic/.config/mail/async-mail.sh
# aerc-shutdown=/home/fic/.config/mail/async-mail.sh
#
# Executed when notmuch tags are modified.
# tag-modified=nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
tag-modified=/home/fic/.config/mail/async-mail.sh
# tag-modified=/home/fic/.config/mail/async-mail.sh
#
# Executed when flags are changed on a message.
# flag-changed=nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
flag-changed=/home/fic/.config/mail/async-mail.sh
# flag-changed=/home/fic/.config/mail/async-mail.sh
[templates]
# Templates are used to populate email bodies automatically.