restructure passwords

This commit is contained in:
2019-11-05 17:36:44 +01:00
parent 8964decb7e
commit 7796f7e7ad
13 changed files with 5 additions and 6 deletions

View File

@@ -2,4 +2,4 @@
from subprocess import check_output
def get_pass(account):
return check_output("pass Mail/" + account, shell=True).splitlines()[0]
return check_output("pass " + account, shell=True).splitlines()[0]

Binary file not shown.

View File

@@ -28,5 +28,5 @@ type = IMAP
remotehost = machholz.uberspace.de
remoteuser = fsfe@ext2.mehl.mx
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
remotepasseval = get_pass("FSFE")
remotepasseval = get_pass("Mail/IMAP-FSFE")
maxconnections = 4