Too many addresses in mail's "From" pull-down menu

i have 3 mobileme addresses, a few of aliases, and 1 gmail account. my problem is this:
when composing a new message, there are too many addresses the "from" pull-down menu, because mail includes both the .mac and .me versions of each of my aliases. so, instead of a list of 6 addresses, mail shows 10. furthermore, the addresses appear, in the menu, in a random order, making it even harder to find and select the address i need:
they display in this order:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
- how do i get mail to stop listing both the .mac and .me versions of addresses (aliases) in the pull-down menu?
- and how do i alphabetize the list?
thanks.

i must have been really tired when posting the above. lol. obviously i meant "a few aliases" and "there are too many addresses in the 'from' pull-down menu."
i hope someone knows how to address this issue. (no pun intended.)

Similar Messages

  • Problem logging into iPlanet Calendar Server from pull-down menu in Communicator

    When I run the iPlanet Calendar Server's cstool
    utility and enter the command<BR>
    <P>
    cstool -p 80 ping name.of.server
    <BR>
    <P>
    I receive the message<BR>
    <P>
    Calendar Server is up and running!
    <P>
    I can also access the LDAP service of the Calendar Server with no problem.
    However, if I try to connect to this server using the pull-down menu for
    Netscape Communicator 4.7 with Calendar, I receive the error message<BR>
    <P>
    The server is unreachable. Verify that the network is available and that the
    server application is running.
    <P>
    To use the iPlanet Calendar Server client, point your browser at the client
    port that was specified when the iPlanet Calendar Server was installed.
    <P>
    For example,<BR>
    <P>
    http://your_server_name:80
    <P>
    If you forgot which client port is specified, you can find the value for the
    port number in the service.http.port
    parameter in the server's
    /opt/SUNWicsrv/cal/bin/config/server.conf
    file.

    So if you accepted the defaults during the installation process who are the database users? ias_admin? system? sys? I've tried all and gotten ORA-01017: invalid username/password; logon denied. These fail in the OEM console as well. I apologize in advance if the answer is embarassingly obvious.

  • Set_item_property from pull-down menu

    Is it possible to use set_item_property to change something on a block item from a pulldown menu? I'm going to guess 'no', but it would be awfully convenient for me if there was a way around it.

    use
    SET_ITEM_PROPERTY('BLOCK.ITEM', PROPERTY, VALUE);For accessing items in Menu:
    DECLARE
      myVar VARCHAR2(2000);
    BEGIN
      -- Read
      myVar:=NAME_IN('BLOCK.iTEM');
      -- Write
      COPY(myVar, 'BLOCK.ITEM');
    END;Edited by: Andreas Weiden on 24.11.2008 08:11

  • Clear_form doesn't work right from pull-down menu on one form.

    Have a switchboard form called MAIN used to call other forms, FORM1, FORM2, and FORM3. 1-3 have buttons to return to the switch board that contain the following code, along with a pulldown menu item that is identical.
    IF :GLOBAL.logged_in = 'y' THEN
         CLEAR_FORM(no_commit, to_savepoint);
    END IF;
    EXIT_FORM;This works fine from both buttons and menus on FORM1 and 2. The button works fine on FORM3, but if i click the menu item, Forms displays a message box saying 'Close this form?' with a yes or no choice. 'Yes' does close the form, but why am I being prompted like this? It doesn't happen on the other forms.
    Edited by: user10401609 on Nov 26, 2008 7:40 AM
    Edited by: user10401609 on Nov 26, 2008 7:49 AM

    Look up the on-line help on both Clear_Form and Exit_Form. The one odd form has a block and record status that requires different action.
    Unless you really want to save some previously entered data, you should be doing a Clear_form(No_Validate, Full_Rollback), or the Exit_form should be: Exit_Form(No_Validate, Full_Rollback).
    The Exit_Form on-line help states (in the section describing the default "Ask_commit" commit mode):
    However, if RECORD_STATUS is INSERT but the record is not valid, Form Builder instead asks the operator if the form should be closed.  If the operator says yes, the changes are rolled back before the form is closed.

  • Using alias addresses from Account pull-down menu

    My main computer is in for repair and I started using my G4 for Mail. I have a Mobile Me/.Mac account and have several alias addresses. On my computer with Leopard, the From account pull down- menu has my alias accounts to choose to send from. This, the Tiger machine does not. Only has my primary Mobile me account to choose from. Is there a way to get my aliases to show in the pull-down. I was syncing the mail boxes for a while, but that didn't seem to do what I wanted.

    Is there a way to get my aliases to show in the pull-down?
    Go to Preferences > Accounts, select the account in question, and add the alias email addresses after the Email Address field for the account, separated by commas. Save the changes, then restart Mail.
    Mulder

  • Display profiles via a pull down menu from menu bar?

    I'm often switching my display profiles on my iBook-- depending on sunlight, lighting conditions, etc.
    Is there any software or Apple setting that would give me a pull down menu of my choices from the menu bar?
    Right now I have the monitors or whatever it is on my menu bar, but that requires multiple steps-- selecting Displays Preferences, waiting for it to come up, then clicking on the Color Tab, and finally picking one of the display profiles.
    I'd much rather have a one-step pull down menu. Anything like that?
    Also what does "Recent Items" mean in that menu?

    Open the AppleScript Utility in the /Applications/AppleScript/ folder and check the box to display the script menu. One of the choices in the script menu under ColorSync will enable you to change your display profile. If you know the names and paths of the profiles, additional scripts can be created that would change it in a single step. The lines of code needed are:
    tell application "ColorSyncScripting"
    run
    set display profile of display 1 to alias "path:to:profile"
    quit
    end
    (11369)

  • How to deactivate stocks report from pull down?

    how to deactivate stocks report from pull down bar?

    Unlock the phone so the home screen displays.
    Pull down the notification screen.
    Select the "Today" tab.
    Scroll down to the "Edit" button.

  • Pull down menu information from external file

    I want my pull down menu information in a external file, so I can use it. Are multiple pages without inserting the code each time so I can updated in one place.
    <!DOCTYPE html>
    <html lang="en-es">
    <head>
        </head>
        <body>
    <form name="UnitTest" action="Inspector.html" method="POST">
    <div align="center">
      <select name="Inspector" multiple size="1">
       <option value="1234">1234 </option>
       <option value="56789">56789 </option>
       <option value="98765">4321 </option>
      </select>
    </div>
    </form>
    </body>
    </html>
    Sandy

    I went to the Stack Overflow website http://stackoverflow.com/questions/8988855/include-another-html-file-in-a-html-file and found some helpful code. It did one thing funny that I am hoping you may build a help with. This is the code I found and using;
    <!---------------------------------------  Inspector Pull Down  --------------------------------------------->
          <label for="inspector_inspector">Inspector / <span2>Inspector</span2>:</label>
         <br>
                      <!--[if !IE]> <-->
                            <object type="text/html" data="inspector.html">
                              <p>backup content</p>
                            </object>
                       <!--> <![endif]-->
            <!--****http://stackoverflow.com/questions/8988855/include-another-html-file-in-a-html-file*****-->
    <!--------------------------------------- Assembler Pull Down  ------------------------------------------->
          <label for="assembler_operador">Assembler/<span2>Operador</span2>:</label>
         <br>                     
                       <!--[if !IE]> <-->
                            <object type="text/html" data="assembler.html">
                              <p>backup content</p>
                            </object>
                       <!--> <![endif]-->
    How do I get rid of these big gaps?

  • I'm using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can't select Color, Advanced BW or Grayscale unless I select "Printer Manages Color". The pull down menu is grayed out. Even with "pr

    I’m using an iMac running Os X Yosemite, Photoshop CS5 Extended, R2880 Epson printer  In the Print Settings dialog box, I can’t select Color, Advanced BW or Grayscale unless I select “Printer Manages Color”. The pull down menu is grayed out. Even with “printer manages color” the tif or jpg image comes out in color overlaid with black. (See example - printer1. image on left is close to what it should be). Photoshop has no updates pending. I’ve downloaded the latest Epson driver which was working fine just before the problem occurred

    Is your Photoshop CS5 updated to 12.1?
    Are you on Yosemite 10.10.1 or Yosemite 10.10.2?
    Did you apply the recent Epson software 2.1.9 update?
    What type of file is it (file format)?  What bit depth and what color space?
    BOILERPLATE TEXT:
    Note that this is boilerplate text.
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CS6", but something like CS6v.13.0.6) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    a screen shot of your settings or of the image could be very helpful too.
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

  • Itunes Genre pull-down menu

    I'd like to customize the genre pulldown menu. currently there must be nearly a hundred genres and I'd like to have just the ones I'm using available. I've read in other posts you can't change the built-in genres (of which there are many I don't wish to use). I've also read customized genres will remove themselves if nothing in your library is using it - this is not true, I've a dozen or more old genre names I no longer use which remain in the pull-down menu.
    There must be a way (to hack into package contents somewhere if nothing else) to customize this list, or a program which will do this??
    Anyone know or have any ideas? I've about 70GB of music and am very anal about my music files and would like to streamline my options if I can.
    Thanks.

    some of the genres seem to be built-in and nothing will remove them. I have absolutely no "easy listening", but the genre is still there.
    About the only thing I could suggest about old genres that you're not using anymore, click on the browse button in the upper right and look to see if those genres are actually gone.
    I'm probably just as anal about my about my music files as you are. Those "extra" genres only show up when you look in the drop-down menu in the Info panel for that song. I'd just ignore those extra genres since the only place you have to see them is in that drop down box. They don't show up when you're browsing. If they do then you must have some songs using those genres. I know that's not much of a suggestion. If anyone else knows of a way to remove the unwanted genres I'd be happy to hear about it too.

  • Firefox 3.6 had a "Bookmark All Tabs" in the Bookmarks Pull down menu. How can I "Bookmark All Tabs" using Firefox 4.0.1

    I recently updated to Firefox 4.0.1 from Firefox 3.6. Firefox 3.6 had a "Bookmark All Tabs" in the Bookmarks pull down menu. There isn't a "Bookmark All Tabs" in the Firefox 4.0.1 Bookmarks pull down menu. Has this feature been eliminated from Firefox 4.0.1? If I want to save 24 tabs in one window of Firefox and 14 tabs in another window of Firefox, do I have to save all the tabs individually? How can I set the options, preferences, etc. so that I can "Bookmark All Tabs" at once in a window of Firefox 4.0.1. I am running Firefox 4.0.1 on a desktop computer with Windows7 Professional OS with Firefox as my default browser.

    Right click a tab and you will get the option to bookmark all tabs. Or use keyboard '''Alt + B''' which opens the old style menu. You can make changes to Firefox, as explained in this post: [/questions/799856#answer-155765]

  • I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  ! Do you get the idea ? Thanks !

    I would like to know how to draw up a list in a cell (like a pull-down menu) to ease data capture, but I don't know how to do that  !
    Do you get the idea ?
    Thanks ever so much !

    the numbers manual can be downlaoded from this website under the Apple support area...
    http://support.apple.com/manuals/#numbers
    What your looking for is written out step by step for drop downs and all other special types of user input starting around page 96 in the '09 manual.
    Jason

  • Download Pull-Down Menu in Web App Olive ActivePaper Daily 4.0 No Longer "Works" in Firefox 10

    I have a paid subscription to the online edition (aka "e-edition") of the Raleigh News & Observer, http://www.newsobserver.com/. In Firefox 10, I am no longer able to download the pdf of the paper; the download pull-down menu in web app "Olive ActivePaper Daily 4.0" no longer "works" in Firefox 10 on Win XP or Win 7. This was not a problem in Firefox 9 and earlier. The pull-down menu continues to "work" in IE8. A valid username & password is required to do the download. The ''only ''change made to my Windows XP system was the upgrade from Firefox 9 to Firefox 10.

    The thread "Keynote Cancelled Shutdown: how do I troubleshoot?" has recently posted a possible solution but is there an explanation or a fix planned?

  • How can I make a pull down menu in I web

    how can I make a pull down menu in I web?

    You can't do this directly in iWeb itself and it is quite complex - you need to use third party software and it is a matter of pasting code into the html snippet in iWeb and then uploading certain things to your host/server and then connecting them.  It can get quite fiddly if you don't really know what you are doing and it only takes you to upload the wrong thing and get some code wrong and your menu will not show up.
    Why not ditch iWeb in favour of newer software - try EverWeb at http://www.everwebapp.com and in EverWeb you can create drop down menus from within the app and it is very easy to do.
    I would change now as iWeb has not been supported by Apple or sold for the last 2 years, so now might be a good time to look elsewhere and ditch iWeb for good.
    I already have and purchased EverWeb and re-built one of my sites using this app and have moved my other site to Drupal so that I can do more with it and make it a members site - this can be done more easily if you use a Content Management System like Drupal.

  • Director 8 - how do I create a pull down menu

    I have only been using Director for a short while and I am
    trying to figure out how to create an interactive pull down menu.
    There would be a title (click on title) then a series of Chapters
    would show up under the title. By clicking on a chapter (or
    releasing the mouse button) the viewer would be taken to the
    beginning of that chapter. I have seen the pull down button in the
    Library but have no idea on how to use it.

    To use the Dropdown Menu behavior from the Controls pane of
    the Library Palette:
    1) Create a field member
    2) Place it on the Stage
    3) Open the Library Palette at the Controls pane
    4) Drag the Dropdown Menu behavior onto the field sprite
    5) Select the appropriate* choices in the Behavior Parameters
    dialog
    6) Run your movie
    7) Click on the field sprite.
    * What are the appropriate choices? That depends on how you
    plan to design your project. You might like to start by creating a
    marker label for each of your chapters, and using "Markers in this
    movie" as the value for the "Contents" property.

Maybe you are looking for

  • Couldn't log into SAP System (message 00264) after SAP_BASIS update

    Hello, we performed SAP_BASIS update to SAPKB70023 and get a problem with logon into a SAP system with message 00264 (Status &2 of the user interface &1 missing). We have a 64-bit non-Unicode system on Solaris/SPARC/Oracle and Kernel level 333. We tr

  • Remaining garage band loops

    I got a new macbook and I do not have all of the garageband loops. How can I download the remaining Garageband loops from apple. i click on a greyed out one and it says it will use software update to download the remaining ones. Software update launc

  • My new account is blocked, and I can't get custome...

    I set up a Skype account for my wife the other day. We decided to purchase a subscription to the US. We had a lot of trouble getting our debit/credit cards to work because of the problem the Skype website has with "Verified by Visa". (There is a long

  • Footer portlet error

    I made some changes to the footer - color portlet, and now, all I get is an error when I try to open the portlet to edit. The error is copied below. Any suggestions? com.plumtree.openfoundation.util.XPNullPointerException: Exception of type java.lang

  • Working in 16:9

    I am working on my first 16:9 project and need a bit of help. The project will be running off a DVD and played back on 16:9 plasma screens. I have created all the background elements in Motion at 1280X720. I want to import these into Final Cut and ad