Made Mutt 1.4 today. I'm getting the following errors:
Error in /home/john/.muttrc, line 359: thread: unknown sorting method
This refers to a line which reads:
set sort=thread (Works fine in 1.2)
Second problem:
When I press F1, I get key not bound error.
Third thing:
In make intall log I get:
if test -f /home/john/mutt1.4/bin/mutt_dotlock && test xmail != x ; then
\
chgrp mail /home/john/mutt1.4/bin/mutt_dotlock && \
chmod 2755 /home/john/mutt1.4/bin/mutt_dotlock || \
{ echo "Can't fix mutt_dotlock's permissions!" >&2 ; exit 1 ; }
\
fi
chgrp: changing group of `/home/john/mutt1.4/bin/mutt_dotlock':
Operation not permitted
Can't fix mutt_dotlock's permissions!
make[2]: *** [install-exec-local] Error 1
Is this important?
John