Searched refs:subscribed (Results 1 - 15 of 15) sorted by relevance
/dovecot/src/plugins/notify/ |
H A D | notify-plugin-private.h | 24 bool subscribed);
|
H A D | notify-plugin.h | 33 void (*mailbox_set_subscribed)(struct mailbox *box, bool subscribed);
|
H A D | notify-plugin.c | 223 bool subscribed) 229 ctx->v.mailbox_set_subscribed(box, subscribed); 222 notify_contexts_mailbox_set_subscribed(struct mailbox *box, bool subscribed) argument
|
/dovecot/src/plugins/push-notification/ |
H A D | push-notification-triggers.h | 49 bool subscribed,
|
H A D | push-notification-triggers.c | 89 bool subscribed, 99 if (subscribed == TRUE) { 87 push_notification_trigger_mbox_subscribe(struct push_notification_txn *txn, struct mailbox *box, bool subscribed, struct push_notification_txn_mbox *mbox) argument
|
H A D | push-notification-plugin.c | 152 bool subscribed) 157 push_notification_trigger_mbox_subscribe(ptxn, box, subscribed, NULL); 151 push_notification_mailbox_subscribe(struct mailbox *box, bool subscribed) argument
|
/dovecot/src/doveadm/dsync/ |
H A D | dsync-mailbox-tree.c | 165 dest->subscribed = src->subscribed; 417 node->subscribed = src->subscribed; 454 node1->subscribed == node2->subscribed; 509 node->subscribed ? "yes" : "no",
|
H A D | dsync-mailbox-tree.h | 62 /* is this mailbox or directory subscribed? */ 63 bool subscribed:1; member in struct:dsync_mailbox_node
|
H A D | dsync-mailbox-tree-sync.c | 1277 use_local = local_node->subscribed; 1281 remote_node->subscribed = local_node->subscribed; 1284 local_node->subscribed = remote_node->subscribed; 1285 sync_add_dir_change(ctx, local_node, local_node->subscribed ? 1337 if (local_node->subscribed != remote_node->subscribed)
|
H A D | dsync-mailbox-tree-fill.c | 372 node->subscribed = TRUE;
|
H A D | dsync-brain-mailbox-tree.c | 442 other_node->subscribed = FALSE;
|
H A D | test-dsync-mailbox-tree-sync.c | 152 node->existence, node->subscribed ? 1 : 0,
|
H A D | dsync-ibc-stream.c | 94 "last_renamed_or_created subscribed last_subscription_change" 1059 if (node->subscribed) 1060 dsync_serializer_encode_add(encoder, "subscribed", ""); 1128 if (dsync_deserializer_decode_try(decoder, "subscribed", &value)) 1129 node->subscribed = TRUE;
|
/dovecot/src/plugins/acl/ |
H A D | acl-mailbox-list.c | 267 bool only_nonpatterns, bool subscribed) 311 (!subscribed ? 0 : 372 /* we're listing subscribed mailboxes. this one or its child 373 is subscribed, so we'll need to list it. but since we don't 380 are no visible subscribed children or if we're going 381 to list the subscribed children anyway. */ 387 /* e.g. LSUB "" % with visible subscribed children */ 266 iter_mailbox_has_visible_children(struct mailbox_list_iterate_context *_ctx, bool only_nonpatterns, bool subscribed) argument
|
/dovecot/src/plugins/replication/ |
H A D | replication-plugin.c | 307 bool subscribed ATTR_UNUSED)
|
Completed in 28 milliseconds