X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=imap%2Fauth_login.c;h=29a43b02d2e56b3ce9965aa3a472a5dfb6ef0e8d;hp=51667fb25aafc5c0ed017511c01cadc27cc16e4c;hb=d9ae612d6dba4f68f46a1a81eb77a326849f9184;hpb=df70e07e24add1869bcc9b7af2277d9d0c09a281 diff --git a/imap/auth_login.c b/imap/auth_login.c index 51667fb..29a43b0 100644 --- a/imap/auth_login.c +++ b/imap/auth_login.c @@ -1,19 +1,10 @@ /* + * Copyright notice from original mutt: * Copyright (C) 1999-2001 Brendan Cully - * - * 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 - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. */ /* plain LOGIN support */ @@ -22,6 +13,8 @@ # include "config.h" #endif +#include "lib/intl.h" + #include "mutt.h" #include "imap_private.h" #include "auth.h"