diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-26 16:55:55 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2016-07-26 16:55:55 +0200 |
commit | 2b81707c51f2ae26db5129d15741fe89a3b781d2 (patch) | |
tree | 7233dfbcd955317fb708698cff46c35f2df7b3e2 /man | |
parent | 1fd83bf1a8279cd9b2be83db0eaba67831ebc6ca (diff) | |
download | mblaze-2b81707c51f2ae26db5129d15741fe89a3b781d2.tar.gz mblaze-2b81707c51f2ae26db5129d15741fe89a3b781d2.tar.xz mblaze-2b81707c51f2ae26db5129d15741fe89a3b781d2.zip |
rename map to seq
The old terminology didn't make much sense to users.
Diffstat (limited to 'man')
-rw-r--r-- | man/mintro.7 | 2 | ||||
-rw-r--r-- | man/mseq.1 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/man/mintro.7 b/man/mintro.7 index 4472b55..622cf20 100644 --- a/man/mintro.7 +++ b/man/mintro.7 @@ -134,7 +134,7 @@ As usual with pipes, the sky is the limit. deals with messages (which are files), folders (which are Maildir folders), sequences (which are newline-separated lists of messages, possibly persisted on disk in -.Pa ~/.santoku/map ) , +.Pa ~/.santoku/seq ) , and the current message (kept as a symlink in .Pa ~/.santoku/cur ) . .Pp diff --git a/man/mseq.1 b/man/mseq.1 index 465f950..232ceee 100644 --- a/man/mseq.1 +++ b/man/mseq.1 @@ -58,10 +58,10 @@ but append to the mail sequence instead of replacing it. .El .Sh ENVIRONMENT .Bl -tag -width Ds -.It Ev MAILMAP +.It Ev MAILSEQ File were the sequence is stored. (Default: -.Pa ~/.santoku/map ) +.Pa ~/.santoku/seq ) .El .Sh EXIT STATUS .Ex -std |