summaryrefslogtreecommitdiffstats
path: root/.mutt
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2017-03-09 04:12:03 +0100
committerTharre <tharre3@gmail.com>2017-03-09 04:12:03 +0100
commit3606e4bb11cad0505d2ec85fb6090064829dbde9 (patch)
treeb8475758e4e88819e3d64de2341fe97579ddc72b /.mutt
parentc42046dddd4cd23b5ecf6b1022fda4c5b4b7c39e (diff)
downloaddotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.gz
dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.tar.xz
dotfiles-3606e4bb11cad0505d2ec85fb6090064829dbde9.zip
Replace offlineimap with isync (mbsync)
Diffstat (limited to '.mutt')
-rw-r--r--.mutt/offlineimap.py5
1 files changed, 0 insertions, 5 deletions
diff --git a/.mutt/offlineimap.py b/.mutt/offlineimap.py
deleted file mode 100644
index c358caa..0000000
--- a/.mutt/offlineimap.py
+++ /dev/null
@@ -1,5 +0,0 @@
-#!/bin/python
-from subprocess import check_output
-
-def get_pass(account):
- return check_output("pass email/"+account, shell=True).rstrip()