RealRaven2000 / SmartTemplates

Thunderbird Add-on: SmartTemplates
http://smarttemplates.quickfolders.org/
Other
25 stars 15 forks source link

Correct Lastname, Firstname not working #305

Open RealRaven2000 opened 4 months ago

RealRaven2000 commented 4 months ago

The advanced settings option to extract names correctly from a sender address which has the format lastname, firstname(s) in the name portion doesn't work. Example such as:

last, first <first.last@example.com>

expected:

%from(firstname)% should extract "first". Instead it extracts "last," (including the comma)

image