diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-02 23:55:13 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-09-02 23:55:13 +0200 |
commit | d4bbd8a8d3db65ac8e2eed513cfb1aabf7e86490 (patch) | |
tree | f517eaa24922201228aeab2ccec0295d465c4c42 /README | |
parent | d50bfcecbaae8740d3da1250dd4c0f2561392b18 (diff) | |
download | mblaze-d4bbd8a8d3db65ac8e2eed513cfb1aabf7e86490.tar.gz mblaze-d4bbd8a8d3db65ac8e2eed513cfb1aabf7e86490.tar.xz mblaze-d4bbd8a8d3db65ac8e2eed513cfb1aabf7e86490.zip |
README: update
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README index e819615..ea93156 100644 --- a/README +++ b/README @@ -89,8 +89,8 @@ EXAMPLES CONCEPTS mblaze deals with messages (which are files), folders (which are Maildir folders), sequences (which are newline-separated lists of messages, - possibly persisted on disk in ~/.mblaze/seq), and the current message - (kept as a symlink in ~/.mblaze/cur). + possibly persisted on disk in ${MBLAZE:-$HOME/.mblaze}/seq), and the + current message (kept as a symlink in ${MBLAZE:-$HOME/.mblaze}/cur). Messages in the persisted sequence can be referred to using special syntax as explained in mmsg(7). |