Bugzilla@Mozdev – Bug 26208
Lastname and Firstname arguments omit part of the name when broken up
Last modified: 2016-07-20 10:21:30
You need to log in before you can comment on or make changes to this bug.
When using the "Correct Lastname, Firstname" Advanced Option, parts of the name may be omitted. Example: the name "Marky Mark De" when using %cc(firstname,lastname,bracketMail())% will be converted to Marky De essentially leaving out the "middle portion" of the name.
Created an attachment (id=8177) [details] SmartTemplate 1.3 prerelease 5 Fixes the issue by breaking up as follows: If name is only 1 word firstname=1 With 2 and more word firstname = 1 .. 2.. 3.. n-1 lastname = n
Created an attachment (id=8196) [details] SmartTemplate 1.3 prerelease 24 Fixes a problem with missing spaces between first names. Test email address: "Who is this Thunderbird Daily?" <thunderbirddaily@gmail.com> %to(firstname)% Who Is This Thunderbird %to(lastname)% Daily? So all names > count 2 are viewed as part of the firstname variable
Resolved in Release 1.3 - 11/07/2016