Searched defs:expunge (Results 1 - 7 of 7) sorted by relevance
| /dovecot/src/plugins/push-notification/ |
| H A D | push-notification-event-messageexpunge.h | 9 bool expunge; member in struct:push_notification_event_messageexpunge_data
|
| H A D | push-notification-events.h | 72 /* 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 D | test-mail-index-transaction-finish.c | 218 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 D | mail-index-transaction-update.c | 363 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 D | mailbox-get.c | 125 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 D | mail-storage-private.h | 266 /* 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 D | mailbox-list-index-notify.c | 32 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 44 milliseconds