Lines Matching defs:view
73 void mail_cache_decision_state_update(struct mail_cache_view *view,
76 struct mail_cache *cache = view->cache;
83 if (view->no_decision_updates)
106 mail_index_lookup_uid(view->view, seq, &uid);
107 hdr = mail_index_get_header(view->view);
129 void mail_cache_decision_add(struct mail_cache_view *view, uint32_t seq,
132 struct mail_cache *cache = view->cache;
137 if (MAIL_CACHE_IS_UNUSABLE(cache) || view->no_decision_updates)
151 mail_index_lookup_uid(view->view, seq, &uid);