From 2997dfdb4d7a228c52b6931529b71f6c9a2ea4d0 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 7 Jun 2023 09:58:14 +0100 Subject: Add os to mutt_oauth2.py --- notmuch/.local/bin/mutt_oauth2.py | 1 + 1 file changed, 1 insertion(+) diff --git a/notmuch/.local/bin/mutt_oauth2.py b/notmuch/.local/bin/mutt_oauth2.py index 2f02560..4bea2e4 100755 --- a/notmuch/.local/bin/mutt_oauth2.py +++ b/notmuch/.local/bin/mutt_oauth2.py @@ -38,6 +38,7 @@ from pathlib import Path import socket import http.server import subprocess +import os # The token file must be encrypted because it contains multi-use bearer tokens # whose usage does not require additional verification. Specify whichever -- cgit