Moving offlineimap.py to .mutt
This commit is contained in:
parent
33cd17860f
commit
f53eb2ca21
2 changed files with 1 additions and 1 deletions
|
|
@ -1,9 +0,0 @@
|
|||
import subprocess
|
||||
|
||||
def gmail_password():
|
||||
path = "/Users/dustinswan/.gmail_password.gpg"
|
||||
args = ["gpg", "-d", path]
|
||||
try:
|
||||
return subprocess.check_output(args).rstrip()
|
||||
except subprocess.CalledProcessError:
|
||||
return "".strip()
|
||||
Loading…
Add table
Add a link
Reference in a new issue