summaryrefslogtreecommitdiffstats
path: root/sendlib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-09-28 16:50:31 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-09-28 16:50:31 +0000
commit07fe8b5d28065c0366171c3e05c9ed3912370900 (patch)
treedb0540d73b70264fe6233b6987f12296b36e0736 /sendlib.c
parent1730c3a6aa06633a351dc29b8bfa01a92993ab29 (diff)
[unstable] Include SPACE and HT with MimeSpecials.
Diffstat (limited to 'sendlib.c')
-rw-r--r--sendlib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sendlib.c b/sendlib.c
index f1c61cc2..072774ab 100644
--- a/sendlib.c
+++ b/sendlib.c
@@ -112,7 +112,7 @@ sysexits_h[] =
#define DISPOSITION(X) X==DISPATTACH?"attachment":"inline"
-const char MimeSpecials[] = "@.,;<>[]\\\"()?/=";
+const char MimeSpecials[] = "@.,;<>[]\\\"()?/= \t";
char B64Chars[64] = {
'A', 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', 'L', 'M', 'N', 'O',