move rfc822.c as well
[apps/madmutt.git] / sendlib.c
index b82ff18..208b434 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
 #include <assert.h>
 #endif
 
-extern char RFC822Specials[];
-
 #define DISPOSITION(X) X==DISPATTACH?"attachment":"inline"
 
-const char MimeSpecials[] = "@.,;:<>[]\\\"()?/= \t";
-
 static char MsgIdPfx = 'A';
 
 static void transform_to_7bit (BODY * a, FILE * fpin);