Remove lots of useless stupid, and code greedy options.
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index b6ba98b..04f45e8 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1728,13 +1728,6 @@ void mutt_init (int skip_sys_rc, string_list_t * commands)
   hash_map (ConfigOptions, mutt_restore_default, 0);
 
   CurrentMenu = MENU_MAIN;
-
-#ifdef HAVE_GETSID
-  /* Unset suspend by default if we're the session leader */
-  if (getsid (0) == getpid ())
-    unset_option (OPTSUSPEND);
-#endif
-
   mutt_init_history ();
 
   if (!Muttrc) {