diff options
author | Matthew Lemon <matt@matthewlemon.com> | 2020-09-09 09:19:00 +0100 |
---|---|---|
committer | Matthew Lemon <matt@matthewlemon.com> | 2020-09-09 09:19:00 +0100 |
commit | 8dbeb2d6c11dbef1e39b9ab0fe5370a09ac70fef (patch) | |
tree | f0ac08c28da916e315d54fe560466ce40dc085e0 /offlineimap.py | |
parent | 31384610f9730c02cbe59b4c8e188949279bca6d (diff) |
decent offlineimap and mutt settings
Diffstat (limited to 'offlineimap.py')
-rw-r--r-- | offlineimap.py | 2 |
1 files changed, 1 insertions, 1 deletions
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] |