summaryrefslogtreecommitdiffstats
path: root/mutt/choose-muttrc-type
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/choose-muttrc-type')
-rwxr-xr-xmutt/choose-muttrc-type12
1 files changed, 0 insertions, 12 deletions
diff --git a/mutt/choose-muttrc-type b/mutt/choose-muttrc-type
deleted file mode 100755
index 46b2cbe..0000000
--- a/mutt/choose-muttrc-type
+++ /dev/null
@@ -1,12 +0,0 @@
-#!/bin/sh
-set -eu
-set -o pipefail
-
-case "$(hostname)" in
-hush)
- echo 'source ~/.mutt/offlineimap'
- ;;
-*)
- echo 'source ~/.mutt/imap'
- ;;
-esac