mh: minor fix in reply formats
* mh/etc/replcomps: Format Fcc only if coming from myself. * mh/etc/replgroupcomps: Likewise.
Showing
2 changed files
with
2 additions
and
2 deletions
... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
8 | %<(nonnull)%(void(width))%(putaddr To: )\n%>\ | 8 | %<(nonnull)%(void(width))%(putaddr To: )\n%>\ |
9 | %(lit)%<(rcpt to)%(formataddr{to})%>%<(rcpt cc)%(formataddr{cc})%>%<(rcpt me)%(formataddr(me))%>\ | 9 | %(lit)%<(rcpt to)%(formataddr{to})%>%<(rcpt cc)%(formataddr{cc})%>%<(rcpt me)%(formataddr(me))%>\ |
10 | %<(nonnull)%(void(width))%(putaddr cc: )\n%>\ | 10 | %<(nonnull)%(void(width))%(putaddr cc: )\n%>\ |
11 | %<{fcc}Fcc: %{fcc}\n%>\ | 11 | %<(mymbox{from})%<{fcc}Fcc: %{fcc}\n%>%>\ |
12 | %<{subject}%(lit)%<(isreply)%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\ | 12 | %<{subject}%(lit)%<(isreply)%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\ |
13 | %(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\ | 13 | %(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\ |
14 | %(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\ | 14 | %(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\ | ... | ... |
... | @@ -12,7 +12,7 @@ | ... | @@ -12,7 +12,7 @@ |
12 | %(lit)%<(rcpt to)%(formataddr{to})%>%<(rcpt cc)%(formataddr{cc})%>%<(rcpt me)%(formataddr(me))%>\ | 12 | %(lit)%<(rcpt to)%(formataddr{to})%>%<(rcpt cc)%(formataddr{cc})%>%<(rcpt me)%(formataddr(me))%>\ |
13 | %<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\ | 13 | %<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\ |
14 | %; | 14 | %; |
15 | %<{fcc}Fcc: %{fcc}\n%>\ | 15 | %<(mymbox{from})%<{fcc}Fcc: %{fcc}\n%>%>\ |
16 | %<{subject}%(lit)%<(isreply{subject})%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\ | 16 | %<{subject}%(lit)%<(isreply{subject})%?(profile reply-prefix)%(concat)%|%(concat Re:)%>%(concat{subject})%(printhdr Subject: )\n%>\ |
17 | %(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\ | 17 | %(lit)%(concat(in_reply_to))%<(nonnull)%(void(width))%(printhdr In-reply-to: )\n%>\ |
18 | %(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\ | 18 | %(lit)%(concat(references))%<(nonnull)%(void(width))%(printhdr References: )\n%>\ | ... | ... |
-
Please register or sign in to post a comment