First Last Prev Next    No search results available
Details
: Option to disable guessing Name Part
Bug#: 26595
: smarttemplate4
: General
Status: RESOLVED
Resolution: FIXED
: PC
: Windows NT
: unspecified
: P3
: enhancement
: ---

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

Attachments
1.6 prerelease 208 (502.86 KB, application/x-xpinstall)
2018-10-25 08:39, Axel Grude
no flags Details
1.6 prerelease 216 (503.20 KB, application/x-xpinstall)
2018-10-26 03:16, 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: 2018-10-25 07:02
When no Name Portion is given in an Email Address, currently SmartTemplate4
tries to "guess" the name from the beginning part of an email address (the part
before the '@' sign)

Add an option for disabling this behavior. This means that
1) when using %to% no Name portion is added unless it can be found in Name /
Display of the Address Book

2) when using arguments for parts like

%to(name)%
%to(firstname)%
%to(lastname)%

will return an empty string in this case.

%to(name,mail)% will then only return an email address.
------- Comment #1 From Axel Grude 2018-10-25 08:39:32 -------
Created an attachment (id=8540) [details]
1.6 prerelease 208

To disable name "guessing" open about:config and toggle

"extensions.smartTemplate4.names.guessFromMail=falsee
------- Comment #2 From Axel Grude 2018-10-26 03:16:34 -------
Created an attachment (id=8543) [details]
1.6 prerelease 216

previous version only worked in certain cases. This one is better tested and
works with:

%to% 
%to(name,bracketMail())%
%to(name)%
%to(firstname)%
%to(lastname)%
%to(mail)%
%to(name)% <%to(mail)%>
%cc(name,bracketMail())%

First Last Prev Next    No search results available