Searched refs:subscribed (Results 1 - 15 of 15) sorted by relevance

/dovecot/src/plugins/notify/
H A Dnotify-plugin-private.h24 bool subscribed);
H A Dnotify-plugin.h33 void (*mailbox_set_subscribed)(struct mailbox *box, bool subscribed);
H A Dnotify-plugin.c223 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 Dpush-notification-triggers.h49 bool subscribed,
H A Dpush-notification-triggers.c89 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 Dpush-notification-plugin.c152 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 Ddsync-mailbox-tree.c165 dest->subscribed = src->subscribed;
417 node->subscribed = src->subscribed;
454 node1->subscribed == node2->subscribed;
509 node->subscribed ? "yes" : "no",
H A Ddsync-mailbox-tree.h62 /* is this mailbox or directory subscribed? */
63 bool subscribed:1; member in struct:dsync_mailbox_node
H A Ddsync-mailbox-tree-sync.c1277 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 Ddsync-mailbox-tree-fill.c372 node->subscribed = TRUE;
H A Ddsync-brain-mailbox-tree.c442 other_node->subscribed = FALSE;
H A Dtest-dsync-mailbox-tree-sync.c152 node->existence, node->subscribed ? 1 : 0,
H A Ddsync-ibc-stream.c94 "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 Dacl-mailbox-list.c267 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 Dreplication-plugin.c307 bool subscribed ATTR_UNUSED)

Completed in 28 milliseconds