Remove lots of useless stupid, and code greedy options.
[apps/madmutt.git] / lib-sys / mutt_signal.c
index bdb8577..0c53567 100644 (file)
@@ -39,8 +39,6 @@ static void sighandler (int sig)
 
   switch (sig) {
   case SIGTSTP:                /* user requested a suspend */
-    if (!option (OPTSUSPEND))
-      break;
     IsEndwin = isendwin ();
     curs_set (1);
     if (!IsEndwin)