diff options
author | lxf <sng@luxagraf.net> | 2022-04-29 10:22:31 -0400 |
---|---|---|
committer | lxf <sng@luxagraf.net> | 2022-04-29 10:22:31 -0400 |
commit | 16b43b92c15d34caf98d06c8282841c06d7ed45b (patch) | |
tree | a96ecc3e000681887c7fd9043418f5dbbea96238 /.mutt/offlineimap.py | |
parent | 426f8aa8fff9367b02bd01b49c92efb8f52c11ed (diff) |
roled in latest changes to openbox config on Dell XPS 13
Diffstat (limited to '.mutt/offlineimap.py')
-rw-r--r-- | .mutt/offlineimap.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.mutt/offlineimap.py b/.mutt/offlineimap.py index f84b6bc..a885aef 100644 --- a/.mutt/offlineimap.py +++ b/.mutt/offlineimap.py @@ -3,3 +3,5 @@ from subprocess import check_output def get_password(account): return check_output("pass " + account, shell=True).splitlines()[0] + + |