So this place isn't the place for this question, although I am trying to get Mail.app to work right with ZFS filesystem.kext.
Spotlight appears to work correctly after fixing vfs_vget() and Searching in Mail.app works if you search "All". But if you select a mailbox, say, Inbox, it will get "0 message matching" for the search (even though the search suggestions show Subjects etc). I extended dtrace to show me kevent64 and mmap memory talking to mds, I can confirm that mds is sending back the search results to Mail.app. But Mail.app is filtering them out, presumably because it doesn't think it belongs to Inbox. So I need to ask someone how the comparison to Inbox works, and what I do wrong in ZFS. I would have thought it would be PARENTID of message compared to Inbox's FILEID. But that appears to check out (Also, messages are 2 subdirs under Inbox folder). So, if there somewhere the Mail.app developers hang out? Anyone had to deal with this in filesystem.kext before? _______________________________________________ Do not post admin requests to the list. They will be ignored. Filesystem-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/filesystem-dev/archive%40mail-archive.com This email sent to [email protected]
