diff options
Diffstat (limited to 'pith/msgno.c')
-rw-r--r-- | pith/msgno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pith/msgno.c b/pith/msgno.c index 0ec33639..f3a6dec5 100644 --- a/pith/msgno.c +++ b/pith/msgno.c @@ -864,7 +864,7 @@ calculate_some_scores(MAILSTREAM *stream, SEARCHSET *searchset, int no_fetch) * we will actually have fetched this with * the envelope. Just making sure. */ - if(hdrtok && no_fetch){ + if(no_fetch){ error++; break; } |