Is there a way of combining From and To columns in Mail?

I've just tumbled to the fact that Mail displays separate From and To columns--rather than an integrated Who or Correspondent one.
In Thunderbird, with the add on Show InOut, or in the venerable Eudora, by default, there is a single column that shows you who the correspondent was and neatly italcizes your sent messages, so you can tell at a glance whether it was something you sent to the person or something they sent you.
It's bizarre having to look back and forth at From and To to figure that out rather than scanning down a single column.  Having to display both columns also takes up needless room!
Is there any way in Mail of combining those columns so that it works like Eudora or Thunderbird with its addon?
Does Mail have an add on systems or take extensions?

No application can change how the built in Contacts app works, or the Contacts list within Phone. To access your contacts, you'd need to use a third-party app that pulls the data from your contact info and shows it differently.
But I don't know if there is one that offers the layout you describe--search and compare screenshots. Sometimes I find it easier to browse this website than the App Store in iTunes:
http://appshopper.com/search/?search=contacts
Maybe this one?
http://appshopper.com/social-networking/pokemian
For changes to the built-in apps, you'd need to ask Apple:
http://apple.com/feedback

Similar Messages

  • Is there a way to combine accounts and music libraries?

    My wife and I got married last year and she has and itunes account and I have one. Is there a way to deactivate her account so that I can take all her music and put it on my computer so that we have one itunes account and library to sync both our ipods to?
    Thanks,
    dp

    06scooby,
    Welcome to the Forums. Congratulations on getting married, I hope you the best. As for Combining iTunes "accounts" I don't believe it is possible. You could stop using one of the accounts for future purchases in order to make it easier and smoother. Also note you can activate up to 5 computers per account, meaning you could activate your computer to play your wife's music. I've found that you can move over music in a couple of ways. ex. you could use an external drive copy the music on it and then onto your computer. You could also setup a small network and move it over the network. Or if your up to it move all the iTunes purchases onto your iPod and then on your computer after you've activated your wife's account. Hit transfer Purchases. Then all of her purchases will transfer to your computer. The way to activate your computer with her account goto (Store)/(Authorize Computer) from the menus
    Hope this helps.

  • Is there a way to combine "contains" and "Startswith"? Or a better way???

    I have a script that looks for reserved words in a list of words.  It works but it's slow and I think there has got to be a better and faster way.  I was thinking of how to combine the use of the -contains and $string.StartsWith but haven't had
    any luck.
    Here's what I have.  Any help would be appreciated.
    function ProcessStartsWith ($word)
        $flag = $false
        if ($word.StartsWith("con.")) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("con,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("prn."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("prn,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("nul."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("nul,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("aux."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("aux,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com0."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com0,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com1."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com1,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com2."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com2,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com3."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com3,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com4."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com4,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com5."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com5,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com6."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com6,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com7."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com7,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com8."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com8,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com9."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("com9,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt0."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt0,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt1."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt1,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt2."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt2,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt3."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt3,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt4."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt4,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt5."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt5,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt6."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt6,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt7."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt7,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt8."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt8,"))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt9."))) { $flag = $true }
        if ((!$flag) -and ($word.StartsWith("lpt9,"))) { $flag = $true }
        return $flag
    function ProcessWords($words)
        $errorcount = 0
        foreach ($word in $words)
            if (($ReservedWords -contains $word) -or (ProcessStartsWith($word)))
                "ReservedWord--- = " + $word
                $errorcount = $errorcount + 1
        return $errorcount
    $ReservedWords = "prn","nul","con","aux"
    $ReservedWords = $Reservedwords + "com0","com1","com2","com3","com4","com5","com6","com7","com8","com9"
    $ReservedWords = $Reservedwords + "lpt0","lpt1","lpt2","lpt3","lpt4","lpt5","lpt6","lpt7","lpt8","lpt9"
    $wordlist = "prn", "prnOK", "con", "control", "com0", "com0.", "com0otion"
    ProcessWords($wordlist)
    Running this results with this output
    ReservedWord--- = prn
    ReservedWord--- = con
    ReservedWord--- = com0
    ReservedWord--- = com0.
    4

    I don't know what the fastest way of accomplishing this would be, but you can certainly make it a lot shorter with a regular expression. For example, this code produces the same output:
    $reservedPattern = '^(?:prn|nul|con|aux|com\d|lpt\d)(?:[\.,]|$)'
    $wordlist = "prn", "prnOK", "con", "control", "com0", "com0.", "com0otion"
    $matchesReserved = $wordlist -match $reservedPattern
    foreach ($word in $matchesReserved)
    "ReservedWord--- = $word"
    $matchesReserved.Count

  • Is there a way to combine existing animated gifs?

    I have several animated gifs that I would like to watch in a sequence (one after another). Is there a way to combine them, and if not, is there an existing program that could accomplish that?
    Thanks

    Absoluety. You'll want to open your gif files in Photoshop by going to File > Import > Video Frames to Layers...
    Then you'll select all of your frames from one gif and copy them over into the video frames of the other gif. You'll do all of this in the Animation menu in Photoshop (Window > Animation, or Window > Timeline for CS6). You can paste the frames to whichever point you want, just make sure to designate the location by clicking on the frame you'd like them to be inserted at.
    Here's a tacky, yet extremely simple video tutorial on this process

  • Have one WiFi signal into the apartment for my Air, and another wifi signal for my 5c phone plan. Both from the same provider. Expensive. Is there a way to 'combine' WiFi signals so I pay only for one, but can get on the Internet with my Air?

    Have one WiFi signal into the apartment for my Air, and another wifi signal for my 5c phone plan. Both from the same provider. Expensive. Is there a way to 'combine' WiFi signals so I pay only for one, but can get on the Internet with my Air?

    Roamingnome, thanks for your response. Although I have been a Bell (Canada) customer for my WiFi signal for years, the 5c and its necessary mobility plan, is very recent. Some years ago, Bell supplied its own ‘router’ for my computer, and claimed that it was possible to get their WiFi signal only with the router they supplied. When I recently received the 5c, I wondered if the plan it requires, which is within the much wider, overall Bell zone, could be used somehow to get my Air online - some sort of tethering? - that allows me to give up the Air WiFi service and router all together, but still get the Air connected. Here in Canada, Bell Mobility and other Bell services are very separate. Any suggestions appreciated.

  • Is there a way to combine the best of slideshow and tooltip widgets?

    I am trying to produce a sliding menu similar to the "Now Playing" movies listed on this website : http://themoviehouse.com/   
    where you can mouse over and a box pops up and stays up so that you can click links within the box. The catch is that I need this box to disappear when the mouse is not on it so that content behind the box is again visable.
    I have seen this on so many websites so I assume can build this in Muse.
    Obviously with tooltip the box does not stay open. With a slideshow, the box does not disappear when you are done.
    Is there a way to combine the two or is there another widget that allows me to create what I am looking for?

    Install the Apple Configurator (osx only) and it will cache the iOS update on there after it's been installed once.  From then on each device you plug-in will take the update from Apple Config without having to download it.  I have this setup on a macbook air and it saves me a lot of time.
    The updates are device specific so make sure you update one iPhone 4, one 4S, one 5, one iPad etc before heading out to sea.  I thought installing the update on an iPhone 4S will work on an iPhone 5 but the first iPhone 5 I connected needed to download.

  • I apparently have 3 apple IDs, and it's making it challenging to set up iCloud. Is there a way to combine them into the one I actually use?

    I apparently have 3 apple IDs, and it's making it challenging to set up iCloud. Is there a way to combine them into the one I actually use?

    You can't combine or merge iCloud IDs, but you can migrate the iCloud data from one account to another if you wanted to move it to a different ID.

  • Is there a way in iTunes to "stich" or combine songs?  Example Journey's Anytime and Feeling That Way are always played together.  Is there a way to combine them so they are not separate songs?

    Is there a way in iTunes to "stich" or combine songs?  Example Journey's Anytime and Feeling That Way are always played together on the radio.  Or ZZ Tops Waitin' For the Bus and Jesus Just left Chicago are always played together. Is there a way to combine them so they are not separate songs?

    Not in iTunes.
    Are these ripped from a CD?
    See hhgttg27s post here
    -> https://discussions.apple.com/thread/6867148
    If not, you will need to use another application to combine them such as this script...
    -> http://dougscripts.com/itunes/itinfo/jointogether.php

  • Is there a way to combine the bookmarks from Internet Explorer with bookmarks added while using Firefox?

    I have a bookmark file on the toolbar called "From Internet Explorer." I have also added bookmarks while using Firefox. Is there a way to combine these lists?

    This link shows how - https://support.mozilla.com/kb/Importing+favorites+and+other+data+from+Internet+Explorer

  • HT201269 If we set up a device as new, is there a way to go back and restore from the previous phone?

    If we set up an iPhone 5 as a new device, is there a way to go back and restore from the previous iPhone 4?

    See  How to Restore from a Backup  Here  >  http://support.apple.com/kb/ht1766

  • I just planned to install windows 7 on my MBP Mid-2012 using VMware Fusion,so i am bit panic about viruses and malware's affecting through vmware,is there any way to avoid from this??

    i just planned to install windows 7 on my MBP Mid-2012 using VMware Fusion,so i am bit panic about viruses and malware's affecting through vmware,is there any way to avoid from this??

    usamasheikh wrote:
    virus protection in vmware or on my running OS X 10.8.2??plz help me out
    First, you can install Microsoft's Security Essentials in the Win 7 VM and keep it up-to-date. Second, you can turn off Sharing in Fusion's System Settings to keep the VM environment separate from your Mac. Third, you can look into Sophos Anti-Virus http://www.sophos.com/en-us/products/free-tools/sophos-antivirus-for-mac-home-ed ition/download.aspx for the Mac host.

  • Is there a way to combine two Smart Playlists without dragging each individual song from one list to the other?

    Is ther a way to Combine two Smart Playlists without dragging and dropping each song into the other Smart Playlist?
    Any help is greatly appreciated.
    Debra

    With the timeline selected, go to File/Export/Movie and export each as a DV-AVI video.
    You can then combine those AVIs into a new project with virtually no loss of quality.

  • Is there a way to move Messages and Local (not synced with iCloud) notes from old iPhone to new one ?

    Is there a way to move Messages and Local (not synced with iCloud) notes from old iPhone to new one ?

    Yes, it will. You cannot merge information on the phone. If you want the old messages, you will need to restore from a backup of the old phone, which will make the new phone look just like the old phone. If you want to save the messages from the new phone, you will not be able to get the messages from the old phone.

  • I have an iPhone 4.  I unplugged my phone during an update and have lost all pictures and videos from the last year.  Is there any way to restore from a certain date to recover?

    I have an iPhone 4.  I unplugged my phone during an update and have lost all pictures, text messages and videos from the last year.  Is there any way to restore from a certain date to recover them?

    If you have a current backup you can restore your phone to that backup.   http://support.apple.com/kb/HT1766

  • Is there any way to combine Google Calendar and iCal?

    Is there any way to combine Google Calendar and iCal?

    Here's an article that should help you:
    http://support.google.com/calendar/bin/answer.py?hl=en&answer=99358

Maybe you are looking for

  • Printing from SSRS

    I currently have a package that generates SSRS reports as PDF's and emails them to our clients. When this task is complete we currently have to manually run and print a report with list of reports sent. Is there a way from within SSRS to print the re

  • Report to show Endpoint Protection last time updated?

    Hello, I am trying to create a report to show the Endpoint Protection version and the last time it updated. I found this page of different views but non of them include last update: http://technet.microsoft.com/en-us/library/dn581986.aspx Does anyone

  • Upgraded from LabVIEW 8 to 2013 and now VI asks to find the installati​on package for Run-Time Engine 7.0

    I recently installed LabVIEW 2013 on a computer (running Windows XP 32-bit).  The machine also has LabVIEW 8 installed, which is what I was using prior to upgrading.  I opened a VI that was created in LV8 and then saved it and all its subVIs in LV201

  • Satellite P100-347 - problem with shutdown during gameplay

    i have a problem with my Satellite P100-347(pspa6e) After about 10 minutes playtime with games like battlefield 2, the SIMS2 and so on.. my pc shuts down... I suspected it was shutting down because of high gpu or cpu temp... i could feel that my note

  • Configuring worklfow in sppfcadm ..please help me

    hi, Please help in configurimg the workflow as processing and trgeering the worklfow , for the start condition . please help me out . points are definetly awarded.