Fix madmutt for stupid terms with only 64 colors.
[apps/madmutt.git] / globals.h
index 5c574b9..3a96cae 100644 (file)
--- a/globals.h
+++ b/globals.h
@@ -64,12 +64,6 @@ WHERE char *Tunnel INITVAL (NULL);
 WHERE short NetInc;
 WHERE char *Muttrc INITVAL (NULL);
 
-#ifdef USE_NNTP
-WHERE char *GroupFormat;
-WHERE char *NewsServer;
-WHERE char *NntpUser;
-WHERE char *NntpPass;
-#endif
 WHERE char *PagerFmt;
 WHERE char *PipeSep;
 
@@ -113,11 +107,6 @@ WHERE unsigned char Options[(OPTMAX + 7) / 8];
 /* bit vector for the yes/no/ask variable type */
 WHERE unsigned char QuadOptions[(OPT_MAX * 2 + 7) / 8];
 
-#ifdef USE_NNTP
-WHERE short NewsPollTimeout;
-WHERE short NntpContext;
-#endif
-
 WHERE short ConnectTimeout;
 WHERE short HistSize;
 WHERE short MenuContext;
@@ -142,6 +131,7 @@ WHERE short ImapBuffyTimeout;
 WHERE sig_atomic_t SigAlrm INITVAL (0);
 WHERE sig_atomic_t SigInt INITVAL (0);
 WHERE sig_atomic_t SigWinch INITVAL (0);
+WHERE sig_atomic_t SigChild INITVAL (0);
 
 WHERE int CurrentMenu;
 
@@ -154,14 +144,4 @@ WHERE char *PgpSignAs;
 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
-
 #endif /* !_GLOBALS_H */