melib/jmap: fix macro path

pull/234/head
Manos Pitsidianakis 4 years ago
parent 30c31c9c90
commit c678b16711
No known key found for this signature in database
GPG Key ID: 73627C2F690DF710

@ -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 {

Loading…
Cancel
Save