logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mflag — manipulate maildir message flags

Authors

       Leah Neukirchen <leah@vuxu.org>

Description

mflag  changes  the  flags of the specified maildir msgs according to the options supplied.  (See mmsg(7)
       for the message argument syntax.)

       The options are as follows:

       -D      Mark msgs as draft.

       -F      Mark msgs as flagged.

       -P      Mark msgs as passed (resent/forwarded/bounced).

       -R      Mark msgs as replied.

       -S      Mark msgs as seen.

       -T      Mark msgs as trashed.

       -Xstr  Mark msgs with the characters in str.

       -d      Unmark msgs as draft.

       -f      Unmark msgs as flagged.

       -p      Unmark msgs as passed (resent/forwarded/bounced).

       -r      Unmark msgs as replied.

       -s      Unmark msgs as seen.

       -t      Unmark msgs as trashed.

       -xstr  Unmark msgs with the characters in str.  (Remember to use uppercase characters.)

       -v      Read messages from the standard input (or use the whole current sequence, if used  interactively)
               and print the transformed list of filenames.  This can be used to keep the sequence intact in the
               case of renames.

       Note that the link to ${MBLAZE:-$HOME/.mblaze}/cur is updated in all cases, when affected.

Exit Status

       The mflag utility exits 0 on success, and >0 if an error occurs.

License

mflag is in the public domain.

       To  the  extent  possible  under  law,  the  creator of this work has waived all copyright and related or
       neighboring rights to this work.

       http://creativecommons.org/publicdomain/zero/1.0/

Debian                                            July 22, 2016                                         MFLAG(1)

Name

       mflag — manipulate maildir message flags

See Also

mmsg(7)

       Usingmaildirformat: https://cr.yp.to/proto/maildir.html

Synopsis

mflag [-DFPRST] [-Xstr]
             [-dfprst] [-xstr]
             [-v] [msgs...]

See Also