mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-19 03:25:38 +00:00
melib/jmap: fix macro path
This commit is contained in:
parent
30c31c9c90
commit
c678b16711
@ -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…
Reference in New Issue
Block a user