How do you create a folder to put same subject emails in?

How do you create a folder to put same subject emails in?

Hope this helps.
http://support.apple.com/kb/PH14946

Similar Messages

  • HT4191 iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.

    iPhone Local Storage "My iPhone" - How do you create this folder for use by the Notes app on a iPhone or iPad?  If I want to keep some notes only on my device and not in a cloud environment associated with an e-mail account.  I've seen reference to the  "My iPhone" local storage put no mention on how you create this folder or access this folder within the Notes app.  I realize storing information in a local storage like this provides no syncing between other iDevices but that is exactly what I'm looking for.  I'm running iOS7.0.4 on a iPhone 5S, and a iPad Air.  Any help would be greatly appreciated.

    If you go to Settings > Notes > Default Account you will see "On My iPhone" as the default account and the only choice if you have not enabled syncing Notes in Settings >iCloud or Settings > Mail, Contacts, Calendars. If you have enabled syncing you can still select "On My iPhone" as the default account. When you are in the Notes app you won't see any accounts listed if you have not enabled syncing because they are all in the On My iPhone account and that is the only place possible. It is not a folder that you create.

  • How do you create a folder to organize your apps

    How can you create a folder to organize your apps. 
    How can you move an app into a app that was already created.  i.e.  "Newstand" can you put other magazines into this folder.

    actually u cant.
    if u want to create folders,put your finger on an icon until it starts moving,then take an app and put it on another app,then u will create a folder that u can rename it as u want

  • How do you create a folder to store bookmarked items?

    I do not see a way to create a new new folder so that I can add new bookmarked items to it. Please provide directions.

    Click on Firefox..at the very top to the Left..then a drop-down list will appear..at the top of the 2nd column to the right in the list you will see 'Bookmarks'..put your mouse arrow over it and your bookmark list will show including the option to bookmark the page you are viewing. As before right clicking on any in the list can give you the option to delete an entry.

  • How do you create a folder while saving a bookmark?

    While saving a bookmark I realize I need to create a new folder. How do you that? I don't see an option at all to create a folder on the fly.
    Thanks!!!
    Cathy
    MacBook Air 13" mid-2012
    IMac 27"
    iPad 2nd Gen

    Here is one way to do it.
    Select "Add Bookmark" after clicking "Share" button.
    "Add this page to:" box appears.
    Click "Bookmarks" menu in the Safari menubar.
    Select "Add Bookmarks Folder". A new window will open with "Untitled" folder created.
    Name it and close the window.
    Now the new folder will be available in "Add this page to:" dialog box.
    Safari does not have an easier way to do this like some other browser can.
    Best.

  • How do you create a folder/folders in iCloud?

    Hello!
    I am wondering if you can create folders on iCloud.  I am a West Virginia University Student studying Accounting.  I really like the iWork Suite of products and the ability to take notes in class on my iPad.  However, I am getting a great deal of documents from downloading information from professors from the main campus server as well as having to look up information.  I carry both my MacBook Pro and iPad because the iPad will not run Flash which is essential in using Pearson's MyAccounting Lab and several other products.  I would like to better organize the documents that I have created so that I can bring up a folder pertaining to a class and have those documents in that folder.  Right now they all are on iCloud and I have many there and it takes a while to drudge through all of them.  I am sure there is probably a way to do this, I haven't figured it out yet.
    Can someone help me?
    Thanks

    iPhoto only shows the existing albums. You create the albums in the Photos app - show the albums in "Photos" and press the "+" button to create a new album and to name it. Then open your camera roll and select images to add to the new album.

  • How do you create a folder in iPhoto

    I don't see how to create an album in iPhoto for iOS on the new iPad. Am I missing something?

    iPhoto only shows the existing albums. You create the albums in the Photos app - show the albums in "Photos" and press the "+" button to create a new album and to name it. Then open your camera roll and select images to add to the new album.

  • How can you Create a folder in pages?

    I ve many documents all mixed together.. Can u create folders inside pages app...?
    Thanksss

    Indeed you can: http://help.apple.com/pages/ipad/2.2/#/tan724890f7

  • How do you create forms in numbers the same as in numbers for ios

    I have a Macbook Running Maveriks 10.92 and Ipad running IOS7. I have numbers on both machines. On the Ipad there is a function that allows you to add a form to enter data from a sheet using Popups.
    I can not find this function on the Macbook Pro.
    All versions are the latest.

    Numbers for iOS supports forms.
    Numbers for OS X does not support forms (yet).
    Make a request for this feature using the Provide Numbers Feedback item in the Numbers menu.
    Regards,
    Barry

  • How do you create a custom Photograph folder

    If you have a webcam configured to PhotoBooth then you have a 'PhotoBooth' folder which is in the file system (under the current users 'Pictures' folder) and is visible in iMovie.
    Now if I create a folder on the same level as the 'PhotoBooth' folder (ie again under the active users Pictures folder) then iMovie cannot see it but if I create a folder within the 'PhotoBooth' folder then iMovie can see it... I hope this makes sense.
    So my question is, how do you create a folder in the file system which is visible from iMovie? or how do you add custom folders to the Photographs window in iMovie?
    Sadie.

    If you have a webcam configured to PhotoBooth then you have a 'PhotoBooth' folder which is in the file system (under the current users 'Pictures' folder) and is visible in iMovie.
    Now if I create a folder on the same level as the 'PhotoBooth' folder (ie again under the active users Pictures folder) then iMovie cannot see it but if I create a folder within the 'PhotoBooth' folder then iMovie can see it... I hope this makes sense.
    So my question is, how do you create a folder in the file system which is visible from iMovie? or how do you add custom folders to the Photographs window in iMovie?
    Sadie.

  • How do you create executables?

    In C++ you just compile your program and you've got an executable with a generic icon. How do you do the same thing in Java? That is to say, how do you create an executable program that can be emailed to someone with them needing a Java compiler to run it?

    Of course, my friend! There's a way to do it. If you download the Java IDE from this website, SunOne Community Edition version 4, you can accomplish that ( at least that's the way I've done them). This Java IDE creates a folder that is executable in Windows, it's called a JAR file (Java ARchive executable file), or run it on any operating system that is Java Enabled.
    With SunOne, you can do it this way:
    1) Click on File
    2)Select New
    3) Then select JAR Archive
    4) In the wizard, follow the steps which tell you the java files that are needed to run the application (because sometimes a programs comprises more than one class)
    5) Create a Manifest
    If this doesn't work for you, find information about JAR Archive files on the Internet because this is the way to make executable programs in Java. Good Luck!!

  • How do you create a Spam folder in Mail

    How o you create a Spam folder in Mail?

    This depends on your email provider but marking an email as Spam/Junk may automatically create a Spam/Junk folder.
    Swipe from right to left on the email preview, select "More", and touch "Move to Junk"

  • How do you create folders within a folder on Pages?

    I have the lates version of Pages.
    I have a number of documents in folders ie for each month.  I would like to create another folder ie for each year and place all the folders into it.  So basically, can I or how do I create a folder to place folders to organize my Pages.
    Thank you

    Folder organisation is done in Finder, not from within Pages, although you can create a new folder from within the Save dialog box in most programs.

  • How do you create a new mailbox folder on iPad?

    How do you create a new mailbox folder on iPad?
    step by step directions appreciated.
    Thanks for the help.

    THank you for this very prompt response.

  • How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    How do you create a save as default folder for MP3 files used Captivate text to audio voices files?

    Hi Ed
    Thank you for contacting me, however I already know how to save text to
    audio files via timeline using the Export feature.
    So my question was not entirely clear and I apologize for that.  To explain
    further, whenever I save a text to audio file, captivate takes me to a
    default save as folder where I then have browse back to my production
    folder where I am keeping all my Txt to Aud files.  This is very tedious
    process when you have alot of files to save.  So my question was is there a
    way to configure captivate so I can make my production folder the default
    file for whenever I save a Txt to Audio file through Export feature that
    the system automatically takes me to that production folder, and I am
    spared the long tedious process of saving the file manually to the
    prodcution folder I want.
    I have copy the pathway to the production folder in the URL filed in the
    Save As dialoge box and that workaround as cut the work down but I still
    have to paste that URL field to point the file to the right folder. So it
    would be nice if I could do everything automatically.  Microsoft makes this
    capability in their MS Office applications, so I was thinking Adobe might
    do the same thing.  Your help with this would be appreicated,
    Thanks
    Merrill Roberts
    Sr. Training Specialist
    SunGard Availability Services
    Direct 925-831-7730
    Mobile:415-215-9280

Maybe you are looking for