add default alot config

This commit is contained in:
jonathan santis
2025-04-22 13:48:02 +02:00
parent b70a4ef972
commit fd0d72a082
5 changed files with 1543 additions and 0 deletions

13
mail/config Normal file
View File

@@ -0,0 +1,13 @@
[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