[Bug 528867] [NEW] Typo in last compatibility patch for thunderbird
Launchpad Bug Tracker
528867 at bugs.launchpad.net
Tue Jun 29 00:04:00 BST 2010
You have been subscribed to a public bug by Sebastien Bacher (seb128):
Binary package hint: xdg-utils
On line 27 of xdg-email-thunderbird.diff patch, recently added for
Thunderbird, has a typo that breaks the TO field :
+ TOqul=$(echo "$MAILTO" | grep '^to=' | sed 's/^to=//' | awk '{
printf "%s,",$0 }')
Should be replaced by
+ TO=$(echo "$MAILTO" | grep '^to=' | sed 's/^to=//' | awk '{ printf
"%s,",$0 }')
** Affects: xdg-utils (Ubuntu)
Importance: Low
Status: Confirmed
** Affects: xdg-utils (Ubuntu Lucid)
Importance: Low
Status: Confirmed
--
Typo in last compatibility patch for thunderbird
https://bugs.edge.launchpad.net/bugs/528867
You received this bug notification because you are a member of Ubuntu Sponsors Team, which is a direct subscriber.
More information about the Ubuntu-sponsors
mailing list