X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=browser.c;h=ddc6b47ae2887b180a1e89719a960292c48fa016;hp=5db8c75e104e58243e47e9e0ab2c386221968dc5;hb=57ad79c17d6c89072cd119fa66631b8b094e36c2;hpb=de7b76abbd466db7bfc097f16cc1df4fe8389250 diff --git a/browser.c b/browser.c index 5db8c75..ddc6b47 100644 --- a/browser.c +++ b/browser.c @@ -450,7 +450,7 @@ static int examine_directory (MUTTMENU * menu, struct browser_state *state, #ifdef USE_NNTP if (option (OPTNEWS)) { nntp_data_t *data; - NNTP_SERVER *news = CurrentNewsSrv; + nntp_server_t *news = CurrentNewsSrv; /* buffy_check (0); */ init_state (state, menu); @@ -542,7 +542,7 @@ static int examine_mailboxes (MUTTMENU * menu, struct browser_state *state) #ifdef USE_NNTP if (option (OPTNEWS)) { nntp_data_t *data; - NNTP_SERVER *news = CurrentNewsSrv; + nntp_server_t *news = CurrentNewsSrv; /* buffy_check (0); */ init_state (state, menu); @@ -1366,7 +1366,7 @@ void mutt_select_file (char *f, ssize_t flen, int flags, char ***files, char *s = buf; int j = menu->current; nntp_data_t *nd; - NNTP_SERVER *news = CurrentNewsSrv; + nntp_server_t *news = CurrentNewsSrv; if (i == OP_SUBSCRIBE_PATTERN || i == OP_UNSUBSCRIBE_PATTERN) { char tmp[STRING];