RealRaven2000 / SmartTemplates

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

Feature request: extend `%header.set()%` to accept multiple addressees #327

Closed RealRaven2000 closed 2 weeks ago

RealRaven2000 commented 1 month ago

To simplify usage, the commands header.set(to), header.set(cc) , header.set(bcc) could be expanded to accept multiple addressee parameters, like this:

%header.set(to,"address1","address2","address3")%

The address parameters can be the usual name <email address> or email address

Currently you can only achieve multiple recipients by using a combination of commands like this:

%header.set(to,"address1")%
%header.append(to,"address2")%
%header.append(to,"address3")%

It will also make sense to allow multiple parameters to %header.append()% - in order to keep the original recipient in a reply template and add multiple recipients in a single line.

RealRaven2000 commented 1 month ago

Test version below:

smartTemplate-fx-4.9pre77.zip


To install version above download zip file and drag the file into Thunderbird Add-ons Manager (do not extract contents, it won't install like that)

JohnFLand commented 1 month ago

This new feature worked perfectly for me! Thank you for taking the time to address my issue referencing multiple addressees!

RealRaven2000 commented 2 weeks ago

Implemented in 4.9 - published 11/11/2024