Public bug reported:

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: Undecided
         Status: New

-- 
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
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to