AutoYADM commit: 2025-03-15 17:45:06
This commit is contained in:
parent
64ae7b13eb
commit
9c591af6ec
5 changed files with 14 additions and 11 deletions
|
@ -819,29 +819,32 @@ mail-received=notify-send "[$AERC_ACCOUNT/$AERC_FOLDER] New mail from $AERC_FROM
|
|||
#
|
||||
# Executed when mail is deleted from a folder
|
||||
# mail-deleted=mbsync "$AERC_ACCOUNT:$AERC_FOLDER" &
|
||||
mail-deleted=/home/fic/.config/mail/mail-sync.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/mail-sync.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/mail-sync.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
|
||||
|
||||
#
|
||||
# Executed when notmuch tags are modified.
|
||||
tag-modified=/home/fic/.config/mail/mail-sync.sh &
|
||||
# tag-modified=nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
|
||||
tag-modified=/home/fic/.config/mail/async-mail.sh
|
||||
|
||||
#
|
||||
# Executed when flags are changed on a message.
|
||||
flag-changed=/home/fic/.config/mail/mail-sync.sh &
|
||||
# flag-changed=nohup /home/fic/.config/mail/mail-sync.sh >/dev/null 2>&1 &
|
||||
flag-changed=/home/fic/.config/mail/async-mail.sh
|
||||
|
||||
[templates]
|
||||
# Templates are used to populate email bodies automatically.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue