Rewrite is_from efficiently, and put it in lib-mime where it belongs.
[apps/madmutt.git] / globals.h
index 5c574b9..301f9ac 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -155,12 +155,10 @@ WHERE char *SmimeDefaultKey;
 WHERE char *SmimeCryptAlg;
 
 #ifdef MAIN_C
-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" };
 #else
-extern const char *Weekdays[];
 extern const char *Months[];
 #endif