Maverick interfering with email messages.

Since installing Maverick a few days ago, every time I send a new email (in Mail) two entries of the selected name appears in the "To" box. This is annoying but deleting the second name sends one message. However, add a couple of pics from iPhoto, delete the additional (second) name from the To box still sends the recipient two identical messages.  This unnecessarily eats up the recipient's monthly GB allowance.
I have just spoken to an Apple Tech Support lady and I don't think she could offer me a resolution, the cure she advised is iCloud related via Maverick and not yet resolved.  I don't imagine I'm the only customer affected - or am I ?
Can anyone shed any light on this difficulty ?

Luckily, I have Apple Care, I rang the help line and my problem was sorted.
When I enter a new name in my Contacts folder, in order to find people quickly, I insert the surname first and then a comma then TAB (to separate them) then insert the christian name, viz:
Brown, Warren.  This worked fine until I updated to Maverick.
Maverick doesnt like this, I was advised to delete the comma at the end of the surname but keep it separate from the christian name, i.e., two boxes.
So I reworked my contacts list and removed every comma, new messages now show only one entry per person.
I wish Apple would leave well alone !
They've stuffed up the way iPhoto and iTunes used to work, NOT HAPPY !

Similar Messages

  • Need to attavh a file with email message

    Hi All,
    I need to attach a file to the email message, for the same I am using the function module SO_OBJECT_SEND.
    but coudl not succeed.
    Can any one have insight over the function module that how I can use it for a attching a mail to email message.
    Please suggest your thoughts on the same.
    Thansk,
    Sandy.

    Try with FM SO_NEW_DOCUMENT_ATT_SEND_API1
    Sample code
      data: IS_DOCDATA   type SODOCCHGI1,
            IS_RECEIVERS type SOMLRECI1,
            IS_RECEIVERS_COPY type SOMLRECI1,
            IT_RECEIVERS type table of SOMLRECI1,
            IS_CONTENT   type SOLISTI1,
            IT_CONTENT   type table of SOLISTI1,
    *500369789+
            l_txt(255)    type c,
            lt_objpack    TYPE TABLE OF sopcklsti1 WITH HEADER LINE,
            lt_objhead    TYPE TABLE OF solisti1   WITH HEADER LINE,
            lt_objtxt     TYPE TABLE OF solisti1   WITH HEADER LINE,
            l_tab_lines TYPE i,
            l_att_type  LIKE soodk-objtp.
    *500369789+
      IS_DOCDATA-OBJ_NAME = 'MAIL'.
      IS_DOCDATA-PRIORITY = 5.
      IS_DOCDATA-OBJ_LANGU = SY-LANGU.
      IS_DOCDATA-NO_CHANGE = 'X'.
      IS_DOCDATA-OBJ_DESCR = SY-CPROG.
      loop at IT_MESSAGE into IS_MESSAGE.
        clear : IS_CONTENT, l_txt.  "500369789+
        move is_message-line to l_txt. "500369789+
       move IS_MESSAGE-LINE to IS_CONTENT-LINE. "500369789-
        move l_txt to IS_CONTENT-LINE. "500369789+
        append IS_CONTENT to IT_CONTENT.
      endloop.
    *---select_email_address
      select single
             EMAILADDR
             CCEMAILADDR
        into (IS_RECEIVERS-RECEIVER, IS_RECEIVERS_COPY-RECEIVER)
        from ZGL_EMAILCTRL
       where IDENT = ''
         and ZPROGRAM = 'Z_L_SO_CREA'
         and ACTIVE = 'X'.
      if IS_RECEIVERS-RECEIVER is not initial.
        IS_RECEIVERS-REC_TYPE = 'U'.
        IS_RECEIVERS_COPY-REC_TYPE = 'U'.
        IS_RECEIVERS_COPY-COPY = 'X'.
        append IS_RECEIVERS to IT_RECEIVERS.
        append IS_RECEIVERS_COPY to IT_RECEIVERS.
    *500369789+
       lt_objhead-line = 'USA Order Report'.
       append lt_objhead.
       DESCRIBE TABLE lt_objhead LINES l_tab_lines.
       CLEAR lt_objpack-transf_bin.
       lt_objpack-doc_size = STRLEN( lt_objhead ).
       lt_objpack-head_start = 1.
       lt_objpack-head_num = 1.
       lt_objpack-body_start = 1.
       lt_objpack-body_num = 1.
       lt_objpack-doc_type = 'RAW'.
       APPEND lt_objpack.
       l_att_type = 'RAW'.
      DESCRIBE TABLE it_content LINES l_tab_lines.
      READ TABLE it_content into is_content INDEX l_tab_lines.
      lt_objpack-doc_size = ( l_tab_lines - 1 ) * 255.
      lt_objpack-doc_size = lt_objpack-doc_size + STRLEN( is_content ).
      lt_objpack-transf_bin = 'X'.
      lt_objpack-head_start = 1.
      lt_objpack-head_num = 2.
      lt_objpack-body_start = 1.
      lt_objpack-body_num = l_tab_lines.
      lt_objpack-doc_type = l_att_type.
      lt_objpack-obj_name = 'ATTACHMENT'.
      concatenate 'Usa' SY-DATUM6(2) SY-DATUM4(2) into
      lt_objpack-obj_descr.                   "#EC *
      APPEND lt_objpack.
      CALL FUNCTION 'SO_NEW_DOCUMENT_ATT_SEND_API1'
         EXPORTING
          document_data              = IS_DOCDATA
          commit_work                = 'X'
        TABLES
          packing_list               = lt_objpack
        object_header              = lt_objhead
          contents_txt               = lt_objhead
          contents_bin               = it_content
          receivers                  = it_receivers
        EXCEPTIONS
          too_many_receivers         = 1
          document_not_sent          = 2
          document_type_not_exist    = 3
          operation_no_authorization = 4
          parameter_error            = 5
          x_error                    = 6
          enqueue_error              = 7
          OTHERS                     = 8.

  • Edits to To Dos associated with email messages don't persist

    Here are the steps to replicate this problem within Apple Mail (the latest version - 4.3 on OS X 10.6.4):
    1) Select some text in an email message, and click the to do button in the toolbar to turn it into a to do. This to do now appears in the list of to dos visible when you click 'To Do' under 'Reminders' in Mail's left hand sidebar.
    2) Return to the email message, and edit the to do visible at its top. The to do text has changed when you view it via the email message, but if you again look at the list of to dos via Mail's left hand sidebar it has not - only the original to do text is visible. And if you then return to the email message, the do has returned to its original text.
    Any help/pointers for investigation much appreciated

    Sorry no help just noting that I have excately the same problem. However I am still on Leopard with Mail V3.6. I suspect one of the recent "security" updates screwed the way how Todo notes are shared with Mail and Ical...
    I can also edit the Todo message with Ical and the changed text appears instantly in Mail. Just editing within a mail-message with the little yellow box above is not working. However I can change priority and due-dates but not the text....
    weird stuff.... anyone has an idea? Thanks. Emilia

  • No sound with email messages

    No sound with email messages

    Open the settings App > Notifications > Messages > Text tone. Make sure you have it set.
    If so, Try a reset: Simultaneously hold down the Home and On buttons until the device shuts down. Ignore the off slider if it appears. Once shut down is complete, if it doesn't restart on it own, turn the device back on using the On button. In some cases it also helps to double click the Home button and close all apps from the tray before doing the reset.

  • Bombarded with email message

    I did something ....I HAVE NO IDEA WHAT!!.......tried to makes some changes with one of our email accounts....... now I get messages from RIM as follows:
    This message is used to carry data between the BlackBerry handheld and an associated server. Please do not delete, move or respond to this message - it will be processed by the server.
    BEGINETP 114
    AQ3DYGUAAAAAIBAIMzFBRTI0MjQgF2xhdGl0dWRlc0BlYXJ0aGxpbmsubmV0AB2CMblQBUNN
    SU1FA0CAgICAMgAAMDRDRTIzODUyK0crNAAeBBA+lMPTi3kKYxrg6O+5ABmzy4ZSXy2uquzx
    AkrxcFNl
    ENDETP 1616345198
    EDIT: Removed excess line breaks
    Message Edited by Andy on 10-27-2008 08:18 AM

    Reason : You have installed Desktop Manager using the 'Desktop Redirector' option.
    Step 1: If you're not using Redirector, you should uninstall Desktop Manager and then reinstall it using the BlackBerry Internet Service option.
    Step 2: On your device, go to: Options > Advanced > Service Book, and delete all service books for [Desktop]
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Email messaging fault

    I have created a java exe, through jbuilder 9 enterprise. The program seems to execute fine and creates no exceptions, however when it is run from the commmand line it comes back with "email messaging fault". I am using the latest versions of mail.jar and activation.jar, on an NT machine and am using outlook 2000 for email. Would appreciate any incite someone has on this subject.
    thanks
    E Thompson

    Post the full stack trace

  • Process Chain - Email Messaging

    Hi Gurus,
    We have implemented the Process chain with Email messages (Success or Failure). We are getting the entire log message of the process chain instead of just 1 line message (Load of 0FIAP is success).
    Is there a way to suppress the message when it send the email.
    Please advise.
    Thanks. Gowda.

    I personally like to receive all of that data if I need to look at it.  So, what I do instead is have a meaningful header/title for the message.  Something like <system>: <success/fail>: <chain name>.
    So, if I was in production (system BWP), with chain ZBW_MASTER_DATA and it ran successfully, I would see an e-mail titled:
    BWP: Success: ZBW_MASTER_DATA.
    With this, I know the message came from BWP, the chain ran successfully and it was ZBW_MASTER_DATA.
    No need to look at the message at all.   Unless I received BWP: Fail: ZBW_MASTER_DATA!
    Sorry, I didn't answer your question, but I hope I made your life easier in the long run!
    Brian

  • Users report no email messages after migration from Lion Server to a clean Mavericks Server with Migration Assistant

    We have a Mac Mini server running Lion Server.
    We bought a new Mac Mini server and installed OS X Mavericks and the Server app onto it.
    We then ran Migration Asssitance on the Mavericks machine and migrated from the Lion server in target disk mode.
    The migration seemed to run OK and all the user accounts seem to be working, however users are reporting that there are no email messages in their mailboxes.
    Confirmed this behaviour by adding their accounts to mail (via IMAP) on a separate laptop.
    Did we miss something? Is there an extra step to move the email service data?
    Any insights would be grately appreciated.
    Many thanks, Tom.

    Hey tomgallagher!
    You can use this article to help you troubleshoot the functionality of these Mail accounts if they are not functioning properly:
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/ts3276
    If your saved emails did not come across properly in the Migration, you can always export the mail from the old computer and import it into the new computer manually:
    Lion Mail: Export mailboxes
    http://support.apple.com/kb/PH4811
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • Im trying to drag and drop a email group from contacts to a new email message. But it will not let me in OS X Mavericks. Before I upgraded I could do this.

    Im trying to drag and drop a email group from contacts to a new email message. But it will not let me in OS X Mavericks. Before I upgraded I could do this.

    I just posted this fix to another thread and thought it might be useful to post to all of the threads I read trying to fix the problem. Here it is:
    Having the same issue over here with Mavericks 10.9.1 on a new Macbook Pro/Retina. Just now found a workaround/fix/whatever:
    - click on your group in the group pane of the address panel
    - click anywhere in the name pane and select all (command + a)
    - click the "To:" or "Cc:" or "Bcc:" tab right above the group pane at the top of the address panel window.
    The names of all of the individuals in the group will appear as an expanded list in whatever field you clicked. It takes a second or two to happen.

  • HT1277 I have OS X 10.9.2 and have downloaded maverick. If I am sending an email message to one person, options for addresses  from my address book show up. However if I want to send it to more than one person, the address options for the others do not sh

    I have OS X 10.9.2. and have downloaded Maverick. If I am sending an email message to one person, options for addresses from my Address Book appear. However if I want to send it to more than one person, the potential addresses for the other persons do not show. Can you please help?

    Install ClamXav and run a scan with that. It should pick up any trojans.   
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Osx mavericks - cant move or save email messages

    In all the older operating systems it would allow a user to drag an email message from Mail to anywhere you wanted to stash it; the desktop or any folder. Now with Mavericks it won't allow any moving or saving of an email message outside of the Mail apps internal folders.

    I restarted the iMac and now it seems to allow this operation - so I consider this problem resolved for now.

  • I have two Iphones with different email addresses sharing one Apple ID. Will that cause problems with using messaging and FaceTime?

    I have two Iphones 5 with different email addresses sharing one Apple ID account.Both are using IOS 8.
    I would like to set up a new Apple Id for one of the phones and remove it from the old account.
    If I do that, can I move all of the purchased apps and songs to the new Apple account?
    Also, will sharing one Apple ID account with two devices cause problems with using messaging and FaceTime?

    Sharing an iCloud account between two devices can be done without causing issues with iMessage and FaceTime, just go into Settings for each of these functions and designate separate points of contact (i.e. phone number only, or phone number and unique email address).  While that works, you'll then face the problem where a phone call to one iPhone will ring both if on the same Wi-Fi network -- but again, that can be avoided by changing each phone's settings.
    Rather than do all that, don't fight it -- use separate IDs for iCloud.  You can still use a common ID for iTunes purchases (the ID for purchases and iCloud do not have to be the same) or you can use Family Sharing to share purchases from a primary Apple account.

  • HT4847 You have now exceeded your iCloud storage, including an additional amount provided to allow you to continue receiving email. As a result, you will not be able to send or receive new email messages with your iCloud email address until you free up st

    You have now exceeded your iCloud storage, including an additional amount provided to allow you to continue receiving email. As a result, you will not be able to send or receive new email messages with your iCloud email address until you free up storage space or buy more storage. I have 20GB remaining.  WHat is the issue here?

    Today I received the same message but have 4.6gb available from a total of 5.0gb. I also received the same message when i first set up my icloud account and icloud was virtually empty. Unfortunately the only way i can see to contact apple is to pay for a telephone call. If anyone knows what is going on i would appreciate knowing.

  • How can I get my email messages to open in one click with Mail app?

    Hello,
    How do I get my email messages to open with just one tap? On my newer Macbook I just click once on the Mail app and my messages open automatically but on the Powerbook it takes two clicks. Can this be fixed to just one click? I've gone into preferences but can't seem to change it.

    Carolyn,
    Thanks, I was wanting to just click once on a message and have it open right away and then be able to quickly go through my messages. I found the solution from another helpful Mac user. You just move the separator bar that divides your messages from the view pane and move it up and it works like a charm.

  • I am having a problem with email, when I delete messages from my Ipad, they come back into trash whether they are on my PC or not. The only way I can delete them is to to my providers site and delete everything there.

    I am having a problem with email. I can receive and send, but when I delete, the deleted messages return into either Trash or Bin or both whether or not I have deleted them from my PC.
    The only way I can get rid of them permanently, is to go into my area of my providers site(Sky) and empty all of the boxes there. I imagine it's a setting, please advise.

    For IMAP mail only.
    Settings>Mail, Contacts, Calendars>tap on mail account>Archieve Messages>OFF

Maybe you are looking for