melib/jmap: fix macro path

This commit is contained in:
Manos Pitsidianakis 2020-02-09 17:07:43 +02:00
parent 30c31c9c90
commit c678b16711
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

View File

@ -138,7 +138,7 @@ pub fn get_mailboxes(conn: &JmapConnection) -> Result<FnvHashMap<FolderHash, Jma
unread_emails,
unread_threads,
} = r;
let hash = get_path_hash!(&name);
let hash = crate::get_path_hash!(&name);
(
hash,
JmapFolder {