Mail adopts group name for "To" & "From"

My wife's Mail app (on MBA running Yosemite) adopts one of her Contacts group names  for the "To" with incoming mail and for the "From" with outgoing mail i.e., her name or email address don't display, the group name displays. I looked at her contacts and the group and saw that she had herself in the group so I took her out but to no avail. I then clicked on the drop down of the group name displayed in the "To" and selected the "Remove from ..." Option. But to no avail.
Any ideas as to what is causing this would be appreciated.

Does the Previous Recipients List have anything to do with this? If she sends an email to a group (her book group) in which she is also listed, would Mail then display the group name in the "TO" instead of my wife's name? Or if the email is from someone on the group list, display the group name instead of the sender's name?
I'm just apply some possible logic as to how this app might be wired wrong...I've seen the posting on grouping unrelated emails in "conversations" which seems to me to be a coding bug.
Manage email addresses in the Previous Recipients list
Mail keeps a list of the email addresses you send messages to, and uses the list to suggest or complete addresses for you when you send email. You can delete obsolete or incorrect addresses from the list so Mail stops suggesting them, and use the list to quickly see or add people in the Contacts app.
Choose Window > Previous Recipients.
Do any of the following:
Sort the list: Click a column header.
Search for a name: Enter the name in the search field.
Show recipients in Contacts: Double-click a name. A card icon precedes names that are already in Contacts.
Add recipients to Contacts: Select a name, then click Add to Contacts.
Remove recipients from the list: Select one or more names, then click Remove From List.

Similar Messages

  • Retrieving user detail, group name for all users

    Hi,
    How can I retrieve User name, email, authentication, user group name
    for all users using SDK.
    It is possible to create this report in webi or CR?
    Thank you for reply,
    Gregor

    Use the following code to retrieve this information:
    IInfoObjects users = oInfoStore.query("select * from ci_systemobjects where si_kind='user'");
    for (int i=0; i<users.size(); i++)
             IUser user = (IUser)users.get(i);
             // user.getTitle(); for user name
             // user.getFullName(); for user's full name
             //  user.getEmailAddress(); for user's email address
             //  for authentication type:
             IUserAliases alises = user.getAliases();
             for(int j=0; j<aliases.size();j++)
                       IUserAlias alias = alises.get(j);
                       // alias.getAuthentication() for authentication associated with this alias, since same user can have more than 1 authentication. e.g. Enterprise and Ldap.
             // for user group memberships:
             java.util.Set groups = user.getGroups();        
             // the groups Set object will contain SI_ID of all the user groups that this uses is member of. You need to query by the SI_ID of the usergroup to get the group names.
    //  e.g.
    //    oInfoStore.query("select si_id, si_name from ci_systemobjects where si_kind='usergroup' and si_id in (a,b,c....)");
    where a,b,c are the SI_IDs of the usergroups.
    To create a report based on the above fetched data, there are several methods such as:
    you can use Java resultset where in you create the report structure in designer and push the data at runtime using java result set objects. Another way is to push this info in Excel or Access and design your report based on that excel\access.

  • Possible to hide Grouping name for certain tracks only?

    I am organising my classical music library and using the Grouping column with good success.
    However, it would be visually better to be able to hide the Grouping name for the subsequent movements of a piece. For example in a Dvorak album:
    ..Grouping*.............................*Name
    1.Cello Concerto in B minor.1.Allegro
    2...........................................2.Adagio
    3...........................................3.Allegro moderato - Finale
    4.New World Symphony........1.Adagio
    5...........................................2.Largo
    6...........................................3.Scherzo
    7...........................................4.Allegro con fuoco

    I have never used the shuffle by groupings feature, but I would think it would be affected.
    You need to experiment and decide how important shuffle by grouping is compared to the appearance in the iTunes Library.
    iTunes is not good at dealing with classical music and you will find a lot of discussion of the problem with Google.
    Here is an example:
    http://www.till.com/blog/archives/2008/09/classical_itune.html

  • How to find the group name for a section programatically?

    I have these display formulas that are being repeated in each group footer.  The only thing that changes are the group names.
    How can I find the group name for the current section?
    The bolded(or starred) items are what I'm trying to create a generic function for.
    Ontario
         Bob
                   1000     Sales     Other
                   2000     Random     Billing
                   200     Phone     Billing
         *Total for Bob*      3200
         Sally
                   2000     Sales     Client
                   1000     Random     Billing
                    300     Cell     Billing
         *Total for Sally* 3300
    *Total for Ontario*       6500
    Thanks in advance,
    J

    I'm not sure if the GroupingLevel or GroupNumber fuctions will help.  (There description in the on-line help leaves much to be desired, IMHO...)
    If not, you could try adding formula fields to each level that sets a global variable to tell your other formula fields what level it is on.  If you only have one or two other formulas, and only one or two groups, this really wouldn't be a whole lot easier.  But if you had a lot of groups or a lot of formula fields that you want to make "group independent" it could help.
    So for each footer, create a formula field like (basic syntax):
    WhilePrintingRecords
    global geoupLevel as String
    groupLevel = "Province"
    formula = ""
    (changing the name given to groupLevel for each footer).  Then in your "generic" formula you could put something like:
    WhilePrintingRecords
    global groupLevel as string
    select case groupLevel
      case "Province"
        formula = "Total for " + {Province}
      case "Name"
        formula = "Total for " + {Name}
      else
        Formula = "Totals"
    end select
    HTH,
    Carl

  • Changing MS Cluster Group name for ECC 5

    Hi,
    Is it safe to change the MS Cluster Group name for ECC 5 cluster after installed?
    If not is there a safe way to do it?
    Thanks in advance,
    Roey

    Hi Roey,
    There must be no problem in renaming th cluster group
    Please refer to follwoing link:
    http://www.eggheadcafe.com/software/aspnet/32064632/rename-exchange-cluster-g.aspx
    The procedure of doing is mentioned here
    http://technet.microsoft.com/en-us/library/cc757533.aspx
    Make sure you keep following points in mind:
    1. Make sure you have a full backup of SAP
    2. Bring cluster groups offline and then rename them and then bring up the cluster group
    I hope there will be no issue
    Rohit

  • File to mail scanario   Dynamic name for e-mail attachments

    Hi ,
    I am using standard mail package for Dynamic name in the mail attachment.
    Content_Disposition : = attachment
    Content_Type =  file name  I am taking from DynamicConfiguration
    Now I received mail , but file name have (abc.txt.dat) extension .dat  but i want it same as send by sender file adapter(abc.txt)
    Please suggest how to handle this.
    Thanks
    Mohit

    Hi,
    my pretty solution
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/3202
    Regards,
    Michal Krawczyk

  • Mail makes new name for attachment

    When I send an word (or pdf) attachement to somebody, Mail changes the name. When it is a word document the name changes from "xxxx.doc" into "xxxx.dococ" and a pdf-file from "yyyy.pdf" into "yyyy.pdfdf". The recipient can not read the document. Does anybody knows what to do?

    Same problem... make me feel really unprofessional for my custommer...
    Here is what is written in the help file of the Mail Attachments Iconizer :
    File name extensions are corrupted.
    This is a bug in certain versions of Mac OS X unrelated to Mail Attachments Iconizer. When there are non-ASCII characters (e.g. ä, é or ®)™ in the file name Mail often corrupts the file name extension (e.g. .pdf, .jpg or .doc) which is often necessary to determine the file type.
    Workaround: The bug seems to be fixed in the recent Mac OS X updates (as of version 10.5.4). Additionaly it is more safe in general to only use ASCII characters in attachment file names. (ASCII characters include unaccented letters of the Latin alphabet, digits, basic punctuation and spaces.)
    I removed the "é" in the file name and it has worked... hope I don't get the problem again... and hopefully the bug will be corrected in further version... (I have Mac OS X 10.5.5 and still have the bug...)

  • Getting group names for a list of IDs

    I've got the list of group IDs of which the user is a member, and I'm trying to get the group names in a single query. I've got it working where I get each name in a loop, but I'm concerned about performance if a user is a member of a large number of groups.
    This is the Java code I've been fooling with:
    Object qFilter[][] = new Object[3][1];Integer ids[] = new Integer[iGroupIDs.length];for (i = 0; i < iGroupIDs.length; i++) { ids[i] = (Integer)iGroupIDs; }
    qFilter[0][0] = new Integer(PT_PROPIDS.PT_PROPID_USERGROUP_GROUPID); qFilter[1][0] = new Integer(PT_FILTEROPS.PT_FILTEROP_IN);qFilter[2][0] = ids;ptQueryResult = objMgrGroups.Query(PT_PROPIDS.PT_PROPID_USERGROUP_SIMPLENAME, -1, PT_PROPIDS.PT_PROPID_USERGROUP_SIMPLENAME, 0,-1,qFilter);
    I keep getting an exception:
    Native exception: The parameter is incorrect. (0x80070057): [ParseQueryFilter error on clause #0
    (0x80070057) Invalid property ID specified (0x10000)] (612,PTDispatch.cpp)
    I'm new to PT programming so I'm a bit stumped as to what is the issue. Any hints anyone can offer is appreciated. Thanks!

    Thanks to everyone - responded.
    This is group set up when creating user. This is standard functionality.
    What we do:
    Step 1.
    Using "Administer" tab in portal, then using "Create new groups" link, We have created various groups. We assigned six digit numeric value to group name. We have several groups, such as 001234, 002235, 003348. These group's have different privilege.
    Step 2.
    Using "Administer" tab, we create new user on a regular basis using "Create new users" link. Later on, we assign these new user to a group created in step 1.
    We have a custom table, where we store, user and their corresponding group information, such as:
    record user name group name date created
    1 aaa 001234 01-02-04
    2 bbb 001234 01-04-04
    3 ccc 002235 01-05-04
    Key in the table is based on both user and group name.
    What I need to find out is, when user 'aaa' logged in, to find out who is the user and what portal group this user belong to.
    Then join these two value to our custom table to make sure to match the user and his group name, and get other value from other table and display in the LOV.
    But I am not sure what API need to use in my query in LOV. Or is there any other way?
    Thanks

  • What are the book names for MDM from SAP Education academy

    Hi SAP gurus,
    Can any one tell the name of the books for MDM from SAP Education academy.
    For example in SAP MM (material management) - it is TAMM40(part1,part2,part3,paret4...etc)
    So what are the names of the books for MDM from SAP Education academy. Just name and other deails enough.
    Thanks in advance.
    Vam C

    Hi Vamsay,
    I am sending you some books names of SAP MDM.
    1. SAP MDM Frequently Asked Questions (English)
    (Master Data Management Certification Sap Mdm Faq - ISBN: 9781603320153)
    Price range: $42.00 - $54.95 from 4 Sellers
    Publisher: Equity Pr
    Format: Paperback
    2. Build Foundations for Continual Improvements with SAP MDM
    Enterprise Data Management with SAP NetWeaver MDM
    Andrew LeBlanc
    3. English Edition
    Auszug aus:
    SAP NetWeaver Master Data Management
    ISBN 978-1-59229-131-1
    lieferbar –  EUR 69,95 • CHF 115,00
    [In den Warenkorb] [Auf den Merkzettel]
    Please rewrds if found helpful.
    Regards,
    Alok

  • Group names and content from Apple Address Book not syncing to iphone

    My contact from Apple Address Book Syncs, but no group names get down loaded. Clicking The "group" icon in the iphone status bar bring up an empty page from which I cannot recover back to all contacts without restarting the device. In Essence the contact app is stuck in a blank group page.

    I also have this issue. My contacts sync fine from the computer to Mobileme, but the groups don't sync to the iphone. This leaves me with an empty "Groups" window as described by eltons. If I sync through itunes, with Mobileme contacts sync off on the iphone, the groups show up.
    Any ideas? Is this consistent with the original post?

  • Account Group Name for Vendor

    For account group name the field is KTOKK , there is a name that goes with this which is the field Txt30.
    Can someone tell me what table this belongs so I would be able to use it in a join. I can only find the Pooled Table that it belongs to.
    Thanks,
    Evan

    Hi Evan,
    Field Name for Vendor Account Group Name is TXT30 and it will store in Table T077Y
    Reg,
    Ashok
    Close this thread, If answered.

  • Changing Evaluation Group Name for Asset

    Hi All,
    I am trying to change the below screenshot field name from Evaluation Group 2 to Contract Category for Asset Master?
    Kindly advise.
    Regards,
    FJohn

    Re: Asset Master field name change
    Ravi Sankar Venna Nov 8, 2011 2:59 PM (in response to John Peter)
    You can only change the names of evaluation groups
    IMG ==> Financial Accounting ==> Asset Accounting ==> Master Data ==> User Fields ==> Change Key Words in the Evaluation Groups
    You can use customer enhancement AIST0002 in order populate user fields in asset master.
    https://scn.sap.com/message-abuse!input.jspa?objectID=10795474&objectType=2

  • How to assign a group name for TV Shows on iPad

    I have some 900+ Tv shows in my iTunes Library (all recorded and encoded locally - i.e., none purchased).  When I open the Video app on my iPad and view "Shared" and the "TV Shows" tab, I see only a thumbnail.  There is no name displayed for the group of shows.
    When I view the shows in my iTunes Library I have a name under the groupings when I view them in the "Shows" view, like this:
    Is there a way to get some kind of identification to appear for these same shows when they are displayed on the iPad (Video app) under the "TV Shows" tab? 
    I have tried putting values into many of the fields offered by iTunes but, so far, I have not been able to get any text to appear on the iPad under a group's thumbnail.  Since I have over 92 distinct groups, and since the thumbnail that's used for a group seem to be selected at rando (if at all), it is hard to pick out the group of shows I want to watch. 
    Also, the order of the groups on the iPad is rather random.  The groups there are NOT in the same order as the groups display in iTunes — i.e., it's not alpha by Show name — which only adds to the problem I have finding the group of shows I'm looking for.

    I have some 900+ Tv shows in my iTunes Library (all recorded and encoded locally - i.e., none purchased).  When I open the Video app on my iPad and view "Shared" and the "TV Shows" tab, I see only a thumbnail.  There is no name displayed for the group of shows.
    When I view the shows in my iTunes Library I have a name under the groupings when I view them in the "Shows" view, like this:
    Is there a way to get some kind of identification to appear for these same shows when they are displayed on the iPad (Video app) under the "TV Shows" tab? 
    I have tried putting values into many of the fields offered by iTunes but, so far, I have not been able to get any text to appear on the iPad under a group's thumbnail.  Since I have over 92 distinct groups, and since the thumbnail that's used for a group seem to be selected at rando (if at all), it is hard to pick out the group of shows I want to watch. 
    Also, the order of the groups on the iPad is rather random.  The groups there are NOT in the same order as the groups display in iTunes — i.e., it's not alpha by Show name — which only adds to the problem I have finding the group of shows I'm looking for.

  • Base table name for fields from Material Master

    Hi All,
    I want base table name which holds all possible values of following column:
    1)Material Master : X-plant matl status from tab -basic data 1
    2)Material Master: X-distr.chain status from tab -sales org 1
    for example: Base table for Prod.hierarchy is T179/T179T.
    Many thanks to all
    Yogesh

    Thanks Mahesh but I know its value available in MARA table for eery material. But i want to know where all possible distinct values are stored?... In other word, when we click on button which is next to this field and from that list we normally select value and then assign to above fields. Where this list is stored for
    X-plant matl status
    X-distr.chain status

  • Table names for fields from standard extractors

    Hello Experts,
    I want to know, if there is an easy way to find R/3 table names from extractor fields of standard data sources / extractors.
    ROOSOURCE , RSOSFIELDMAP did not help.
    Thanks

    Hi
    find your extract structure name from RSA6 or RSA5 and then go to SE11data type>give your extract structure name and click on 'where used list', then select 'programs'..
    You can see the name of the extract programs written by sap.go to the program then you can find the tables and their fields...
    Hope it helps up to some extent....
    Thanks,
    Teja

Maybe you are looking for

  • Bpelx:exec - how to get Schema document.

    Hi ALL, I am using FileAdpter to read a file. I have few Schemas defined which are not coming through file. I have to initialize schema and I am adding value to their node. Mostly schema elements are boolean so either "true" or "false" comes. Here is

  • Display employees details in the stacked canvas from the content canvas

    Hi all,        I want to display employees details in the stacked canvas from the content canvas,where i passed the empno & click on the find button , i have 2 blocks(emp,control), in control block only find button there, I have only one table i.e;em

  • DBMS_SCHEDULER.   How do I set frequency to run every 30 minutes

    Hi, I need this job to run every 30 minutes, lets say on 15 minutes and 45 minutes past the hour. What are the necessray changes. I have looked through the docs and have been getting errors when I try and change the line repeat_interval. begin dbms_s

  • J_3R_INV1 PDF forms for russia

    J_3R_INV1 don't work correctly. Help me please.

  • Documentation for primavera

    hi to all, Can u give me documentation for Primavera P6 Project Management module user information and how to operate and how to technical work thanks Regard Nil