%; You can optionally copy this file to your MH Path and modify as
%; desired.
%;
-%; The mh-sequence(5) man page describes the unseen sequence.
+%; mh-sequence(5) describes the unseen sequence.
%;
%; A more readable approach would add escape sequences to your profile, e.g.:
%; normal: \e[m
%; bright-white: \e[1;37m
%; underlined-white: \e[4;37m
%; 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 \e[33;40m))%(zputlit)%>\
-%<(unseen)%(void(lit \e[36;40m))%(zputlit)%>\
+%<(cur)%(zputlit(lit \e[33;40m))%>\
+%<(unseen)%(zputlit(lit \e[36;40m))%>\
%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 \e[m))%(zputlit)
+%<(mymbox{from})%<{to}To:%14(unquote(decode(friendly{to})))%>%>\
+%<(zero)%17(unquote(decode(friendly{from})))%> \
+%(decode{subject})%<{body}<<%{body}>>%>%(zputlit(lit \e[m))