X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=04fe6712864f9c496a21ae3e256e7ef97a765fa3;hp=f97e5a9f2e0e12a70b32a984b88200f47cdd6bf8;hb=22601f25ede6703ba7cd06ee84eddd2045308570;hpb=617e7d83d14e14e6a520a48e75437211b16c8834 diff --git a/imap/auth.c b/imap/auth.c index f97e5a9..04fe671 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -17,11 +17,11 @@ #include -#include "lib/intl.h" +#include +#include #include "lib/debug.h" #include "mutt.h" -#include "ascii.h" #include "imap_private.h" #include "auth.h" @@ -55,7 +55,7 @@ int imap_authenticate (IMAP_DATA * idata) if (ImapAuthenticators && *ImapAuthenticators) { /* Try user-specified list of authentication methods */ - methods = str_dup (ImapAuthenticators); + methods = m_strdup(ImapAuthenticators); for (method = methods; method; method = delim) { delim = strchr (method, ':');