diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-28 11:57:18 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2006-02-28 11:57:18 +0000 |
| commit | 36e3a1735aebfa4fd795003c9efd0e43d0b3823d (patch) | |
| tree | 7f104ee09d9ed169683ea7d4ad9650cc157e078f /Functions/MIME | |
| parent | Mention the latest _rsync tweaks. (diff) | |
| download | zsh-36e3a1735aebfa4fd795003c9efd0e43d0b3823d.tar zsh-36e3a1735aebfa4fd795003c9efd0e43d0b3823d.tar.gz zsh-36e3a1735aebfa4fd795003c9efd0e43d0b3823d.tar.bz2 zsh-36e3a1735aebfa4fd795003c9efd0e43d0b3823d.tar.lz zsh-36e3a1735aebfa4fd795003c9efd0e43d0b3823d.tar.xz zsh-36e3a1735aebfa4fd795003c9efd0e43d0b3823d.tar.zst zsh-36e3a1735aebfa4fd795003c9efd0e43d0b3823d.zip | |
22305: no default for pine-directory
unposted: a couple of small doc fixes
Diffstat (limited to 'Functions/MIME')
| -rw-r--r-- | Functions/MIME/zsh-mime-handler | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Functions/MIME/zsh-mime-handler b/Functions/MIME/zsh-mime-handler index 0165cc630..b8c6b6925 100644 --- a/Functions/MIME/zsh-mime-handler +++ b/Functions/MIME/zsh-mime-handler @@ -6,9 +6,9 @@ # those, it tries to be a bit cunning about quoting, which # can be a nightmare in MIME handling. If it sees something like # netscape %s -# and it only has one file to handle (the usual case then it will handle it -# internally just by appending a file.) -# +# and it only has one file to handle (the usual case) then it will handle it +# internally just by appending a file. +# # Anything else is handled by passing to sh -c, which is the only think # with a high probability of working. If it sees something with # quotes, e.g. |
