Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
PATCH: MIME defaults
- X-seq: zsh-workers 22056
- From: Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
- To: zsh-workers@xxxxxxxxxx (Zsh hackers list)
- Subject: PATCH: MIME defaults
- Date: Wed, 07 Dec 2005 23:26:00 +0000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxx; run by ezmlm
The recent patch for adding styles to the MIME system changed the
default settings: not sure if this was intended, but I don't think it's
a good idea.
Index: Functions/MIME/zsh-mime-handler
===================================================================
RCS file: /cvsroot/zsh/zsh/Functions/MIME/zsh-mime-handler,v
retrieving revision 1.2
diff -u -r1.2 zsh-mime-handler
--- Functions/MIME/zsh-mime-handler 25 Oct 2005 22:50:47 -0000 1.2
+++ Functions/MIME/zsh-mime-handler 7 Dec 2005 21:49:24 -0000
@@ -53,12 +53,12 @@
# 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
--
Peter Stephenson <p.w.stephenson@xxxxxxxxxxxx>
Web page still at http://www.pwstephenson.fsnet.co.uk/
Messages sorted by:
Reverse Date,
Date,
Thread,
Author