<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -2,16 +2,17 @@
 
 source ./lib/common.sh
 
-echo &quot;*** Email:&quot;
+BREAKLINE=&quot;$(tput setaf 1)***$(tput sgr0)&quot;
+echo &quot;$BREAKLINE Email:&quot;
 echo &quot;Subject: $SUBJECT&quot;
 echo
-cat $BODYFILE | head -n 5
-if [ ! -z &quot;`cat $BODYFILE | tail -n +6`&quot; ]; then
+cat $BODYFILE | head -n 8
+if [ ! -z &quot;`cat $BODYFILE | tail -n +9`&quot; ]; then
 	echo &quot;(...)&quot;
 fi
 
 echo
-echo &quot;*** Attachments:&quot;
+echo &quot;$BREAKLINE Attachments:&quot;
 if [ -d &quot;$ATTACHDIR&quot; ]; then
 	if [ ! -z &quot;`ls $ATTACHDIR/`&quot; ]; then
 		for i in $ATTACHDIR/*; do
@@ -25,10 +26,10 @@ else
 fi
 
 echo
-echo &quot;*** To: &quot;
+echo &quot;$BREAKLINE To: &quot;
 cat $LISTFILE | head -n 5
 if [ ! -z &quot;`cat $LISTFILE | tail -n +6`&quot; ]; then
-	echo -n &quot;(...) `cat $LISTFILE | wc -l` in total &quot;
+	echo -n &quot;(...) $(tput setaf 1)`cat $LISTFILE | wc -l`$(tput sgr0) in total &quot;
 fi
 echo &quot;from $LISTFILE&quot;
 </diff>
      <filename>test.sh</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>75d85ee857c75ef1a8a0682ad0a02ccbbbaeb2d9</id>
    </parent>
  </parents>
  <author>
    <name>Dawid Ci&#281;&#380;arkiewicz</name>
    <email>dpc@ucore.info</email>
  </author>
  <url>http://github.com/dpc/muttmailer/commit/489de2d99e823b830bccd64b83a7777c80ab3714</url>
  <id>489de2d99e823b830bccd64b83a7777c80ab3714</id>
  <committed-date>2009-10-21T13:56:13-07:00</committed-date>
  <authored-date>2009-10-21T13:56:13-07:00</authored-date>
  <message>Add some coloring and format changes to `test.sh` output.</message>
  <tree>39198606a03aa3777b17a2064405bc2eb9ec6070</tree>
  <committer>
    <name>Dawid Ci&#281;&#380;arkiewicz</name>
    <email>dpc@ucore.info</email>
  </committer>
</commit>
