summaryrefslogtreecommitdiff
path: root/alot/defaults/alot.rc.spec
diff options
context:
space:
mode:
authorPatrick Totzke <patricktotzke@gmail.com>2016-03-12 14:23:43 +0000
committerPatrick Totzke <patricktotzke@gmail.com>2016-03-12 14:23:43 +0000
commita0034268573062075615ff117c74da65b2791af2 (patch)
tree9ca525c6bb636ee6a102903a081e776c11b236aa /alot/defaults/alot.rc.spec
parent621c2288e1c2f4c04ccd7888801031f15165b8f8 (diff)
set flush_retry_timeout=0 to prevent retry
Diffstat (limited to 'alot/defaults/alot.rc.spec')
-rw-r--r--alot/defaults/alot.rc.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/alot/defaults/alot.rc.spec b/alot/defaults/alot.rc.spec
index 4abe2268..a02fecd5 100644
--- a/alot/defaults/alot.rc.spec
+++ b/alot/defaults/alot.rc.spec
@@ -85,7 +85,8 @@ 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
+# 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