From: Wilfried Göesgens Date: Wed, 11 Aug 2010 11:15:07 +0000 (+0000) Subject: * we don't have newmsgs anymore. X-Git-Tag: v8.01~933 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=01aa134cb6275248784cd010bd0524ac172998bd * we don't have newmsgs anymore. --- diff --git a/webcit/auth.c b/webcit/auth.c index 7d369b2cb..0734e2bf6 100644 --- a/webcit/auth.c +++ b/webcit/auth.c @@ -168,7 +168,7 @@ void become_logged_in(const StrBuf *user, const StrBuf *pass, StrBuf *serv_respo const char *pch; pch = ChrPtr(Buf) + 4; - WCC->new_mail = StrBufExtractNext_long(Buf, &pch, '|'); + /*WCC->new_mail =*/ StrBufExtractNext_long(Buf, &pch, '|'); WCC->need_regi = StrBufExtractNext_long(Buf, &pch, '|'); WCC->need_vali = StrBufExtractNext_long(Buf, &pch, '|'); if (WCC->cs_inet_email == NULL)