]> Pileus Git - ~andy/fetchmail/blobdiff - imap.c
Update website for 6.3.24.
[~andy/fetchmail] / imap.c
diff --git a/imap.c b/imap.c
index 93f05f2c6ba7ba7cb392cd587550092944329188..cb87eda5378f258f20955c3524f2f84c6d29cd0e 100644 (file)
--- 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);
 }