X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=init.c;h=f318903cfbd2141e2a2eb9b2693ee04f27f8c646;hp=48a202435a97776dd446e10c3cd16d348ebd2038;hb=7d2c0e0e384c983ea54742c122c5238f3b850150;hpb=0ab517261694b001d2eb17f06f167a4cdd2c7c07 diff --git a/init.c b/init.c index 48a2024..f318903 100644 --- 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); }