First Last Prev Next    No search results available
Details
: Lastname and Firstname arguments omit part of the name wh...
Bug#: 26208
: smarttemplate4
: General
Status: RESOLVED
Resolution: FIXED
: PC
: Windows NT
: unspecified
: P2
: minor
: ---

:
:
:
:
:
  Show dependency tree - Show dependency graph
People
Reporter: Axel Grude <axel.grude@gmail.com>
Assigned To: Axel Grude <axel.grude@gmail.com>
:

Attachments
SmartTemplate 1.3 prerelease 5 (371.18 KB, application/x-xpinstall)
2016-04-27 10:09, Axel Grude
no flags Details
SmartTemplate 1.3 prerelease 24 (379.27 KB, application/x-xpinstall)
2016-06-02 10:57, Axel Grude
no flags Details


Note

You need to log in before you can comment on or make changes to this bug.

Related actions


Description:   Opened: 2016-04-27 01:44
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.
------- Comment #1 From Axel Grude 2016-04-27 10:09:16 -------
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
------- Comment #2 From Axel Grude 2016-06-02 10:57:34 -------
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
------- Comment #3 From Axel Grude 2016-07-20 10:21:30 -------
Resolved in Release 1.3 - 11/07/2016

First Last Prev Next    No search results available