X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=imap.c;h=cb87eda5378f258f20955c3524f2f84c6d29cd0e;hb=91644ff0b2e6eb3b26c5544a4a769ca4aaf08a14;hp=93f05f2c6ba7ba7cb392cd587550092944329188;hpb=c0afd60c07987a3519aea96b599e8558ea2361d6;p=~andy%2Ffetchmail diff --git a/imap.c b/imap.c index 93f05f2c..cb87eda5 100644 --- a/imap.c +++ b/imap.c @@ -1182,7 +1182,7 @@ static int imap_fetch_headers(int sock, struct query *ctl,int number,int *lenp) /* an unexpected tagged response */ if (outlevel > O_SILENT) report(stderr, GT_("Incorrect FETCH response: %s.\n"), buf); - return(PS_ERROR); + return(PS_TRANSIENT); } return(ok); }