* we don't have newmsgs anymore.
[citadel.git] / webcit / auth.c
index 7d369b2cb1f89d3b23e97a7364fc4745add2d2e8..0734e2bf63c65d6bd563dffa62cd8249c71addab 100644 (file)
@@ -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)