Feat: neomutt config with external imap and smtp

This commit is contained in:
2022-11-09 06:58:25 +01:00
parent 86ee7c8bce
commit 99a78b8e7d
12 changed files with 461 additions and 57 deletions

View File

@@ -0,0 +1,5 @@
from subprocess import check_output
def get_pass(path):
return check_output("pass " + path, shell=True).splitlines()[0]