source: trunk/third/nmh/etc/replcomps @ 13064

Revision 13064, 661 bytes checked in by danw, 26 years ago (diff)
make this work as a replgroupcomps replacement
Line 
1%; replcomps
2%;
3%; default form (components) file for `repl'
4%;
5%; Check for the following headers (in this order)
6%; to construct the return address
7%;
8%; Mail-Reply-To
9%; Reply-To
10%; From
11%; Sender
12%; Return-Path
13%;
14%(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\
15%<(nonnull)%(void(width))%(putaddr To: )\n%>\
16%(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
17%<(nonnull)%(void(width))%(putaddr cc: )\n%>\
18%<{fcc}Fcc: %{fcc}\n%>\
19%<{subject}Subject: Re: %{subject}\n%>\
20%<{date}In-Reply-To: Your message of "\
21%<(nodate{date})%{date}%|%(pretty{date})%>."%<{message-id}
22             %{message-id}%>\n%>\
23--------
Note: See TracBrowser for help on using the repository browser.