Remove delays with 0

This commit is contained in:
Felix Van der Jeugt 2020-08-20 11:54:15 +02:00
parent e071340930
commit a93d6b56ba
No known key found for this signature in database
GPG key ID: 58B209295023754D
3 changed files with 30 additions and 10 deletions

View file

@ -4,6 +4,7 @@ periodic_hook_frequency = 60
edit_headers_blacklist = Content-Type, MIME-Version
attachment_prefix = /data/temporary
prefer_plaintext = True
thread_authors_replace_me = False
editor_cmd = st -e vis
@ -93,6 +94,7 @@ theme = "mutt"
7 = call hooks.delay(ui,7)
8 = call hooks.delay(ui,8)
9 = call hooks.delay(ui,9)
0 = call hooks.delay(ui,0)
i = call hooks.spam(ui)
[[thread]]
@ -110,6 +112,7 @@ theme = "mutt"
7 = call hooks.delay(ui,7)
8 = call hooks.delay(ui,8)
9 = call hooks.delay(ui,9)
0 = call hooks.delay(ui,0)
i = call hooks.spam(ui)
[tags]