summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-03-01 03:44:51 -0500
committerJesse Luehrs <doy@tozt.net>2021-03-01 03:44:51 -0500
commit41e40fada15dfab455b02e51407feaaa2db0ebb2 (patch)
tree73831d6d87cf338343fddad7515a26522168e0a1 /mutt
parent432bbcf90817b53ec7c7fff9cd819ada7efb2223 (diff)
downloadconf-41e40fada15dfab455b02e51407feaaa2db0ebb2.tar.gz
conf-41e40fada15dfab455b02e51407feaaa2db0ebb2.zip
remove hush configuration
Diffstat (limited to 'mutt')
-rwxr-xr-xmutt/choose-muttrc-type2
1 files changed, 1 insertions, 1 deletions
diff --git a/mutt/choose-muttrc-type b/mutt/choose-muttrc-type
index 759ea86..21db151 100755
--- a/mutt/choose-muttrc-type
+++ b/mutt/choose-muttrc-type
@@ -3,7 +3,7 @@ set -eu
set -o pipefail
case "$(hostname)" in
-hush|hornet)
+hornet)
echo 'source ~/.mutt/offlineimap'
;;
*)