Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CalDAV HTML Admin page: show/edit scheduling-enabled #5075

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dilyanpalauzov
Copy link
Contributor

No description provided.

@dilyanpalauzov dilyanpalauzov force-pushed the caldav_html_admin_scheduling_enabled branch 3 times, most recently from d173d40 to 1ef455b Compare October 11, 2024 06:14
@dilyanpalauzov
Copy link
Contributor Author

While _scheduling_enabled() calls

annotatemore_lookupmask_mbox(mailbox, DAV_ANNOT_NS "<" XML_NS_CYRUS ">scheduling-enabled", "", &buf);`

list_cal_cb() executes

annotatemore_lookup_mbe(mbentry, DAV_ANNOT_NS "<" XML_NS_CYRUS ">scheduling-enabled", "", &buf);`

The difference is, that the former also invokes

/* and because of Bron's use of NULL rather than "" at FastMail... */
if (value->len == 0)
    r = _annotate_lookup(mboxname, mboxid, uid, entry, NULL, value);

I do not understand how this NULL is supposed to work at FastMail.

@dilyanpalauzov dilyanpalauzov force-pushed the caldav_html_admin_scheduling_enabled branch from 1ef455b to ed62b1b Compare October 11, 2024 11:58
@dilyanpalauzov dilyanpalauzov changed the title CalDAV HTML Admin page: show/edit sheduling-enabled CalDAV HTML Admin page: show/edit scheduling-enabled Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant