add default alot config
This commit is contained in:
13
mail/config
Normal file
13
mail/config
Normal 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
|
||||
Reference in New Issue
Block a user