Default templates for 'comp', 'forw', 'dist', 'repl' now include
[mmh] / etc / replgroupcomps
1 %; replgroupcomps
2 %;
3 %; form (components) file for `repl -group'
4 %;
5 %; Check the following headers to create reply addresses.
6 %;
7 %; To: Mail-Followup-To
8 %;
9 %; OR
10 %;
11 %; To: Mail-Reply-To   (or)
12 %;     Reply-To        (or)
13 %;     From            (or)
14 %;     Sender          (or)
15 %;     Return-Path
16 %;
17 %; AND
18 %;
19 %; cc: To              (and)
20 %;     cc              (and)
21 %;     personal address
22 %;
23 %(lit)%(formataddr{mail-followup-to})\
24 %<(nonnull)%(void(width))%(putaddr To: )\n\
25 %|\
26 %(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\
27 %<(nonnull)%(void(width))%(putaddr To: )\n%>\
28 %(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
29 %<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\
30 %;
31 Fcc: %<{fcc}%{fcc}%|+outbox%>
32 Subject: %<{subject}Re: %{subject}%>
33 %;
34 %; Make References: and In-reply-to: fields for threading.
35 %; Use (void), (trim) and (putstr) to eat trailing whitespace.
36 %;
37 %<{message-id}In-reply-to: %{message-id}\n%>\
38 %<{message-id}References: \
39 %<{references}%(void{references})%(trim)%(putstr) %>\
40 %(void{message-id})%(trim)%(putstr)\n%>\
41 Comments: In-reply-to \
42 %<{from}%(void{from})%?(void{apparently-from})%|%(void{sender})%>\
43 %(trim)%(putstr)\n\
44    message dated "%<(nodate{date})%{date}%|%(tws{date})%>."
45 --------