+mail config options

notmuch config, offlineimap config and a python file for offlineimap
This commit is contained in:
2020-07-20 21:22:21 +01:00
parent 9e9435c00c
commit 614f83458b
3 changed files with 116 additions and 0 deletions

5
Mail/.offlineimap.py Normal file
View File

@@ -0,0 +1,5 @@
#! /usr/bin/env python3
from subprocess import check_output
def get_pass():
return check_output("pass mail", shell=True).strip("\n")