mirror of
https://git.meli.delivery/meli/meli
synced 2024-11-19 03:25:38 +00:00
melib/backends.rs: fix notmuch error shown on any missing backend
This commit is contained in:
parent
e450ad0f9c
commit
c6bdda03cf
@ -245,7 +245,7 @@ impl Backends {
|
||||
""
|
||||
},
|
||||
key,
|
||||
if cfg!(feature = "notmuch_backend") {
|
||||
if cfg!(feature = "notmuch_backend") && key == "notmuch" {
|
||||
NOTMUCH_ERROR_DETAILS
|
||||
} else {
|
||||
""
|
||||
|
Loading…
Reference in New Issue
Block a user