add other MUA related config files

This commit is contained in:
2017-04-13 13:08:50 +02:00
parent 9e4f99145f
commit 04522a176e
16 changed files with 545 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#! /usr/bin/env python2
from subprocess import check_output
def get_pass(account):
return check_output("pass Mail/" + account, shell=True).splitlines()[0]

Binary file not shown.