77 lines
2.3 KiB
Plaintext
77 lines
2.3 KiB
Plaintext
|
|
initial_command = search NOT tag:killed AND NOT tag:archived
|
|
periodic_hook_frequency = 60
|
|
|
|
attachment_prefix = /data/temporary
|
|
prefer_plaintext = True
|
|
editor_cmd = "st -e vis"
|
|
|
|
[accounts]
|
|
|
|
[[posteo]]
|
|
realname = Felix Van der Jeugt
|
|
address = felix.vanderjeugt@posteo.net
|
|
gpg_key = 68FF561137C38F9618E97339AF25A2C2862AA368
|
|
sendmail_command = /usr/bin/msmtp --account=posteo -t
|
|
sent_box = maildir:///data/mail/posteo/Sent
|
|
draft_box = maildir:///data/mail/posteo/Drafts
|
|
sent_tags = # none
|
|
sign_by_default = False
|
|
|
|
[[[abook]]]
|
|
type = shellcommand
|
|
command = 'notmuch address date:1Y..'
|
|
regexp = (?P<name>.*) <(?P<email>.+)>
|
|
shellcommand_external_filtering = False
|
|
|
|
[[gmail]]
|
|
realname = Felix Van der Jeugt
|
|
address = felix.vanderjeugt@gmail.com
|
|
aliases = felixvdj@zeus.ugent.be
|
|
alias_regexp = felix\.vanderjeugt\+.+@gmail.com
|
|
gpg_key = 68FF561137C38F9618E97339AF25A2C2862AA368
|
|
sendmail_command = /usr/bin/msmtp --account=gmail -t
|
|
sent_box = maildir:///data/mail/gmail/Sent
|
|
draft_box = maildir:///data/mail/gmail/Sent
|
|
sent_tags = # none
|
|
sign_by_default = True
|
|
|
|
[[[abook]]]
|
|
type = shellcommand
|
|
command = 'notmuch address date:1Y..'
|
|
regexp = (?P<name>.*) <(?P<email>.+)>
|
|
shellcommand_external_filtering = False
|
|
|
|
|
|
[[ugent]]
|
|
realname = Felix Van der Jeugt
|
|
address = felix.vanderjeugt@ugent.be
|
|
aliases = Felix.VanderJeugt@UGent.be,
|
|
gpg_key = 68FF561137C38F9618E97339AF25A2C2862AA368
|
|
sendmail_command = /usr/bin/msmtp --account=ugent -t
|
|
sent_box = maildir:///data/mail/ugent/Sent
|
|
draft_box = maildir:///data/mail/ugent/Sent
|
|
sent_tags = # none
|
|
sign_by_default = True
|
|
|
|
[[[abook]]]
|
|
type = shellcommand
|
|
command = 'notmuch address date:1Y..'
|
|
regexp = (?P<name>.*) <(?P<email>.+)>
|
|
shellcommand_external_filtering = False
|
|
|
|
[bindings]
|
|
|
|
t = toggletags selected; move down
|
|
|
|
[[search]]
|
|
x = tag killed
|
|
a = tag archived
|
|
A = untag archived
|
|
|
|
[[thread]]
|
|
a = tag archived ; fold
|
|
A = untag archived ; unfold
|
|
n = nextpart
|
|
p = prevpart
|