From 4d0bda89b3900183aa4db7b4a57024b11443ef42 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Sat, 15 Oct 2022 16:17:50 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Fix=20mu4e=20path=20detection?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The mu4e-load-path-usr-local was also used in case the mu4e files were found in /usr/. --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index 2e88c54..da922c2 100644 --- a/config.org +++ b/config.org @@ -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