EXIT AUTOCRAP \o/
[apps/madmutt.git] / init.c
diff --git a/init.c b/init.c
index 48a2024..f318903 100644 (file)
--- a/init.c
+++ b/init.c
@@ -1739,11 +1739,7 @@ void mutt_init (int skip_sys_rc, string_list_t * commands)
   if ((p = getenv("MAIL") ?: getenv("MAILDIR"))) {
     Spoolfile = m_strdup(p);
   } else {
-#ifdef HOMESPOOL
     mutt_concat_path(buffer, sizeof(buffer), NONULL(MCore.homedir), MAILPATH);
-#else
-    mutt_concat_path(buffer, sizeof(buffer), MAILPATH, NONULL(MCore.username));
-#endif
     Spoolfile = m_strdup(buffer);
   }