X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/1691e80890e5d8ba258c51c214a3e91880e1db2b..b465f05ed63a7c310182aa0a32cd29b0e02103a0:/etc/replcomps diff --git a/etc/replcomps b/etc/replcomps index 52170a76..21282fcb 100644 --- a/etc/replcomps +++ b/etc/replcomps @@ -1,6 +1,6 @@ -%; replcomps +%; $Id$ %; -%; default form (components) file for `repl' +%; replcomps: default form (components) file for `repl' %; %; Check for the following headers (in this order) %; to construct the return address @@ -11,11 +11,28 @@ %; Sender %; Return-Path %; +%; AND +%; +%; cc: To (and) +%; cc (and) +%; personal address +%; %(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\ %<(nonnull)%(void(width))%(putaddr To: )\n%>\ +%(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\ +%<(nonnull)%(void(width))%(putaddr cc: )\n%>\ %<{fcc}Fcc: %{fcc}\n%>\ %<{subject}Subject: Re: %{subject}\n%>\ -%<{date}In-Reply-To: Your message of "\ -%<(nodate{date})%{date}%|%(pretty{date})%>."%<{message-id} - %{message-id}%>\n%>\ +%; +%; Make References: and In-reply-to: fields for threading. +%; Use (void), (trim) and (putstr) to eat trailing whitespace. +%; +%<{message-id}In-reply-to: %{message-id}\n%>\ +%<{message-id}References: \ +%<{references}%(void{references})%(trim)%(putstr) %>\ +%(void{message-id})%(trim)%(putstr)\n%>\ +Comments: In-reply-to \ +%<{from}%(void{from})%?(void{apparently-from})%|%(void{sender})%>\ +%(trim)%(putstr)\n\ + message dated "%<(nodate{date})%{date}%|%(tws{date})%>." --------