scripts/mail/config

14 lines
430 B
Plaintext
Raw Normal View History

2025-04-22 13:48:02 +02:00
[accounts]
[[defalut]]
realname = Max Muster
address = m.m@gmx.ch
sendmail_command = msmtp -a [MSMTPNAME] -t
sent_box = maildir:///home/USER/mail/Sent
draft_box = maildir:///home/USER/mail/Drafts
[[[abook]]]
type = shellcommand
command = 'notmuch address --format=json date:3Y..'
regexp = '\[?{"name": "(?P<name>.*)", "address": "(?P<email>.+)", "name-addr": ".*"}[,\]]?'
shellcommand_external_filtering = False
ignorecase = True