summaryrefslogtreecommitdiffstats
path: root/globals.h
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-14 22:34:11 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-14 22:34:11 +0000
commit0198e1dc80eb3d9b7b93934d6f9369ac513284da (patch)
tree640d3a7b15e1566b02dc7860296d28a49fd78a42 /globals.h
parent547e4d9fabe410e101e0de1140e18504ed391a7c (diff)
Thinking about this once again, ok folks, here comes x-uuencode
support.
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index bd1cebc6..f0c73be9 100644
--- a/globals.h
+++ b/globals.h
@@ -130,7 +130,7 @@ const char *Weekdays[] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" };
const char *Months[] = { "Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec", "ERR" };
const char *BodyTypes[] = { "x-unknown", "audio", "application", "image", "message", "model", "multipart", "text", "video" };
-const char *BodyEncodings[] = { "x-unknown", "7bit", "8bit", "quoted-printable", "base64", "binary" };
+const char *BodyEncodings[] = { "x-unknown", "7bit", "8bit", "quoted-printable", "base64", "binary", "x-uuencoded" };
#else
extern const char *Weekdays[];
extern const char *Months[];