From: David Levine Date: Wed, 14 Nov 2012 04:32:22 +0000 (-0600) Subject: Updated scan.highlighted to feed an expression to %(zputlit). X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=6238d42a75a5e72619ee9c1df1d7649ece6cdaaf Updated scan.highlighted to feed an expression to %(zputlit). --- diff --git a/etc/scan.highlighted b/etc/scan.highlighted index d6a140e..4bffe58 100644 --- a/etc/scan.highlighted +++ b/etc/scan.highlighted @@ -27,15 +27,15 @@ %; bright-white:  %; underlined-white:  %; To use them in the format, e.g., at the beginning: -%; %<(cur)%(void(profile yellow))%(zputlit)%>\ -%; %<(unseen)%(void(profile cyan))%(zputlit)%>\ +%; %<(cur)%(zputlit(profile yellow))%>\ +%; %<(unseen)%(zputlit(profile cyan))%>\ %; and at the end: %; %(void(profile normal))%(zputlit) %; -%<(cur)%(void(lit ))%(zputlit)%>\ -%<(unseen)%(void(lit ))%(zputlit)%>\ +%<(cur)%(zputlit(lit ))%>\ +%<(unseen)%(zputlit(lit ))%>\ %4(msg)%<(cur)+%| %>%<{replied}-%?{encrypted}E%| %>\ %02(mon{date})/%02(mday{date})%<{date} %|*%>\ %<(mymbox{from})%<{to}To:%14(decode(friendly{to}))%>%>\ %<(zero)%17(decode(friendly{from}))%> \ -%(decode{subject})%<{body}<<%{body}>>%>%(void(lit ))%(zputlit) +%(decode{subject})%<{body}<<%{body}>>%>%(zputlit(lit ))