summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-20 11:38:34 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-20 11:39:27 +0100
commitd47a85bca83352300399f04e76abecea4d53a934 (patch)
tree741f5ce3857102f19e4d44c33dc93981b906268d /alot/defaults/alot.rc.spec
parent3b78137e97565f90a48aad92dc471c47e63747eb (diff)
db: make write operations async
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-rw-r--r--alot/defaults/alot.rc.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 00e527b5..5a42119f 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -122,10 +122,6 @@ edit_headers_whitelist = force_list(default=list(*,))
# see :ref:`edit_headers_whitelist <edit-headers-whitelist>`
edit_headers_blacklist = force_list(default=list(Content-Type,MIME-Version,References,In-Reply-To))
-# timeout in seconds after a failed attempt to writeout the database is
-# repeated. Set to 0 for no retry.
-flush_retry_timeout = integer(default=5)
-
# where to look up hooks
hooksfile = string(default='~/.config/alot/hooks.py')