Merge pull request #1902 from xonsh/mutt

add mutt to unthreadables
This commit is contained in:
Morten Enemark Lund 2016-10-27 08:31:23 +02:00 committed by GitHub
commit 786936e703
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -262,6 +262,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,