~ubuntu-branches/ubuntu/wily/dovecot/wily

« back to all changes in this revision

Viewing changes to src/plugins/notify/notify-plugin-private.h

  • Committer: Package Import Robot
  • Author(s): Jaldhar H. Vyas
  • Date: 2013-09-09 00:57:32 UTC
  • mfrom: (1.13.11)
  • mto: (4.8.5 experimental) (1.16.1)
  • mto: This revision was merged to the branch mainline in revision 97.
  • Revision ID: package-import@ubuntu.com-20130909005732-dn1eell8srqbhh0e
Tags: upstream-2.2.5
ImportĀ upstreamĀ versionĀ 2.2.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
void notify_contexts_mailbox_delete_begin(struct mailbox *box);
20
20
void notify_contexts_mailbox_delete_commit(struct mailbox *box);
21
21
void notify_contexts_mailbox_delete_rollback(void);
22
 
void notify_contexts_mailbox_rename(struct mailbox *src, struct mailbox *dest,
23
 
                                    bool rename_children);
 
22
void notify_contexts_mailbox_rename(struct mailbox *src, struct mailbox *dest);
24
23
void notify_contexts_mailbox_set_subscribed(struct mailbox *box,
25
24
                                            bool subscribed);
26
25