diff options
author | Aaron LI <aaronly.me@gmail.com> | 2016-01-14 22:54:02 +0800 |
---|---|---|
committer | Aaron LI <aaronly.me@gmail.com> | 2016-01-14 22:54:02 +0800 |
commit | 9852abd6acd492830310e5718ed08e76bcb35778 (patch) | |
tree | 9ec87ba77698dc37c2532e1a46002bd09b64cade /_notmuch-config | |
parent | b6a89d6feb06c066d09a83d562879c8a80242be4 (diff) | |
download | dotfiles-9852abd6acd492830310e5718ed08e76bcb35778.tar.bz2 |
Small updates.
* `_Xmodmap`: add comment about `setxkbmap`
* `_ncmpcpp/bindings`: add back syntax documentation
* `_notmuch-config`: avoid use absolute/explicit home path
* `_offlineimap/offlineimap.py`: add comment on password file creation
Diffstat (limited to '_notmuch-config')
-rw-r--r-- | _notmuch-config | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/_notmuch-config b/_notmuch-config index ba7e7b2..a5dae22 100644 --- a/_notmuch-config +++ b/_notmuch-config @@ -1,10 +1,11 @@ ## -## Configuration file for the notmuch mail system ## ~/.notmuch-config +## Configuration file for the notmuch mail system ## http://notmuchmail.org ## -## Weitian LI <liweitianux@gmail.com> -## 2015/02/02 +## Aaron LI <aaronly@gmail.com> +## Created: 2015-02-02 +## Updated: 2016-01-14 ## # Database configuration @@ -16,7 +17,8 @@ # configured here named ".notmuch". # [database] -path=/home/aly/Mail +# Default: $HOME/mail +path=$HOME/Mail # User configuration # |