*** This bug is a duplicate of bug 528867 *** https://bugs.launchpad.net/bugs/528867
Public bug reported: Binary package hint: xdg-utils There is a typo in the xdg-email command that means it will not work with Thunderbird correctly. This bug means though the composer is correctly summoned the "to" field of the email is never populated The fix for this is to change the command as follows: cal...@callumlap:/usr/bin$ diff -u xdg-email.bak xdg-email --- xdg-email.bak 2010-05-05 13:43:25.914625390 +0100 +++ xdg-email 2010-05-05 13:45:18.630681818 +0100 @@ -390,7 +390,7 @@ fi MAILTO=$(echo "$MAILTO" | sed 's/&/\n/g') - TOqul=$(echo "$MAILTO" | grep '^to=' | sed 's/^to=//' | awk '{ printf "%s,",$0 }') + TO=$(echo "$MAILTO" | grep '^to=' | sed 's/^to=//' | awk '{ printf "%s,",$0 }') CC=$(echo "$MAILTO" | grep '^cc=' | sed 's/^cc=//' | awk '{ printf "%s,",$0 }') BCC=$(echo "$MAILTO" | grep '^bcc=' | sed 's/^bcc=//' | awk '{ printf "%s,",$0 }') SUBJECT=$(echo "$MAILTO" | grep '^subject=' | tail -n 1) The qul is a typo and should be removed. ProblemType: Bug DistroRelease: Ubuntu 10.04 Package: xdg-utils 1.0.2-6.1ubuntu3 [modified: usr/bin/xdg-email] ProcVersionSignature: Ubuntu 2.6.32-22.33-generic 2.6.32.11+drm33.2 Uname: Linux 2.6.32-22-generic i686 NonfreeKernelModules: wl Architecture: i386 Date: Wed May 5 14:07:24 2010 Dependencies: InstallationMedia: Ubuntu 9.10 "Karmic Koala" - Release i386 (20091028.5) PackageArchitecture: all ProcEnviron: LANG=en_GB.utf8 SHELL=/bin/bash SourcePackage: xdg-utils ** Affects: xdg-utils (Ubuntu) Importance: Undecided Status: New ** Tags: apport-bug i386 lucid -- Typo in the xdg-email command https://bugs.launchpad.net/bugs/575779 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