From edbcca8cd2b93b8c88eb62c431d04ea832b73180 Mon Sep 17 00:00:00 2001 From: Tharre Date: Fri, 7 Oct 2016 20:53:06 +0000 Subject: Reorganise dotfiles --- .mutt/offlineimap.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .mutt/offlineimap.py (limited to '.mutt/offlineimap.py') diff --git a/.mutt/offlineimap.py b/.mutt/offlineimap.py new file mode 100644 index 0000000..c358caa --- /dev/null +++ b/.mutt/offlineimap.py @@ -0,0 +1,5 @@ +#!/bin/python +from subprocess import check_output + +def get_pass(account): + return check_output("pass email/"+account, shell=True).rstrip() -- cgit v1.2.3-70-g09d2