From 41e40fada15dfab455b02e51407feaaa2db0ebb2 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 1 Mar 2021 03:44:51 -0500 Subject: remove hush configuration --- mutt/choose-muttrc-type | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mutt') 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' ;; *) -- cgit v1.2.3-54-g00ecf