summaryrefslogtreecommitdiffstats
path: root/mutt/choose-muttrc-type
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2021-12-27 19:06:29 -0500
committerJesse Luehrs <doy@tozt.net>2021-12-27 19:06:29 -0500
commit6ad5f1cfda26c41fb1b7d06030c1918c06a3aad2 (patch)
tree98297a53d3e8642dcc001c073f5b1d73590c58f0 /mutt/choose-muttrc-type
parent579e180c033d102859fdb74495170a743cecc3a0 (diff)
downloadconf-6ad5f1cfda26c41fb1b7d06030c1918c06a3aad2.tar.gz
conf-6ad5f1cfda26c41fb1b7d06030c1918c06a3aad2.zip
switch from offlineimap to mbsync
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'