diff options
author | Aaron LI <aly@aaronly.me> | 2019-06-08 13:45:35 +0800 |
---|---|---|
committer | Aaron LI <aly@aaronly.me> | 2019-06-08 13:45:35 +0800 |
commit | 760f39b356dd9f83cec8c0348483ca7882e8ee53 (patch) | |
tree | eb83546eafe6605af2a09a5d640a6c89ed275e05 /_notmuch-config | |
parent | b9c3c8f58c0bd37cbbfe4a8a451bec40c93131fe (diff) | |
download | dotfiles-760f39b356dd9f83cec8c0348483ca7882e8ee53.tar.bz2 |
notmuch-config: Use relative path
Diffstat (limited to '_notmuch-config')
-rw-r--r-- | _notmuch-config | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/_notmuch-config b/_notmuch-config index d470210..c2e74a9 100644 --- a/_notmuch-config +++ b/_notmuch-config @@ -11,7 +11,8 @@ [database] -path=/home/aly/mail +# Relative to $HOME +path=mail # User configuration |