summaryrefslogtreecommitdiffstats
path: root/mutt/choose-muttrc-type
diff options
context:
space:
mode:
Diffstat (limited to 'mutt/choose-muttrc-type')
-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 21db151..363a64c 100755
--- a/mutt/choose-muttrc-type
+++ b/mutt/choose-muttrc-type
@@ -4,7 +4,7 @@ set -o pipefail
case "$(hostname)" in
hornet)
- echo 'source ~/.mutt/offlineimap'
+ echo 'source ~/.mutt/local'
;;
*)
echo 'source ~/.mutt/imap'