melib/jmap: fix macro path

memfd
Manos Pitsidianakis 2020-02-09 17:07:43 +02:00
parent 30c31c9c90
commit c678b16711
Signed by: Manos Pitsidianakis
GPG Key ID: 73627C2F690DF710
1 changed files with 1 additions and 1 deletions

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 {