Added "-d --" to invocation of ls when figuring out what files
[mmh] / etc / replcomps
1 %;
2 %; replcomps - our default component file for "repl"
3 %;
4 %;
5 %; First, output a "From" header.
6 %(void(localmbox))%(void(width))%(putaddr From: )
7 %;
8 %; These next lines slurp in lots of addresses for To: and cc:.
9 %; Use with repl -query or else you may get flooded with addresses!
10 %;
11 %; If no To:/cc:/Fcc: text, we output empty fields for prompter to fill in.
12 %;
13 %(lit)%(formataddr{reply-to})\
14 %(formataddr %<{from}%(void{from})%|%(void{apparently-from})%>)\
15 %(formataddr{resent-to})\
16 %(formataddr{prev-resent-to})\
17 %(formataddr{x-to})\
18 %(formataddr{apparently-to})\
19 %(void(width))%(putaddr To: )
20 %(lit)%(formataddr{to})\
21 %(formataddr{cc})\
22 %(formataddr{x-cc})\
23 %(formataddr{resent-cc})\
24 %(formataddr{prev-resent-cc})\
25 %(formataddr(localmbox))\
26 %(void(width))%(putaddr cc: )
27 Fcc: %<{fcc}%{fcc}%|+outbox%>
28 Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%>
29 %;
30 %; Make References: and In-reply-to: fields for threading.
31 %; Use (void), (trim) and (putstr) to eat trailing whitespace.
32 %;
33 %<{message-id}In-reply-to: %{message-id}\n%>\
34 %<{message-id}References: \
35 %<{references}%(void{references})%(trim)%(putstr) %>\
36 %(void{message-id})%(trim)%(putstr)\n%>\
37 Comments: In-reply-to \
38 %<{from}%(void{from})%?(void{apparently-from})%|%(void{sender})%>\
39 %(trim)%(putstr)\n\
40    message dated "%<(nodate{date})%{date}%|%(tws{date})%>."
41 --------