<<>> <> <> <> <> BeginStyle (Cedar) AttachStyle (headerCommon) "message headers" { ragged DoubleBreak bottomLeading DoubleBreak topLeading clearTabStops 1 pt flushLeft tabStop 1.1 in flushLeft tabStop 3.6 in flushLeft tabStop 3.6 in restIndent IF isComment THEN {look.i} FI } StyleRule (header) "obsolete" { receivedHeader } StyleRule (sentHeader) "message header for copies of messages we sent" { headerCommon look.o } StyleRule (receivedHeader) "message header for copies of messages we received" { headerCommon look.b } StyleRule (default) "for message bodies" { standard CodeFont IF isComment THEN {italic face} ELSE {regular face} FI IF nestingLevel 1 .eq .not THEN {CodeIndent bigger leftIndent} FI the size 1 .add topIndent 4 sp tabStops 0 pt restIndent % This is the only change from Cedar.style } StyleRule EndStyle