From b7163e1410470fc6c98ca296a936908d4a2fcbcc Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Wed, 15 Apr 2020 12:35:51 +0200 Subject: [PATCH] spawn editor in a shell directly --- config/alot/config | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/config/alot/config b/config/alot/config index 899ad10..6216606 100644 --- a/config/alot/config +++ b/config/alot/config @@ -5,9 +5,7 @@ edit_headers_blacklist = Content-Type, MIME-Version attachment_prefix = /data/temporary prefer_plaintext = False -editor_spawn = True -editor_in_thread = True -terminal_cmd = 'st -e' +editor_cmd = st -e vis theme = "mutt"