summaryrefslogtreecommitdiffstats
path: root/mutt
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-02-25 23:51:01 -0500
committerJesse Luehrs <doy@tozt.net>2021-02-26 01:52:00 -0500
commit5d5405115ee1059a205d25ff972e12256d09a1b5 (patch)
tree387e4f45de7f4bcba093a0cb6a597d640224210d /mutt
parent449036cf4077218264b8235d0e9cd475f3fa20f3 (diff)
downloadconf-5d5405115ee1059a205d25ff972e12256d09a1b5.tar.gz
conf-5d5405115ee1059a205d25ff972e12256d09a1b5.zip
reconfigure various things for hornet
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 46b2cbe..759ea86 100755
--- a/mutt/choose-muttrc-type
+++ b/mutt/choose-muttrc-type
@@ -3,7 +3,7 @@ set -eu
set -o pipefail
case "$(hostname)" in
-hush)
+hush|hornet)
echo 'source ~/.mutt/offlineimap'
;;
*)