Add mutt and offlineimap config to edit mails on the terminal easily
This commit is contained in:
5
.config/offlineimap/utils.py
Normal file
5
.config/offlineimap/utils.py
Normal file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
from subprocess import check_output
|
||||
|
||||
def get_gmail_pass(account):
|
||||
return check_output("gmail-app-credentials pass " + account, shell=True).splitlines()[0]
|
||||
Reference in New Issue
Block a user