mail: Rename mail synchronization script to mail-sync

Since we do not use neomutt anymore. Additionally, perhaps a 'mail-'
prefixed system is better for scripts etc which run independent of a
specific MUA.
This commit is contained in:
Marty Oehme 2025-09-24 08:30:15 +02:00
parent b5a1560970
commit 40a0d45d6c
Signed by: Marty
GPG key ID: 4E535BC19C61886E
4 changed files with 6 additions and 7 deletions

View file

@ -4,7 +4,7 @@ maildir-store = ~/documents/mail
query-map = ~/.config/aerc/Personal.qmap
default = Inbox
folders-sort = Inbox,Drafts,Sent
check-mail-cmd = neomutt-syncmail
check-mail-cmd = mail-sync
exclude-tags = spam
multi-file-strategy = act-dir-delete-rest
restrict-delete = true

View file

@ -8,5 +8,4 @@ configurations:
passwordCMD: "{{#if mail_personal_password_cmd}}{{mail_personal_password_cmd}}{{/if}}"
boxes:
- mailbox: INBOX
onNewMail: neomutt-syncmail personal-inbox
onNewMailPost: 'notify-send "Incoming mail"'
onNewMail: mail-sync personal-inbox