14 lines
430 B
Plaintext
14 lines
430 B
Plaintext
|
[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
|