desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #125046
[Bug 528867] Re: Typo in last compatibility patch for thunderbird
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as "Won't Fix".
** Changed in: xdg-utils (Ubuntu Lucid)
Status: Confirmed => Won't Fix
--
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xdg-utils in Ubuntu.
https://bugs.launchpad.net/bugs/528867
Title:
Typo in last compatibility patch for thunderbird
Status in xdg-utils package in Ubuntu:
Fix Released
Status in xdg-utils source package in Lucid:
Won't Fix
Bug description:
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 }')
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-utils/+bug/528867/+subscriptions