Hello Again, I notice in the lib code notmuch_database_open(), notmuch_database_create() these functions use const char *path for the directory path input. Is this unicode safe? The python bindings (and ctype docs) seem to suggest using something called 'wchar_t *' for accepting unicode but that's for C not C++. Is this something that should be patched? Best Regards, Martin Owens