mseq
—
manipulate message sequences
mseq |
[-fr ] [-c
msg] msgs ... |
mseq
prints, fixes and sets the message sequence. (See
mmsg(7) for
the message argument syntax.)
If no msgs are passed and
mseq
is used interactively,
mseq
prints all messages in the sequence.
With -S
or -A
,
mseq
will replace (resp. append) the default
sequence. If the standard output is not a terminal, the new sequence is also
printed.
The options are as follows:
-c
msg
- Behave as if msg was the current message.
-f
- Fix non-existing filenames by searching for a message with the same
maildir id (but different flags).
-r
- Remove leading indentation from the filenames.
-S
- Set the message sequence to the filenames passed on standard input.
-A
- Like
-S
, but append to the message sequence
instead of replacing it.
-C
msg
- Set the current message to msg and exit.
MBLAZE
- Directory containing mblaze configuration. (Default:
$HOME/.mblaze)
MAILCUR
- Symbolic link referring to the current message. (Default:
${MBLAZE:-$HOME/.mblaze}/cur)
MAILDOT
- When set to a filename, overrides the current message. (Prefer using
-c
instead.)
MAILSEQ
- File were the sequence is stored. (Default:
${MBLAZE:-$HOME/.mblaze}/seq)
The mseq
utility exits 0 on success,
and >0 if an error occurs.