aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2023-06-07 09:58:14 +0100
committerYann Herklotz <git@yannherklotz.com>2023-06-07 09:58:14 +0100
commit2997dfdb4d7a228c52b6931529b71f6c9a2ea4d0 (patch)
tree025cc07369cdd311c382e208ef21d3b7c267c885
parent600858cc3f149b39e6b5c7db6338feaa17e528b5 (diff)
downloaddotfiles-2997dfdb4d7a228c52b6931529b71f6c9a2ea4d0.tar.gz
dotfiles-2997dfdb4d7a228c52b6931529b71f6c9a2ea4d0.zip
Add os to mutt_oauth2.py
-rwxr-xr-xnotmuch/.local/bin/mutt_oauth2.py1
1 files changed, 1 insertions, 0 deletions
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