]> git.llucax.com Git - software/mutt-debian.git/blobdiff - imap/auth_login.c
debian/extra/lib/mailto-mutt: replaced by a wrapper, added the reason to NEWS.Debian...
[software/mutt-debian.git] / imap / auth_login.c
index 4dda0a85187bad54484f42519ee3ccbf7235fce7..63e475202e210d323ae9dc154fd30ea2d4cd25ec 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1999-2001 Brendan Cully <brendan@kublai.com>
+ * Copyright (C) 1999-2001,2005 Brendan Cully <brendan@kublai.com>
  * 
  *     This program is free software; you can redistribute it and/or modify
  *     it under the terms of the GNU General Public License as published by
@@ -39,7 +39,7 @@ imap_auth_res_t imap_auth_login (IMAP_DATA* idata, const char* method)
     return IMAP_AUTH_UNAVAIL;
   }
 
-  if (mutt_account_getlogin (&idata->conn->account))
+  if (mutt_account_getuser (&idata->conn->account))
     return IMAP_AUTH_FAILURE;
   if (mutt_account_getpass (&idata->conn->account))
     return IMAP_AUTH_FAILURE;