]> git.marmaro.de Git - mmh/commitdiff
Default templates for 'comp', 'forw', 'dist', 'repl' now include
authorGlenn Burkhardt <glenn@aoi.ultranet.com>
Wed, 2 Jul 2003 02:01:50 +0000 (02:01 +0000)
committerGlenn Burkhardt <glenn@aoi.ultranet.com>
Wed, 2 Jul 2003 02:01:50 +0000 (02:01 +0000)
Fcc: +outbox

etc/components
etc/distcomps
etc/forwcomps
etc/replcomps
etc/replgroupcomps

index 2669f040867bca9533db2042a0d33e1271dfdda9..7f255ea522da47ece7b8be3507f48791cc916f6e 100644 (file)
@@ -1,4 +1,5 @@
 To:
 cc:
+Fcc: +outbox
 Subject:
 --------
index c6dc39a362e242e5d423a5381ada17e44f58fb34..d30819a1e48e36e4d6ad1ccc94ddd9bbb004a2f1 100644 (file)
@@ -1,2 +1,3 @@
 Resent-To:
 Resent-cc:
+Resent-fcc:
index 2669f040867bca9533db2042a0d33e1271dfdda9..7f255ea522da47ece7b8be3507f48791cc916f6e 100644 (file)
@@ -1,4 +1,5 @@
 To:
 cc:
+Fcc: +outbox
 Subject:
 --------
index 21282fcbe6c8b13018edc671463a7db9506220fe..6ec3ce727d6b9df50f931c3280bf3849b8578249 100644 (file)
@@ -1,28 +1,26 @@
-%; $Id$
-%;
-%; replcomps: default form (components) file for `repl'
-%;
-%; Check for the following headers (in this order)
-%; to construct the return address
-%;
-%; Mail-Reply-To
-%; Reply-To
-%; From
-%; Sender
-%; Return-Path
-%;
-%; AND
-%;
-%; cc: To              (and)
-%;     cc              (and)
-%;     personal address
-%;
-%(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\
-%<(nonnull)%(void(width))%(putaddr To: )\n%>\
-%(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
-%<(nonnull)%(void(width))%(putaddr cc: )\n%>\
-%<{fcc}Fcc: %{fcc}\n%>\
-%<{subject}Subject: Re: %{subject}\n%>\
+%; $Header$
+%;
+%; These next lines slurp in lots of addresses for To: and cc:.
+%; Use with repl -query or else you may get flooded with addresses!
+%;
+%; If no To:/cc:/Fcc: text, we output empty fields for prompter to fill in.
+%;
+%(lit)%(formataddr{reply-to})\
+%(formataddr %<{from}%(void{from})%|%(void{apparently-from})%>)\
+%(formataddr{resent-to})\
+%(formataddr{prev-resent-to})\
+%(formataddr{x-to})\
+%(formataddr{apparently-to})\
+%(void(width))%(putaddr To: )
+%(lit)%(formataddr{to})\
+%(formataddr{cc})\
+%(formataddr{x-cc})\
+%(formataddr{resent-cc})\
+%(formataddr{prev-resent-cc})\
+%(formataddr(me))\
+%(void(width))%(putaddr cc: )
+Fcc: %<{fcc}%{fcc}%|+outbox%>
+Subject: %<{subject}Re: %{subject}%>
 %;
 %; Make References: and In-reply-to: fields for threading.
 %; Use (void), (trim) and (putstr) to eat trailing whitespace.
index 4a3e3a45e81ddd80de85458742079e4780bee2e8..7920544b36cef3546f3773668a5c223414d19b69 100644 (file)
@@ -1,6 +1,6 @@
-%; $Id$
+%; replgroupcomps
 %;
-%; replgroupcomps:  form (components) file for `repl -group'
+%; form (components) file for `repl -group'
 %;
 %; Check the following headers to create reply addresses.
 %;
@@ -28,8 +28,8 @@
 %(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(me))\
 %<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\
 %;
-%<{fcc}Fcc: %{fcc}\n%>\
-%<{subject}Subject: Re: %{subject}\n%>\
+Fcc: %<{fcc}%{fcc}%|+outbox%>
+Subject: %<{subject}Re: %{subject}%>
 %;
 %; Make References: and In-reply-to: fields for threading.
 %; Use (void), (trim) and (putstr) to eat trailing whitespace.