[Bug 528867] Re: Typo in last compatibility patch for thunderbird

Sebastien Bacher seb128 at ubuntu.com
Mon Jun 28 23:05:12 BST 2010


the issue is fixed in the maverick version

** Changed in: xdg-utils (Ubuntu)
   Importance: Undecided => Low

** Also affects: xdg-utils (Ubuntu Lucid)
   Importance: Undecided
       Status: New

** Changed in: xdg-utils (Ubuntu Lucid)
       Status: New => Confirmed

** Changed in: xdg-utils (Ubuntu Lucid)
   Importance: Undecided => Low

** Changed in: xdg-utils (Ubuntu)
       Status: Confirmed => Fix Released

-- 
Typo in last compatibility patch for thunderbird
https://bugs.launchpad.net/bugs/528867
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is a direct subscriber.

Status in “xdg-utils” package in Ubuntu: Fix Released
Status in “xdg-utils” source package in Lucid: Confirmed

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 }')





More information about the Ubuntu-sponsors mailing list