diff options
author | Ivy Foster <ivy.foster@gmail.com> | 2016-09-02 16:48:56 -0500 |
---|---|---|
committer | Ivy Foster <ivy.foster@gmail.com> | 2016-09-02 16:48:56 -0500 |
commit | 81fbda6ff1a2bfe67ecef63c5ceb5990329767c1 (patch) | |
tree | 537c9ac30b77bb705a8dd13244b78d3f5db459a9 /README | |
parent | ca8cef1660ad89ab488a22dc50eeb7cd77222c6e (diff) | |
download | mblaze-81fbda6ff1a2bfe67ecef63c5ceb5990329767c1.tar.gz mblaze-81fbda6ff1a2bfe67ecef63c5ceb5990329767c1.tar.xz mblaze-81fbda6ff1a2bfe67ecef63c5ceb5990329767c1.zip |
Style cleanup on previous commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README index d5b86d5..e819615 100644 --- a/README +++ b/README @@ -87,11 +87,10 @@ EXAMPLES As usual with pipes, the sky is the limit. 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:-$HOME/.mblaze}/seq), and the current message - (kept as a symlink in ${MBLAZE:-$HOME/.mblaze}/cur). + 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). Messages in the persisted sequence can be referred to using special syntax as explained in mmsg(7). |