Searched refs:header_msn (Results 1 – 1 of 1) sorted by relevance
883 unsigned int header_msn = 0; in read_headers_condstore_qresync_updates() local920 if (!isdigit((unsigned char) *fetch_buf) || (mutt_str_atoui(fetch_buf, &header_msn) < 0)) in read_headers_condstore_qresync_updates()923 if ((header_msn < 1) || (header_msn > msn_end) || in read_headers_condstore_qresync_updates()924 !imap_msn_get(&mdata->msn, header_msn - 1)) in read_headers_condstore_qresync_updates()927 header_msn); in read_headers_condstore_qresync_updates()931 imap_hcache_put(mdata, imap_msn_get(&mdata->msn, header_msn - 1)); in read_headers_condstore_qresync_updates()