lot of restructurations. work in progress, *but* it does not seems to
[apps/madmutt.git] / sendlib.c
index b82ff18..91490fe 100644 (file)
--- a/sendlib.c
+++ b/sendlib.c
@@ -73,8 +73,6 @@ 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);