--- tamtam/tamtam2socialtext.pl 2007/12/12 23:01:18 18 +++ tamtam/tamtam2socialtext.pl 2007/12/12 23:08:14 19 @@ -154,6 +154,7 @@ $body =~ s,----(\S+),----\n$1,gs; # attachments + $body =~ s,\[attachment:([^\]]+)(gif|png|jpg|jpeg)\],{image: $1$2},gis; $body =~ s,\[attachment:([^\]]+)\],{file: $1},gs; return $body;