configuration/config/alot/config
2018-11-21 16:38:56 +01:00

76 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 = "dvtm 'vis %s'"
[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 = khard email --parsable
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
ignorecase = True
[[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 = khard email --parsable
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
ignorecase = True
[[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 = khard email --parsable
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
ignorecase = True
[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