How to create a "new mailing list?

I have a very large address book, almost 300, I want to divide it into 3 separate e-mail lists. From what I see, you must type in each individual e-mail address. Is there a way to select all, and then drag these addresses in the new list?

Mac OS X Mavericks.

Of course, you can drag the entries in mailing lists.

See _ http://kb.mozillazine.org/Thunderbird: _FAQs_:_Create_Mailing_List #Create_a_new_mailing_list

Tags: Thunderbird

Similar Questions

  • How to create the new folder on Oracle UCM?

    Hello

    After that I start the UCM_server I can't find how to create the new folder and I can't find the record of the 'Contribution records '. as shown in the attached picture.

    ucmfolder.JPG

    Hello

    Is it a new installation? You can configure the WCC with folder folder_g or framwork. You can use Server Admin-> component for Manager screen set up. It is recommended to use the framework with version dot 8 for optimizing the performance and scalability.

    About java applet question please check forums UCM browser compatibility issue

    Internet Explorer
    1. Click on Tools , then Internet Options
    2. Select the Security tab, and then select the custom level button
    3. Scroll to script Java applets
    4. Make sure the enable radio button is checked
    5. Click OK to save your preferences
    Chrome

    Chrome 42 version and more. From Chrome version 42 (released in April 2015), Chrome has disabled the way the browsers support plugins. More information

    Firefox
    1. Open the Firefox browser or restart it if it is already running
    2. In the Firefox menu, select Tools, and then click the option Add-ons
    3. In the Add-ons Manager window, select Plugins
    4. Click on plugin Java (TM) Platform (Windows) or the Java Applet plug-in (Mac OS X) to select the option
    5. Ensure that the option selected is Ask to activate or enable always or on older versions of Firefox, click the Activate button (if the button is disable, Java is already enabled)
    Safari
    1. Click on Safari and select Preferences
    2. Choose the Security option
    3. Select allow Plug-ins, and then click manage the Web site settings
    4. Click on the Java element, select an option (Ask, authorize or allow always) in the drop-down list When you visit other Web sites
    5. Click done, and then close the Safari preferences window
    Opera 4.x and Up
    1. Opera for Windows does not use Java, but an embedded already inside the Opera Web browser version.
    2. Opera for other platforms can supports Java. Please consult your Opera Platform documentation.
    3. For more information, please see the following Opera support article:
      Support for the Java software at the opera

    Thank you

    Amey

  • How to create a new FM - Doc

    Hi all

    I see how to create a new book-component,

    var comp = book.NewSeriesBookComponent(0);
    comp.Name = "C:\\SomeDocumentPath";

    but everything I want to create a new independent FM-document, write something for her, (that I got on the docs of a book or a doc singualer).

    Any ideas?

    Thank you

    To create a document, simply open it:

    ADOBE FRAMEMAKER SCRIPTING GUIDE says:

    Open

    Description

    Opens a document or book. It can also create a new document.

    Open() is used to specify a list of properties by saying FrameMaker how to open or create the file and how to deal with the error and the conditions of release warned.

    For example, you can specify whether to stop or continue opening a document if it contains fonts that are not available. If the file is already open and invisible, it will make the file visible.

    Hope that helps

    CU

    Klaus

    EDIT:

    Here is an example:

    
    var openParams, openReturnParams;
    
    openParams = GetOpenDefaultParams();
    
    openReturnParams new PropVals();
    
    var  MyFile = "C:\\MyPath\\MyFile.fm";
    
    oFile = Open(MyFile,openParams, openReturnParams);
    

    And if you want to change the settings:

    
    var openParams, openReturnParams;
    
    openParams = getYourParams ();
    
    openReturnParams =  new PropVals();
    
    var  MyFile = "C:\\MyPath\\MyFile.fm";
    
    oFile = Open(MyFile,openParams, openReturnParams);
    
    function getYourParams() {
    
    var params, i;
    
    /*
    
    Change the params
    
    */
    
    i = GetPropIndex(params, Constants.FS_RefFileNotFound);
    
    params[i].propVal.ival = Constants.FV_AllowAllRefFilesUnFindable;
    
    i = GetPropIndex(params, Constants.FS_FileIsOldVersion);
    
    params[i].propVal.ival = Constants.FV_DoOK;
    
    i = GetPropIndex(params, Constants.FS_FontNotFoundInDoc);
    
    params[i].propVal.ival = Constants.FV_DoOK;
    
    i = GetPropIndex(params, Constants.FS_LockCantBeReset);
    
    params[i].propVal.ival = Constants.FV_DoOK;
    
    i = GetPropIndex(params, Constants.FS_FileIsInUse);
    
    params[i].propVal.ival = Constants.FV_OpenViewOnly;
    
    i=GetPropIndex(params,Constants.FS_AlertUserAboutFailure);
    
      params[i].propVal.ival=Constants.FV_DoCancel;
    
    i=GetPropIndex(params,Constants.FS_MakeVisible );
    
    params[i].propVal.ival=false;
    
    return (params);
    
    }
    
  • How to create a new virtual machime of an existing file

    Hello

    I have the virtual machine Windows file server (file virtual disk of Windows Server 2008, Windows Server 2008 configuration,...), I ask is how to create a new virtual machine from this file.

    post vmx file and a list of files

    ___________________________________

    VMX-settings- VMware-liveCD - VM-infirmary

  • How to create the new line in actionscript 3

    I have this simple script that is supposed to take a comma to separate values from xml and transform into something similar to an unordered list if only I could get a '\n' to work. Here is my script.

    var dont_forget:Array = myXML... dont_forget [n]. Split(",");

    var d: Number = dont_forget.length;

    While (d-) {}

    detailsMovieClip_mc.dont_forget.text = ">" + dont_forget [i] + "\n\r";

    trace (dont_forget [d]);

    }

    When the trace is running it shows me the values so I know they are there. However, I see that the last value. How to create a new line as a 3?

    Use the appendText method.  By assigning the text using "=" you're crushing on each pass through the loop.

    detailsMovieClip_mc.dont_forget.appendText (' > '+ dont_forget [d] + "\n\r" ');

  • How to create the new domain with lookup?

    How to create the new domain with list of choices like terrain dDocType system?

    Administration/Admin Applets tab / SCCM / information fields.
    Add field or edit a custom field if you have one.
    The name field (the name will be prefaced with the lowercase letter x behind the scenes, if ever, you write the code to call it if you name this Fruit it will xFruit for code)
    Define your values for the field, but the important thing for a menu drop-down list or list of selection will be to list the Option activate the checkbox.
    Then, you perform one of the 3 main things to put data in the list.
    1. manually fill in a list of options
    2. use a DB or DB table view to view Configuration Manager
    3. create a complex tree (read the documentation on which I him have not used)

    If this does not answer your questions, click the help button in the applet.

  • How to create a new user in OBIEE?

    1. how to create a new user in OBIEE?
    2. I have to get user names in an array, that has the user ID as a column and based on which create the users.

    Thank you.

    ssk1974,

    1. go in AdminTool > Manage > Security > users... This is where you create new users in the RPD.
    2. I don't think you can create users automatically based on a list of users.

    Q: are you trying to create users, automatically, based on the file you have?

    Mark messages quickly.

    J
    -bifacts
    http://www.obinotes.com

  • How to create a new profile on a MacBook?

    How to create a new user or COMP

    OS X Yosemite: Configure users on your Mac Try this.

  • How to create a new my sign? new update because not good very uncomfortable

    How to create a new my sign? new update because not good very uncomfortable

    Have a look here: Restorer of Classic https://addons.mozilla.org/en-US/firefox/addon/classicthemerestorer/ theme

  • How to create a new playlist on an ipod nano

    How to create a new playlist on my ipod nano?

    See https://www.safaribooksonline.com/library/view/ipod-the-missing/9780596155834/ch 06s05.html.

    TT2

  • How to create a new mailbox on my iPad version 9.3

    How to create a new mailbox on my iPad version 9.3

    Go to the mailbox. Tap on edit. Press new mailbox. Name of the mailbox tap Save.

  • How to create a new folder in the voice tab 7 hp slate

    How to create a new folder in the voice tab 7 hp slate?

    I wish to cretae a folder in my home page.

    Please help me...

    Hello and welcome to the HP support community!

    You want to organize your icons in folders, or put a shortcut of data on your home page folder?

    The first is easy, this last not so much.

    Just hold your finger on an icon, and then drag it on another similar icon.  A "folder" will be done with the name "unnamed file".  Press and hold the words to change the name of the folder.

    I'm not aware of a way to file a record of data on the homepage...

    WyreNut

  • How to create a new folder?

    original title: creating folders

    How to create a new folder?

    http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-new-folder

    Create a new folder

    Folders are a convenient way to store and organize files on your computer. For example, you probably want to create folders in the Documents and images to help you manage your files. You can create an unlimited number of folders and even store folders inside other folders. Folders located inside other folders are often called subfolders.

    1. Navigate to the location (the desktop or a folder) where you want to create a new folder.

    2. Right click on an empty space on the desktop or in the folder window, point to new and then click folder.

    3. Type a name for the new folder and press ENTER.

    http://www.Dummies.com/how-to/content/create-a-folder-in-Windows-Vista.html

    Create a folder in Windows Vista

    http://www.ehow.com/how_2073272_create-folder-Windows.html

    How to create a folder in Windows

    The information above will help you.

    See you soon.

    Mick Murphy - Microsoft partner

  • Smartphones blackBerry how to create a new folder in the video folder in the media

    Hi, I'm trying to figure out how to create a new folder in the video folder in the media. I can easily create new folders in the pictures folder, but not in the videos... Why? Thanks in advance for your help.

    well I'm sorry, I think that I have not read your emails correctly.

    The media application doesn't care about records at all. It will read the files, the tags when they are available, playlists, but it will not show the files. with the exception of the pictures.

  • How to create a new auto sync with Salesforce?

    We try to create a new automatic synchronization so that we can test with a second profile of Salesforce integration, but I don't see anything on the screen Auto Synchs which shows how to create a new.

    Anyone has any ideas on where to start?

    Installation--> integration--> inbound--> create Data Sources

    Create a new external call and make sure that CheckBox 'calendar for automatic execution' this will allow this call for automatic synchronization. I will link an article shortly...

    Edit: Surprisingly, I can't find an article dedicated to the implementation of an automatic synchronization, but you can renovate sort of article to meet your needs for a walk through...

    Navy Playbook: Change Email in CRM

Maybe you are looking for

  • For Linux - Qosmio F30-111 RAID drivers

    Hello I have a Qosmio F30-111 and I need the drivers for the Controller Raid for Linux. Can someone help me.I have RAID-0 and the laptop does not start. It displays the XP logo and restarts. So I need to boot from cd or USB key to access or repair th

  • Yahoo email?

    Greetings, Use email Yahoo on my Windows PC, each email had a small selection box that would allow me to move an e-mail without opening it. I have not this selection box on my Yahoo email in my iMac. How can I get this feature to appear? Thanks in ad

  • After each start up, screen resolution changes

    Under Windows XP.  I replaced my hard drive and since this event, my screen resolution changed.  When I change it back, it's OK for the rest of this session, but then, after a reboot, it is back.  I need to change once again.   How do I 'Finalize' my

  • stop the 52601487 code

    stop the 52601487 code

  • PHOTOSMART C7280 FATAL ERROR DURING INSTALLATION wStub 460504 WINDOWS VISTA

    DID NOT FINISH INSTALLING NEW SOFTWARE TO FIX THE HP SOLUTIONS CENTER NOT LOADING AND UNABLE TO SCAN