diff options
author | Kevin Kuehler <keur@xcf.berkeley.edu> | 2019-10-28 12:07:00 -0700 |
---|---|---|
committer | Ben Burwell <ben@benburwell.com> | 2019-10-29 11:07:21 -0400 |
commit | dca84afbbb050e21214b921ddd50eebc5c690435 (patch) | |
tree | 5cee9fd2328c7a67065e5c6f4b231f83ced257e4 /config/aerc.conf.in | |
parent | 310bec27024579e7ada35585b3190ab875540804 (diff) |
Start adding thread support
* Add threading-enabled config option
* Add DirectoryThreaded and FetchDirectoryThreaded types to control path
* Add generic thread type for all backends to use
Signed-off-by: Kevin Kuehler <keur@xcf.berkeley.edu>
Diffstat (limited to 'config/aerc.conf.in')
-rw-r--r-- | config/aerc.conf.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index ec89ff7..362dd51 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -32,6 +32,12 @@ empty-message=(no messages) # Default: (no folders) empty-dirlist=(no folders) +# +# Enable threading in the ui +# +# Default: false +threading-enabled=false + # Enable mouse events in the ui, e.g. clicking and scrolling with the mousewheel # # Default: false |