Commit e2d62910 e2d62910e9094a58bfb87f7e09fc83d602a51340 by Sergey Poznyakoff

mh: minor fix in reply formats

* mh/etc/replcomps: Format Fcc only if coming from myself.
* mh/etc/replgroupcomps: Likewise.
1 parent e75e9123
......@@ -8,7 +8,7 @@
%<(nonnull)%(void(width))%(putaddr To: )\n%>\
%(lit)%<(rcpt to)%(formataddr{to})%>%<(rcpt cc)%(formataddr{cc})%>%<(rcpt me)%(formataddr(me))%>\
%<(nonnull)%(void(width))%(putaddr cc: )\n%>\
%<{fcc}Fcc: %{fcc}\n%>\
%<(mymbox{from})%<{fcc}Fcc: %{fcc}\n%>%>\
%<{subject}%(lit)%<(isreply)%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\
%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\
%(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\
......
......@@ -12,7 +12,7 @@
%(lit)%<(rcpt to)%(formataddr{to})%>%<(rcpt cc)%(formataddr{cc})%>%<(rcpt me)%(formataddr(me))%>\
%<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\
%;
%<{fcc}Fcc: %{fcc}\n%>\
%<(mymbox{from})%<{fcc}Fcc: %{fcc}\n%>%>\
%<{subject}%(lit)%<(isreply{subject})%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\
%(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\
%(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\
......