add mutt to unthreadables

This commit is contained in:
Anthony Scopatz 2016-10-26 21:12:45 -04:00
parent 3a724d93f3
commit f153a79233
2 changed files with 2 additions and 0 deletions

View file

@ -16,6 +16,7 @@
* less
* man
* more
* mutt
* sh
* ssh
* startx

View file

@ -258,6 +258,7 @@ def default_threadable_predictors():
'less': predict_help_ver,
'man': predict_help_ver,
'more': predict_help_ver,
'mutt': predict_help_ver,
'scp': predict_false,
'sh': predict_shell,
'ssh': predict_false,