configuration/config/alot/config

61 lines
1.7 KiB
Plaintext
Raw Normal View History

2017-04-27 18:51:18 +02:00
2017-10-20 10:28:52 +02:00
initial_command = search NOT tag:killed AND NOT tag:archived
2017-04-27 18:51:18 +02:00
periodic_hook_frequency = 60
attachment_prefix = /data/temporary
prefer_plaintext = True
2018-02-26 11:59:45 +01:00
editor_cmd = "st -e vis"
2017-04-27 18:51:18 +02:00
[accounts]
[[gmail]]
realname = Felix Van der Jeugt
address = felix.vanderjeugt@gmail.com
aliases = Felix.Vanderjeugt@gmail.com,
2017-04-27 18:51:18 +02:00
alias_regexp = felix\.vanderjeugt\+.+@gmail.com
2017-08-21 15:27:46 +02:00
gpg_key = 68FF561137C38F9618E97339AF25A2C2862AA368
2017-04-27 18:51:18 +02:00
sendmail_command = /usr/bin/msmtp --account=gmail -t
sent_box = maildir:///data/mail/gmail/Sent
draft_box = maildir:///data/mail/gmail/Sent
2017-10-20 10:28:52 +02:00
sent_tags = # none
2017-04-27 18:51:18 +02:00
sign_by_default = True
2017-05-19 17:07:11 +02:00
[[[abook]]]
type = shellcommand
command = 'notmuch-abook.sh'
regexp = (?P<name>.*) <(?P<email>.+)>
2017-05-19 17:07:11 +02:00
shellcommand_external_filtering = True
2017-04-27 18:51:18 +02:00
[[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
2017-10-20 10:28:52 +02:00
sent_tags = # none
2017-04-27 18:51:18 +02:00
sign_by_default = True
2017-05-19 17:07:11 +02:00
[[[abook]]]
type = shellcommand
command = 'notmuch-abook.sh'
regexp = (?P<name>.*) <(?P<email>.+)>
2017-05-19 17:07:11 +02:00
shellcommand_external_filtering = True
2017-04-27 18:51:18 +02:00
[bindings]
2017-05-01 16:30:26 +02:00
t = toggletags selected; move down
2017-10-20 10:28:52 +02:00
[[search]]
2017-11-13 09:30:17 +01:00
x = tag killed
2017-11-06 17:25:08 +01:00
a = tag archived
A = untag archived
2017-11-13 09:30:17 +01:00
[[thread]]
a = tag archived ; fold
A = untag archived ; unfold
n = nextpart
p = prevpart