2017-04-27 18:51:18 +02:00
|
|
|
|
2019-06-27 11:07:20 +02:00
|
|
|
initial_command = search tag:inbox
|
2017-04-27 18:51:18 +02:00
|
|
|
periodic_hook_frequency = 60
|
2019-06-03 10:29:32 +02:00
|
|
|
edit_headers_blacklist = Content-Type, MIME-Version
|
2017-05-17 09:39:27 +02:00
|
|
|
attachment_prefix = /data/temporary
|
2020-05-15 15:20:12 +02:00
|
|
|
prefer_plaintext = True
|
2019-06-03 10:29:32 +02:00
|
|
|
|
2020-04-15 12:35:51 +02:00
|
|
|
editor_cmd = st -e vis
|
2017-05-17 09:39:27 +02:00
|
|
|
|
2019-04-18 17:08:29 +02:00
|
|
|
theme = "mutt"
|
|
|
|
|
2017-04-27 18:51:18 +02:00
|
|
|
[accounts]
|
|
|
|
|
2018-08-13 13:56:35 +02:00
|
|
|
[[posteo]]
|
|
|
|
realname = Felix Van der Jeugt
|
|
|
|
address = felix.vanderjeugt@posteo.net
|
2019-03-11 10:52:20 +01:00
|
|
|
aliases = felixvdj@zeus.ugent.be, ninewise@posteo.be
|
|
|
|
alias_regexp = (felix\.vanderjeugt\+.+@posteo.net|felixvdj\+.+@posteo\.be)
|
2018-08-13 13:56:35 +02:00
|
|
|
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
|
2019-06-27 11:07:20 +02:00
|
|
|
sent_tags = posteo,inbox
|
2019-04-18 17:08:29 +02:00
|
|
|
passed_tags = # none
|
2018-08-13 13:56:35 +02:00
|
|
|
sign_by_default = False
|
|
|
|
|
|
|
|
[[[abook]]]
|
2018-11-21 16:34:11 +01:00
|
|
|
type = shellcommand
|
|
|
|
command = khard email --parsable
|
|
|
|
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
|
|
|
|
ignorecase = True
|
2018-08-13 13:56:35 +02:00
|
|
|
|
2017-04-27 18:51:18 +02:00
|
|
|
[[gmail]]
|
|
|
|
realname = Felix Van der Jeugt
|
|
|
|
address = felix.vanderjeugt@gmail.com
|
|
|
|
alias_regexp = felix\.vanderjeugt\+.+@gmail.com
|
|
|
|
sendmail_command = /usr/bin/msmtp --account=gmail -t
|
|
|
|
sent_box = maildir:///data/mail/gmail/Sent
|
|
|
|
draft_box = maildir:///data/mail/gmail/Sent
|
2019-06-27 11:07:20 +02:00
|
|
|
sent_tags = gmail,inbox
|
2019-04-18 17:08:29 +02:00
|
|
|
passed_tags = # none
|
2017-04-27 18:51:18 +02:00
|
|
|
sign_by_default = True
|
|
|
|
|
2017-05-19 17:07:11 +02:00
|
|
|
[[[abook]]]
|
2018-11-21 16:34:11 +01:00
|
|
|
type = shellcommand
|
|
|
|
command = khard email --parsable
|
|
|
|
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
|
|
|
|
ignorecase = True
|
2017-05-19 17:07:11 +02:00
|
|
|
|
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
|
2019-06-27 11:07:20 +02:00
|
|
|
sent_tags = ugent,inbox
|
2019-04-18 17:08:29 +02:00
|
|
|
passed_tags = # none
|
2017-04-27 18:51:18 +02:00
|
|
|
sign_by_default = True
|
|
|
|
|
2017-05-19 17:07:11 +02:00
|
|
|
[[[abook]]]
|
2018-11-21 16:34:11 +01:00
|
|
|
type = shellcommand
|
|
|
|
command = khard email --parsable
|
|
|
|
regexp = '^(?P<email>[^@]+@[^\t]+)\t+(?P<name>[^\t]+)'
|
|
|
|
ignorecase = True
|
2017-05-19 17:07:11 +02:00
|
|
|
|
2019-05-10 15:09:23 +02:00
|
|
|
[[todo]]
|
|
|
|
realname = Felix Van der Jeugt
|
|
|
|
address = todo@localhost
|
2020-03-14 13:33:25 +01:00
|
|
|
sendmail_command = true
|
2019-05-10 15:09:23 +02:00
|
|
|
sent_box = maildir:///data/mail/todo
|
|
|
|
draft_box = maildir:///data/mail/todo
|
2019-06-27 11:07:20 +02:00
|
|
|
sent_tags = todo,inbox
|
2019-05-10 15:09:23 +02:00
|
|
|
passed_tags = # none
|
|
|
|
|
|
|
|
|
2017-04-27 18:51:18 +02:00
|
|
|
[bindings]
|
|
|
|
|
2017-05-01 16:30:26 +02:00
|
|
|
t = toggletags selected; move down
|
2019-05-10 15:09:23 +02:00
|
|
|
n = compose --sender todo@localhost --to todo
|
2017-10-20 10:28:52 +02:00
|
|
|
|
|
|
|
[[search]]
|
2019-06-27 11:07:20 +02:00
|
|
|
x = toggletags spam,inbox
|
2020-01-08 12:08:26 +01:00
|
|
|
a = toggletags inbox
|
|
|
|
A = toggletags inbox,muted
|
2020-01-06 21:19:58 +01:00
|
|
|
1 = call hooks.delay(ui,1)
|
|
|
|
2 = call hooks.delay(ui,2)
|
|
|
|
3 = call hooks.delay(ui,3)
|
|
|
|
4 = call hooks.delay(ui,4)
|
|
|
|
5 = call hooks.delay(ui,5)
|
|
|
|
6 = call hooks.delay(ui,6)
|
|
|
|
7 = call hooks.delay(ui,7)
|
|
|
|
8 = call hooks.delay(ui,8)
|
|
|
|
9 = call hooks.delay(ui,9)
|
2019-10-16 14:47:22 +02:00
|
|
|
i = call hooks.spam(ui)
|
2017-11-13 09:30:17 +01:00
|
|
|
|
|
|
|
[[thread]]
|
2020-01-08 12:08:26 +01:00
|
|
|
a = toggletags inbox ; fold
|
|
|
|
A = toggletags inbox,muted ; fold
|
2020-05-15 15:20:12 +02:00
|
|
|
n = togglemimepart
|
2020-04-15 00:34:43 +02:00
|
|
|
r = reply --all
|
2019-06-03 10:29:32 +02:00
|
|
|
u = pipeto --background selecturl
|
2020-01-06 21:19:58 +01:00
|
|
|
1 = call hooks.delay(ui,1)
|
|
|
|
2 = call hooks.delay(ui,2)
|
|
|
|
3 = call hooks.delay(ui,3)
|
|
|
|
4 = call hooks.delay(ui,4)
|
|
|
|
5 = call hooks.delay(ui,5)
|
|
|
|
6 = call hooks.delay(ui,6)
|
|
|
|
7 = call hooks.delay(ui,7)
|
|
|
|
8 = call hooks.delay(ui,8)
|
|
|
|
9 = call hooks.delay(ui,9)
|
2019-10-16 14:47:22 +02:00
|
|
|
i = call hooks.spam(ui)
|
2019-01-22 16:38:03 +01:00
|
|
|
|
|
|
|
[tags]
|
|
|
|
|
2019-06-27 11:07:20 +02:00
|
|
|
[[inbox]]
|
|
|
|
translated =
|
|
|
|
|
2019-01-22 16:38:03 +01:00
|
|
|
[[encrypted]]
|
|
|
|
translated =
|
|
|
|
|
|
|
|
[[replied]]
|
|
|
|
translated =
|
|
|
|
|
|
|
|
[[signed]]
|
|
|
|
translated =
|
|
|
|
|
|
|
|
[[attachment]]
|
|
|
|
translated =
|
|
|
|
|
|
|
|
[[sent]]
|
|
|
|
translated =
|
|
|
|
|