From a27e83028b7943d26d881564ed446a2a4d374fed Mon Sep 17 00:00:00 2001 From: Danny Holman Date: Thu, 20 Feb 2025 15:18:02 -0600 Subject: Update to 02/20/25 --- .offlineimap.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .offlineimap.py (limited to '.offlineimap.py') diff --git a/.offlineimap.py b/.offlineimap.py new file mode 100755 index 0000000..6d9a102 --- /dev/null +++ b/.offlineimap.py @@ -0,0 +1,5 @@ +#!/usr/bin/env python +from subprocess import check_output + +def get_pass(): + return check_output("pass gymli.org/mail/dholman", shell=True).splitlines()[0] -- cgit v1.2.3