Searched defs:expunge (Results 1 - 7 of 7) sorted by relevance

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-messageexpunge.h9 bool expunge; member in struct:push_notification_event_messageexpunge_data
H A Dpush-notification-events.h72 /* Message event: expunge message. */
73 void (*expunge)(struct push_notification_txn *ptxn, member in struct:push_notification_event_vfuncs_msg_triggers
/dovecot/src/lib-index/
H A Dtest-mail-index-transaction-finish.c218 struct mail_transaction_expunge_guid expunge; local
237 expunge.uid = 2;
238 memcpy(expunge.guid_128, guid2, sizeof(expunge.guid_128));
239 array_append(&t->expunges, &expunge, 1);
240 array_append(&t->expunges, &expunge, 1);
241 expunge.uid = 1;
242 memcpy(expunge.guid_128, guid1, sizeof(expunge.guid_128));
243 array_append(&t->expunges, &expunge,
[all...]
H A Dmail-index-transaction-update.c363 struct mail_transaction_expunge_guid *expunge; local
370 enough, since we typically want to expunge all the
385 expunge = array_append_space(&t->expunges);
386 expunge->uid = seq;
387 memcpy(expunge->guid_128, guid_128, sizeof(expunge->guid_128));
/dovecot/src/lib-storage/
H A Dmailbox-get.c125 struct mailbox_expunge_rec *expunge; local
142 expunge = array_append_space(expunges);
143 expunge->uid = rec->uid;
144 memcpy(expunge->guid_128, rec->guid_128,
145 sizeof(expunge->guid_128));
152 expunge = array_append_space(expunges);
153 expunge->uid = uid;
191 /* skip expunge requests */
H A Dmail-storage-private.h266 /* Called once for each expunge. Called one or more times for
523 void (*expunge)(struct mail *mail); member in struct:mail_vfuncs
/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c32 bool expunge; member in struct:mailbox_list_inotify_entry
430 if (r1->expunge == r2->expunge) {
434 return r1->expunge ? -1 : 1;
459 entry->expunge = TRUE;
483 if (e[i-1].expunge && !e[i].expunge &&

Completed in 23 milliseconds