From 41b2a80d0458e01d8797c1a4888e51b4590a01df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20N=C3=A1jera?= Date: Fri, 7 May 2021 22:15:00 +0200 Subject: Notmuch database path must be a full path --- install.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.scm') diff --git a/install.scm b/install.scm index ec0be41..13e4308 100755 --- a/install.scm +++ b/install.scm @@ -183,7 +183,7 @@ "hi@oscarnajera.com")) ;; setting up notmuch config (config - `((database (path ".mail")) + `((database (path ,(expand-file "~/.mail"))) (user (name "Oscar Najera") (primary_email ,user-mail) ,(cons 'other_email (delete user-mail emails))) -- cgit v1.2.3