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:
parent
b5a1560970
commit
40a0d45d6c
4 changed files with 6 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue