]> diplodocus.org Git - nmh/blobdiff - etc/replcomps
uip/mhoutsbr.c: Move exported prototype to new header file.
[nmh] / etc / replcomps
index 6ec3ce727d6b9df50f931c3280bf3849b8578249..cf361095fa3a93e47824afcecc32f4cd2469002c 100644 (file)
@@ -1,7 +1,14 @@
-%; $Header$
+%;
+%; replcomps - our default component file for "repl"
+%;
+%;
+%; First, output a "From" header.
+%(void(localmbox))%(void(width))%(putaddr From: )
 %;
 %; These next lines slurp in lots of addresses for To: and cc:.
 %; Use with repl -query or else you may get flooded with addresses!
+%; Currently %(decode) should NOT be used on address fields, in case invalid
+%; characters are in an address.
 %;
 %; If no To:/cc:/Fcc: text, we output empty fields for prompter to fill in.
 %;
 %(formataddr{x-cc})\
 %(formataddr{resent-cc})\
 %(formataddr{prev-resent-cc})\
-%(formataddr(me))\
+%(formataddr(localmbox))\
 %(void(width))%(putaddr cc: )
 Fcc: %<{fcc}%{fcc}%|+outbox%>
-Subject: %<{subject}Re: %{subject}%>
+Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%>
 %;
 %; Make References: and In-reply-to: fields for threading.
 %; Use (void), (trim) and (putstr) to eat trailing whitespace.