🐛 Fix mu4e path detection

The mu4e-load-path-usr-local was also used in case the mu4e files
were found in /usr/.
This commit is contained in:
Marcel Kapfer 2022-10-15 16:17:50 +02:00
parent 3bfdcb8d6f
commit 4d0bda89b3
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 1 additions and 1 deletions

View File

@ -1996,7 +1996,7 @@ Not all distributions that I use have a enough up-to-date package of mu/maildir-
((file-directory-p mu4e-load-path-usr-local)
mu4e-load-path-usr-local)
((file-directory-p mu4e-load-path-usr)
mu4e-load-path-usr-local)
mu4e-load-path-usr)
(t (error "mu4e not found!"))))))
#+end_src