From f826e189bc67955d0b7d6e1897c78a1e0d821bcb Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Sun, 8 Mar 2020 23:11:18 +0100 Subject: ... --- notmuch-ssh-server | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notmuch-ssh-server b/notmuch-ssh-server index 0dc8cc2..40511fc 100644 --- a/notmuch-ssh-server +++ b/notmuch-ssh-server @@ -37,4 +37,4 @@ config_environment = config[config_section] if config.has_section(config_section logging.info("Config environment: %s", config_environment) logging.info("notmuch %s", original_command[1:]) -os.execvpe('@notmuch@/bin/notmuch', original_command[1:], {**os.environ, **config_environment}) +os.execvpe('@notmuch@/bin/notmuch', ['notmuch'] + original_command[1:], {**os.environ, **config_environment}) -- cgit v1.2.3