X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch.1;h=6c3d10fd2200be73e24d3f64db1c2e76b8741b62;hp=758207105352bf32e3e7c7f65faf2c8eaecf18ae;hb=d3349358c6a5048559bd2a4faebe476ebd222170;hpb=db81b31c56d87912f5c8e8265b079c2fcfcb5c37 diff --git a/notmuch.1 b/notmuch.1 index 75820710..6c3d10fd 100644 --- a/notmuch.1 +++ b/notmuch.1 @@ -166,6 +166,25 @@ Parentheses can also be used to control the combination of the Boolean operators, but will have to be protected from interpretation by the shell, (such as by putting quotation marks around any parenthesized expression). +.TP +.BR reply " ..." + +Constructs a reply template for a set of messages. + +See the documentation of +.B search +for deatils of the supported syntax of search terms. + +To make replying to email easier, +.B notmuch reply +takes an existing set of messages and constructs a suitable mail +template, taking From: and To: messages and using those for the new +To: address; copying Cc: addresses, building a suitable new subject +including Re: at the front, adding the old message IDs to the +References list and setting the In-Reply-To: field correctly. + +The resulting message template is output to stdout. + .TP .BR show " ..."