aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/upas/nfs/a.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2006-02-23 11:51:18 +0000
committerrsc <devnull@localhost>2006-02-23 11:51:18 +0000
commit6a8add52d368483524f08d36e132184b36198bc1 (patch)
tree41ab4f35775f86d7803ffe2e4aab7c3f52b85470 /src/cmd/upas/nfs/a.h
parentabb0a67b83321cb06c9760c78c8e87309fe458d6 (diff)
downloadplan9port-6a8add52d368483524f08d36e132184b36198bc1.tar.gz
plan9port-6a8add52d368483524f08d36e132184b36198bc1.tar.bz2
plan9port-6a8add52d368483524f08d36e132184b36198bc1.zip
fix quoted-printable (_ means space only in rfc2047)
Diffstat (limited to 'src/cmd/upas/nfs/a.h')
-rw-r--r--src/cmd/upas/nfs/a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/upas/nfs/a.h b/src/cmd/upas/nfs/a.h
index d565b028..3c81deb0 100644
--- a/src/cmd/upas/nfs/a.h
+++ b/src/cmd/upas/nfs/a.h
@@ -31,6 +31,7 @@ enum
{
NoEncoding,
QuotedPrintable,
+ QuotedPrintableU,
Base64,
};