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

mthread — arrange messages into discussions

Authors

       Leah Neukirchen <leah@vuxu.org>

Description

mthread  groups  messages  together in parent/child relationships, based on which messages are replies to
       which others.  (See mmsg(7) for the message argument syntax.)

       If no messages are specified, mthread will read filenames from the standard input,  or  use  the  default
       sequence if used interactively.

       mthread  prints  the threaded messages separated by newlines and indented according to their depth in the
       message tree.  Unresolved Message-IDs are printed as-is.

       The options are as follows:

       -v      Do not prune unresolved Message-IDs at the top-level.

       -p      With -S, only add parents, not unrelated subthreads.

       -r      Sort the top-level threads in reverse order (newest threads first).

       -Smsg  Treat msg as optional message(s) that will be added to  threads  only  if  they  are  referenced.
               Threads  where all messages are optional are suppressed.  You can use -S to add an outbox folder,
               for example, completing threads where your replies were missing.

Exit Status

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

License

mthread 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                                             May 4, 2020                                        MTHREAD(1)

Name

       mthread — arrange messages into discussions

See Also

mmsg(7)

       Messagethreading: https://www.jwz.org/doc/threading.html

Synopsis

mthread [-vpr] [-Smsg] [msgs...]

See Also