Searched refs:start_uid (Results 1 – 6 of 6) sorted by relevance
/dports/mail/dovecot/dovecot-2.3.17/src/imap/ |
H A D | imap-sync.c | 419 uint32_t seq, prev_uid, start_uid; in imap_sync_vanished() local 430 start_uid = 0; prev_uid = 0; in imap_sync_vanished() 434 if (start_uid != 0) { in imap_sync_vanished() 439 str_printfa(line, "%u", start_uid); in imap_sync_vanished() 440 if (start_uid != prev_uid) { in imap_sync_vanished() 445 start_uid = ctx->mail->uid; in imap_sync_vanished() 453 str_printfa(line, "%u", start_uid); in imap_sync_vanished() 454 if (start_uid != prev_uid) in imap_sync_vanished()
|
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/ |
H A D | index-sync.c | 221 uint32_t seq, start_uid, uid; in index_mailbox_expunge_unseen_recent() local 241 start_uid = uid; in index_mailbox_expunge_unseen_recent() 243 if (start_uid + 1 > uid - 1) in index_mailbox_expunge_unseen_recent() 248 start_uid + 1, uid - 1); in index_mailbox_expunge_unseen_recent()
|
/dports/mail/geary/geary-40.0/src/engine/imap-db/ |
H A D | imap-db-folder.vala | 412 Imap.UID? start_uid = null; 421 start_uid = location.uid; 426 start_uid = start_uid.next(false); 428 start_uid = start_uid.previous(false); 436 if (!start_uid.is_valid()) 460 stmt.bind_int64(1, start_uid.value); 506 start_uid = start_uid.next(false); 510 if (!start_uid.is_valid() || !end_uid.is_valid() || start_uid.compare_to(end_uid) > 0) 539 Imap.UID start_uid = start; 543 start_uid = start_uid.next(false); [all …]
|
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/ |
H A D | camel-folder.h | 237 gchar *start_uid, 483 gchar *start_uid, 489 gchar *start_uid,
|
H A D | camel-folder.c | 88 gchar *start_uid; member 281 g_free (async_context->start_uid); in async_context_free() 3807 gchar *start_uid, in camel_folder_purge_message_cache_sync() argument 3834 folder, start_uid, end_uid, cancellable, error); in camel_folder_purge_message_cache_sync() 3857 async_context->start_uid, in folder_purge_message_cache_thread() 3888 gchar *start_uid, in camel_folder_purge_message_cache() argument 3901 async_context->start_uid = g_strdup (start_uid); in camel_folder_purge_message_cache()
|
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/providers/imapx/ |
H A D | camel-imapx-folder.c | 777 gchar *start_uid, in imapx_purge_message_cache_sync() argument
|