nvim, aerc: Update templates and use threading respectively

This commit is contained in:
hedy 2023-10-26 21:52:40 +08:00
parent cf1ee79575
commit 3a39a8f2b6
Signed by: hedy
GPG Key ID: B51B5A8D1B176372
2 changed files with 1 additions and 8 deletions

View File

@ -260,7 +260,7 @@ styleset-name=dracula
# (IMAP server or notmuch), threads will be built by the client.
#
# Default: false
#threading-enabled=false
threading-enabled=false
# Force client-side thread building
#

View File

@ -1,7 +0,0 @@
/* Copyright 2023 all wrongs deserved */
#include <iostream>
int main() {
return 0;
}