Can I create nested address lists?

I want to create a game of skill nested lists so that I can manage a group large enough contacts in an organization of volunteers with a hierarchy, much like how I manage contacts work with MS Outlook (sorry for mentioing the competition!). I tried to add an existing list (let's call it List1) on a new list (let's call List2) which must also conduct additional individual contacts. When I do this, "List2" shows the individual contacts and "List1" when I select for the ' to: ' line in a new email, "List2" seems OK, but when I send the mail it is sent only to individuals and does not go to the members of "List1".
I do something wrong or Thunderbird does not support this?

There is a bug, ask the nested lists, but he's 15, ranked when he still was Netscape. https://Bugzilla.Mozilla.org/show_bug.cgi?id=40301

More importantly, it is in the list of features for all. https://Bugzilla.Mozilla.org/show_bug.cgi?id=841598
And important blog posts to explain it. http://mikeconley.ca/blog/tag/ensemble/

Tags: Thunderbird

Similar Questions

  • How can I create an address list in Firefox so I can send the same e-mail to 20 people?

    I'm in a small organization and need to email common to members of 20 or more. Other that to copy and paste from an email previous I have not found a way to do it. I just need a list, I can choose who will fill in the field.
    Thank you

    Firefox is NOT an e-mail provider, please consult your email provider to help do that.

  • How can I create nested VMware ESXi in vCloud 5.5

    Hello

    I how can I create a VM ESXi nested within vCloud 5.5.

    I followed the instructions below, but it does not appear as an OS selected in the database, it creates only an option, but the drop-down list displays the 'other' os.

    http://basraayman.com/2012/03/01/enabling-nested-64-bit-virtual-hosts-on-vCloud-Director-1-5-using-MSSQL/

    Kind regards!

    I just stumbled upon this problem sort of.  I had it working in 5.1 vcloud, but upgrading to vcloud 5.5 caused all sorts of havoc.

    Looks like vCloud 5.5 added a drop down for the esx hosts in the family of the 'other', but it does not appear when you create a virtual machine, you must create it with some other reviews and then change the properties of the vm created for select esx guest.

    If you have added the SQL statements from this link, it will completely break vCloud because there will be two entries in the database for esx and he complain of a unique key.  You must change the database and remove what you added in the link above.  The tables are guest_os_type and guest_osfamily.

    Good luck!

  • How can I create a mailing list "unknown recipient"?

    I created a mailing list that contains multiple e-mail addresses. I was worried when I posted an email to a list of all email addresses have been displayed, which means that everybody could see that I was sending to.
    I want to have a mailing list that does not show that either a list of undisclosed recipients.

    Always try to find how to add a bcc: line. Any ideas welcome. I went to Alt + T Copies and files and only see a field to enter in an entry static bcc which is intended to be sent each time. This isn't my situation. I want to be able to CCI of different people in various e-mails.

  • "How can I select which address list to open"New Message"with"?

    When I start a new e-mail message, the address list that shows on the left is now "Collected addresses" instead of the PAB, it has always been. Can I change addresses collected to the personal address book, but it boils down to "we collect. "when I start a new msg. What has caused this? How can I go back to the way that it used to be?

    Thanks, but it does not change things.

  • How can I create a record list or global signal system

    Forgive me, but I've been away from LabVIEW for awhile. I worked in the field of LabWindows (99% of our work) for the past five years with some sprinkled in LabVIEW. I was responsible for designing a replacement for an existing test unit at another plant in our society with a main requirement being that LabVIEW is the development environment.

    We have two architectures 'C' standard very strong that we try to use them as a reference point on the majority of our work. I would like to try to implement one of these architectures in LabVIEW but I find this part, and really a fundamental part of this architecture is not translated very well. The centerpieces of this architecture are looking for overall signal structures and a record of overall system. The research of signal structure is a complete list of signals in the system test with information scalar and offset. Registering system stores the current raw value for the each of these signals. See the examples below:

    typedef struct SignalType

    {

    int globalIndex;

    Double voltsPerEngUnit;

    Double voltageOffset;

    Char [SIGNAL_NAME_LENGTH] signalName;

    } SignalType;

    struct SignalLookup

    {

    SignalType sigTable [MAX_SIGNALS];

    SignalType * hardwareOutSpare100;

    SignalType * hardwareOutSpare99;

    SignalType * hardwareOutSpare98;

    ...

    SignalType * hardwareInSpare100;

    SignalType * hardwareInSpare99;

    SignalType * hardwareInSpare98;

    ...

    SignalType * time;

    SignalType * dutyTime;

    SignalType * frameTime.

    SignalType * isrCounter;

    SignalType * softwareOutSpare96;

    ...

    SignalType * graphPlot1;

    SignalType * graphPlot2;

    SignalType * graphPlot3;

    SignalType * graphGo;

    SignalType * graphDomainMin;

    SignalType * graphDomainMax;

    SignalType * graphRangeMin;

    SignalType * graphRangeMax;

    SignalType * softwareInSpare91;

    ...

    } signalLookup;

    Initialization functions:

    void SignalTypeInit (SignalType * s, global int, char * name, scalar double, double offset)

    {

    s-> globalIndex = global;

    s-> scalar = voltsPerEngUnit;

    s-> voltageOffset = shift;

    strcpy (s-> signalName, name);

    }

    Sub SignalLookupInit()

    {

    Release of material

    signalLookup.hardwareOutSpare100 = & signalLookup.sigTable [0];

    SignalTypeInit (signalLookup.hardwareOutSpare100, 0, "hardwareOutSpare100", 1.0000, 0.0000);

    signalLookup.hardwareOutSpare99 = & signalLookup.sigTable [1];

    SignalTypeInit (signalLookup.hardwareOutSpare99, 1, "hardwareOutSpare99", 1.0000, 0.0000);

    signalLookup.hardwareOutSpare98 = & signalLookup.sigTable [2];

    SignalTypeInit (signalLookup.hardwareOutSpare98, 2, "hardwareOutSpare98", 1.0000, 0.0000);

    ...

    }

    typedef struct SystemRecord

    {

    Double sigTable [MAX_SIGNALS];

    } SystemRecord;

    How can I translate these structures to LabVIEW when LabVIEW with global structures and tables in large n - n in LabVIEW? I am open to any criticism and help I can get.

    Regards-

    John OC

    I'm not C code too closely, but it is seems to me that you basically have a bunch of definitions of named (structs) signal that you want to get the data by name.

    Personally, I would add that all additional necessary data in there (like hardware address and the actual current value) and use a class or library to encapsulate all this in an easy to use API.

    You can create the base functionality by the presence of a data value references lookup table (DVRs, which are a bit (just a bit!) similar to pointers, so that they point to specific data) that will each point to a single cluster (or object). Once you get the DVR to the cluster (or object), you use the structure in place to get the data inside the RECORDER and the specific operation you want (for example, set up the initial configuration or reading calibrate the current value of the signal) on these data.

    For research, I would recommend a simple VI with a variant in a shift register. The shift register allows to ensure that the data between tracks of VI and use you the primitives of attribute ranging from keep the EVN - if an attribute with the current name does not exist in the variant, you create a new and write it in the Variant. Each attribute includes a digital video recorder, which is what you are exporting.

    Thus, for every VI in your API (Init, current value of reading, etc.), you give the name as input and start calling the VI search to get the DVR. Then, you use the DVR to operate on this specific signal.

    If all this seems too complicated, you can try to go with something like this - http://zone.ni.com/devzone/cda/epd/p/id/5326

  • How can I create a separate address book? I'm not on a mailing list but an address book where addresses are not mixed with my usual address b

    How can I create a separate address book? I'm not on a mailing list but an address book where addresses are not mixed with my address book regularly. I already have three created for me by Thunderbird address books. Add all new addresses to one of those, I'm not afraid to remove the other address books, because some of their addresses are not repeated in my address book "main". So if I delete all the names in one of the existing books, I need to create a blank book that will not mix the addresses with those of an another address book. HOW CAN I CREATE AN ADDRESS BOOK EMPTY? I want to be able to create multiple mailing LISTS using the addresses in this new book, I will eventually have an address book special with a variety of mailing lists, that I can use as I want to.

    In the address book, file | New | Address book.

    No menu showing "file"? F10 or ALT.

  • I received several phishing emails which began exactly two months after I complained to the FCC about a text more blocks access to my account. Can I create a new AppleID and the new e-mail address main icloud.

    I received several emails fishing my e-mail address main icloud.com. How can I create new address icloud and new appleid

    Creation of a new Apple ID will cause a host of problems and will not stop the phishing emails. Ignore them.

  • How can I join an email lists of e-mail addresses and then send the lists to another person?

    I want someone else to be able to send group e-mails, using e-mail lists I created. What is the best way of emailing my mail lists to someone else? I see no mail how lists can be made as an attachment to an e-mail.

    You cannot send mailing lists.

    You can export the content of a mailing list in a file and send the file to someone else. They should use the contact information in the file to import it into their address book, and then create a mailing list.

    The export command is under tools in the address book window. Find out what kind of file, customer email receivers can work with and send them this type of file.

  • How can I hide the addresses in my list of contacts in specific group when I send an e-mail to this group?

    How can I hide the addresses in my list of contacts in specific group when I send an e-mail to this group?  I don't want to have all email addresses

    made available to everyone in the group.

    Thank you!

    You use Windows Mail? The bold at the bottom is the party concerned.
     
    You can also create groups if you send e-mail to the same people often.
     
    You can create a single group name (or alias) to use when sending a message to several contacts at the same time. Just create a group name and add individual contacts to the group. Then just type the name of the group in the box for when you send mail.
     
    1. in the address book, select the folder in which you want to create a group. Click New in the toolbar, and then click New Group.
    2. the Properties dialog box opens. In the group name box, type the name of the group.
    3. There are several ways to add people to the Group:
    a. to add a person from your address book list, click Select members, and then click a name in the address book list.
    (b) to add a person directly to the group without adding the name to your address book, type the person's name and e-mail address at the bottom of the Properties dialog box and then click Add.
    to add a person to both the Group and your address book, click New Contact and enter the appropriate information.
    (d) to use a directory service, click Select members, and then click search. Select a directory service in the drop-down list at the end of the text box. After finding and selecting an address, it is automatically added to your address book.
    4. Repeat for each addition until your group is defined.
     
    Note
     
    a. to view a list of your groups separately from the list of address book in the address book on the view menu, make sure that folders and groups is selected.
     
    b. you can create multiple groups, and contacts can belong to several groups.
     
    If you want to send to a group without addresses are displayed for each recipient, open the address book and make a new entry. Enter the name of the group in the area of the display, but use your address. (Some Internet service providers require a legitimate address in the line to and recipients will know it's from the Group).
     
    Click on the button to. Enter the name of the group using your address. Enter the group in the BCC field.
  • How can I create a list of contacts on Outlook Express. I found the answer in help, but cannot locate elements, on what he asked me to click

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas:
    How can I create a group or a list of contacts on Outlook Express.  I found the answer in help, but cannot locate elements, on what he asked me to click

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    If you're running Vista, you have Windows Mail, not Outlook Express. These instructions for adjustment of these two programs.

    To create a group of contacts:

    You can create a single group name (or alias) to use when sending a message to several contacts at the same time. Just create a group name and add individual contacts to the group. Then just type the name of the group in the box for when you send mail.

    1. in the address book, select the folder in which you want to create a group. Click New in the toolbar, and then click New Group.
    2. the Properties dialog box opens. In the group name box, type the name of the group.
    3. There are several ways to add people to the Group:
    a. to add a person from your address book list, click Select members, and then click a name in the address book list.
    (b) to add a person directly to the group without adding the name to your address book, type the person's name and e-mail address at the bottom of the Properties dialog box and then click Add.
    to add a person to both the Group and your address book, click New Contact and enter the appropriate information.
    (d) to use a directory service, click Select members, and then click search. Select a directory service in the drop-down list at the end of the text box. After finding and selecting an address, it is automatically added to your address book.
    4. Repeat for each addition until your group is defined.

    Note

    a. to view a list of your groups separately from the list of address book in the address book on the view menu, make sure that folders and groups is selected.
     
    b. you can create multiple groups, and contacts can belong to several groups.

    If you want to send to a group without addresses are displayed for each recipient, open the address book and make a new entry. Enter the name of the group in the area of the display, but use your address. (Some Internet service providers require a legitimate address in the line to and recipients will know it's from the Group).

    Click on the button to. Enter the name of the group using your address. Enter the group in the BCC field.

    Bruce Hagen MS - MVP [Mail]

  • Y at - it no vCloud API Java, who can give me the pool of the external IP address list for a particular network of org. ?

    Hello

    I've implemented vCloud Director on my network, when I create an organization network that is NAT-Routed I give him a pool of external IP addresses.

    My Question is that when an organization network is deleted what is happening with this pool of IP, how can retrieve us these IP address.

    Y at - it no vCloud API Java, who can give me the pool of the external IP address list for a particular network of org. ?

    Kind regards

    SachinJ

    Check the examples 6-10 and 6-11 in the vCloud API Programming Guide ("' an Administrative organization network overview").

    Although the 6-11 is abbreviated, 6-10 seems to suggest that the AllocatedIpAddresses element may contain what you are looking for.

    http://pubs.VMware.com/vCloud-API-1/vCloud_API_Guide_Admin.8.7.html#1039433

    I don't know how the Java SDK surfaces this information.

  • How can I create a group in my address book?

    I am looking at the help page, and he has "contacts" in the list, but no link to something useful.

    How can I create a group? I want to send something to a group of people, but I don't want them to see all the other people who are part of the group.

    _ http://KB.mozillazine.org/Thunderbird: _FAQs_:_Create_Mailing_List

  • When I write or try to send an e-mail, my address list has disappeared. How can I get that back?

    When I write an email or forward my address list used to appear on a sidebar, so I could choose who to send it to. All of a sudden it no longer appears when I compose an email or attempt to pass it. How can I get that back?

    Press F9

  • I have a distribution list large email I want to create, BUT I don't necessarily want to put in my Contacts and all this My Contact list of people synchronized upward with my iPhone. Can I create a group without their input in my Contacts?

    I have a distribution list large email I want to create, BUT I don't necessarily want to put in my Contacts and all this My Contact list of people synchronized upward with my iPhone. Can I create a group without their input in my Contacts?

    You can create another account on your mac.

    You can open an account with mailchimp.

    There may be a limit on the number of emails you can send per day. No idea about the number, but I've heard as low as 200 per day.

    R

Maybe you are looking for

  • Advice to synchronize two computers on one account

    I want to omit a certain user (account) when I sync my new laptop... so it only fill with all financial data (for example) my Bill based pay the user account on the new computer. Anyway to do in icloud using a single account? Or dropbox is better for

  • ITunes is default music shuffle

    Everytime I open itunes and select a song to play, I expect to play the next song in the list. Instead itunes fills in advance the list of the next with a list mixed elements. I have to hear the next song in the list, delete the following list of top

  • To update iPhone 5 c 6 I have a question...

    OK, so I am now eligible to proceed my iPhone 5 c to last 6, but I had just a quick question before I go out in reality to swap my iPhone current 5 c for a new... I have a few apps installed on my current iPhone 5 c which cannot be updated because it

  • Replacement of battery for Satellite L10-114

    Hello I'm looking for a replacement battery for my Satellite L10, bought in September ' 05. Not the battery. is PA3420U-1BRS, 14, 4V Li-ion 4300mAh and I can't find an exact replacement on this site under the Accessories heading. This battery has bee

  • Windows10 car does not start after cloning of SSD (mid-2010)

    Hi all. In my mid-2010 mac pro, I have a windows disc 10 (upgraded to 8.1 windows) in the Bay 3. I want to update to SSDS. So, I bought one, I cloned the drive with winclone app pro (v.5.4) but the new drive is not bootable. When I choose to boot fro