X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=main.c;h=b8c2016ac53804b49f19ff74781f0744a362389c;hp=d920c61befe0014873bb39772d029cfb95872845;hb=d9ae612d6dba4f68f46a1a81eb77a326849f9184;hpb=ee1d4d931ca3ebec494694b74a1868a7a2e631e3 diff --git a/main.c b/main.c index d920c61..b8c2016 100644 --- a/main.c +++ b/main.c @@ -47,7 +47,7 @@ #endif #ifdef USE_NNTP -#include +#include "nntp/nntp.h" #endif static const char *ReachingUs = N_("\ @@ -696,10 +696,11 @@ int main (int argc, char **argv) start_curses (); /* set defaults and read init files */ + mx_init (); mutt_init (flags & M_NOSYSRC, commands); mutt_free_list (&commands); - /* Initialize crypto backends. */ + /* Initialize crypto */ crypt_init (); if (queries) @@ -743,7 +744,7 @@ int main (int argc, char **argv) mutt_expand_path (fpath, sizeof (fpath)); #ifdef USE_IMAP /* we're not connected yet - skip mail folder creation */ - if (!mx_is_imap (fpath)) + if (mx_get_magic (fpath) != M_IMAP) #endif if (stat (fpath, &sb) == -1 && errno == ENOENT) { snprintf (msg, sizeof (msg), _("%s does not exist. Create it?"),