Added all of the MH sources, including RCS files, in
[mmh] / docs / historical / mh-6.8.5 / support / general / RCS / replcomps,v
1 head    1.4;
2 access;
3 symbols;
4 locks; strict;
5 comment @# @;
6
7
8 1.4
9 date    92.02.09.22.03.10;      author jromine; state Exp;
10 branches;
11 next    1.3;
12
13 1.3
14 date    90.02.01.14.08.26;      author sources; state Exp;
15 branches;
16 next    1.2;
17
18 1.2
19 date    90.02.01.11.02.51;      author sources; state Exp;
20 branches;
21 next    1.1;
22
23 1.1
24 date    90.02.01.11.02.15;      author sources; state Exp;
25 branches;
26 next    ;
27
28
29 desc
30 @@
31
32
33 1.4
34 log
35 @use if-then-elseif-else-endif construct
36 @
37 text
38 @%(lit)%(formataddr %<{reply-to}%?{from}%?{sender}%?{return-path}%>)\
39 %<(nonnull)%(void(width))%(putaddr To: )\n%>\
40 %(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
41 %<(nonnull)%(void(width))%(putaddr cc: )\n%>\
42 %<{fcc}Fcc: %{fcc}\n%>\
43 %<{subject}Subject: Re: %{subject}\n%>\
44 %<{date}In-reply-to: Your message of "\
45 %<(nodate{date})%{date}%|%(pretty{date})%>."%<{message-id}
46              %{message-id}%>\n%>\
47 --------
48 @
49
50
51 1.3
52 log
53 @quote date string to comply with RFC
54 @
55 text
56 @d1 1
57 a1 1
58 %(lit)%(formataddr %<{reply-to}%|%<{from}%|%<{sender}%|%<{return-path}%>%>%>%>)\
59 @
60
61
62 1.2
63 log
64 @missing "%>"
65 @
66 text
67 @d7 2
68 a8 2
69 %<{date}In-reply-to: Your message of \
70 %<(nodate{date})%{date}%|%(tws{date})%>.%<{message-id}
71 @
72
73
74 1.1
75 log
76 @Initial revision
77 @
78 text
79 @d1 1
80 a1 1
81 %(lit)%(formataddr %<{reply-to}%|%<{from}%|%<{sender}%|%{return-path}%>%>%>)\
82 @