mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
add mutt to unthreadables
This commit is contained in:
parent
3a724d93f3
commit
f153a79233
2 changed files with 2 additions and 0 deletions
|
@ -16,6 +16,7 @@
|
|||
* less
|
||||
* man
|
||||
* more
|
||||
* mutt
|
||||
* sh
|
||||
* ssh
|
||||
* startx
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue