Comment 24 for bug 515386

Revision history for this message
Robert Ancell (robert-ancell) wrote : Re: No attachment when thunderbird 3 is set as default client.

Fixed by adding the second line:
ATTACH=$(echo "$MAILTO" | sed 's/^attach=/\n\nfile:\/\//g' | awk '/^file:/ { printf "%s,",$0 }')
ATTACH=$(echo "$ATTACH" | sed 's/,$//')