X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth.c;h=74aee4cfd54c48875403062e1c2a480f4e6b8cfe;hp=f97e5a9f2e0e12a70b32a984b88200f47cdd6bf8;hb=108f3c7ab59844591f7540347914ea57be5245e2;hpb=617e7d83d14e14e6a520a48e75437211b16c8834 diff --git a/imap/auth.c b/imap/auth.c index f97e5a9..74aee4c 100644 --- a/imap/auth.c +++ b/imap/auth.c @@ -16,12 +16,12 @@ #endif #include +#include -#include "lib/intl.h" -#include "lib/debug.h" +#include +#include #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, ':');