replgroupcomps - dotfiles - leot's dotfiles
 (HTM) hg clone https://bitbucket.org/iamleot/dotfiles
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       replgroupcomps
       ---
            1 %; replgroupcomps
            2 %;
            3 %; form (components) file for `repl -group'
            4 %;
            5 %; Check the following headers to create reply addresses.
            6 %;
            7 %; To: Mail-Followup-To
            8 %;
            9 %; OR
           10 %;
           11 %; To: Mail-Reply-To   (or)
           12 %;     Reply-To        (or)
           13 %;     From            (or)
           14 %;     Sender          (or)
           15 %;     Return-Path
           16 %;
           17 %; AND
           18 %;
           19 %; cc: To              (and)
           20 %;     cc              (and)
           21 %;     personal address
           22 %;
           23 %; Note that addresses should not have %(decode) run on them in case invalid
           24 %; characters are in the address field.
           25 %;
           26 %<(getenv LOCALMAILBOX)%|%(void(localmbox))%>%(void(width))%(putaddr From: )
           27 %(lit)%(formataddr{mail-followup-to})\
           28 %<(nonnull)%(void(width))%(putaddr To: )\n\
           29 %(putaddr Mail-Followup-To: )\n\
           30 %|\
           31 %(lit)%(formataddr %<{mail-reply-to}%?{reply-to}%?{from}%?{sender}%?{return-path}%>)\
           32 %<(nonnull)%(void(width))%(putaddr To: )\n%>\
           33 %(lit)%(formataddr{to})%(formataddr{cc})%(formataddr(localmbox))\
           34 %<(nonnull)%(void(width))%(putaddr cc: )\n%>%>\
           35 %;
           36 Fcc: %<{fcc}%{fcc}%|+outbox%>
           37 Subject: %<{subject}Re: %(void{subject})%(trim)%(putstr)%>
           38 %;
           39 %; Make References: and In-reply-to: fields for threading.
           40 %; Use (void), (trim) and (putstr) to eat trailing whitespace.
           41 %;
           42 %<{message-id}In-reply-to: %{message-id}\n%>\
           43 %<{message-id}References: \
           44 %<{references}%(void{references})%(trim)%(putstr) %>\
           45 %(void{message-id})%(trim)%(putstr)\n%>\
           46 Comments: In-reply-to \
           47 %<{from}%(void{from})%?(void{apparently-from})%|%(void{sender})%>\
           48 %(trim)%(putstr)\n\
           49    message dated "%<(nodate{date})%{date}%|%(tws{date})%>."
           50 --------