From f766a027756aaa6cff28f3be4a8c4cb610e7dd9e Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Wed, 7 Dec 2005 23:29:40 +0000 Subject: 22056: Restore MIME style defaults --- Functions/MIME/zsh-mime-handler | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Functions') diff --git a/Functions/MIME/zsh-mime-handler b/Functions/MIME/zsh-mime-handler index 297b637be..0165cc630 100644 --- a/Functions/MIME/zsh-mime-handler +++ b/Functions/MIME/zsh-mime-handler @@ -53,12 +53,12 @@ zstyle -s $context flags flags || # Set to yes if we use eval instead of sh -c for complicated mailcap lines # Can possibly break some mailcap entries which expect sh compatibility, -# is faster, as a new process is not spawned. -zstyle -T $context current-shell && no_sh=yes +# but is faster, as a new process is not spawned. +zstyle -t $context current-shell && no_sh=yes # Set to yes if the process shouldn't be backgrounded even if it doesn't need a # terminal and display is set. -zstyle -T $context never-background && no_bg=yes +zstyle -t $context never-background && no_bg=yes local -a files local hasmeta stdin -- cgit 1.4.1