# HG changeset patch # User Meredith Howard # Date 1460169780 14400 # Node ID 7df7f79939f0e1a7962f991c16c97778ff54d4fb # Parent 8e6e4b64eb2ec29321f81d146863757bc2294c09 drop hcache, make default diff --git a/.mutt/build-neomutt b/.mutt/build-neomutt --- a/.mutt/build-neomutt +++ b/.mutt/build-neomutt @@ -15,8 +15,9 @@ cd sandbox/neomutt ./prepare \ --with-ssl \ --enable-imap --enable-smtp \ - --enable-sidebar --enable-hcache >/dev/null -make -j2 mutt >/dev/null + --enable-sidebar >/dev/null + +make -j3 >/dev/null cd ~/bin ln -sf ../sandbox/neomutt/mutt mutt