From 8dbeb2d6c11dbef1e39b9ab0fe5370a09ac70fef Mon Sep 17 00:00:00 2001 From: Matthew Lemon Date: Wed, 9 Sep 2020 09:19:00 +0100 Subject: decent offlineimap and mutt settings --- offlineimap.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offlineimap.py') diff --git a/offlineimap.py b/offlineimap.py index 9a64c0c..264404a 100644 --- a/offlineimap.py +++ b/offlineimap.py @@ -4,4 +4,4 @@ from subprocess import check_output def get_pass(account): - return check_output("pass Email/" + account, shell=True).splitlines()[0] + return check_output("pass AppPasswords/" + account, shell=True).splitlines()[0] -- cgit v1.2.3