How to set all the emails in Inbox to read

I had to download all my emails from My Passport from a backup, but all the emails came with indicator like new emails. How to set all mails in the Inbox to read in time?

Click at least an e-mail in the list, and then press command-A to select all emails in the box. Or CTRL - RIGHT click on the selection, then click on menuitem followed by clicking on the option Mark as read.

Tags: iCloud

Similar Questions

  • How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    How to make all the fields on one page read only (for the recipient) without having to make each field read-only?

    Hello Jmbtexas4,

    By default, you will need to individually click on the fields of the form and check the 'read only' and save it. From now on, it is not possible to select all together and make the changes.

    -Usman

  • How to set all THE fields in Acroform ReadOnly

    Hello, I am looking for a way to set all the fields in a read-only 2 pages acrofrom.  I understand that this is possible through the use of a digital signature, but I rather not go that route for specific reasons. In addition, I understand defining access to individual fields can be achieved as follows:

    var f = this.getField ("FieldName");

    f.ReadOnly = true;

    Is there a way to specify an entire page or all pages in a doc? Something like:

    var f = this.getField ("Page1");

    f.ReadOnly = true;

    or

    var f = this.getField (All);

    f.ReadOnly = true;

    Any help would be greatly appreciated.

    Thank you

    S

    It looks a bit like something I wanted to do a few weeks ago (here - http://forums.adobe.com/message/3961108#3961108 )

    Think that this code could do the trick for you...

    for (var i = 0; i)< this.numfields;="" i++)="">

    fname = this.getNthFieldName (i) var;

    var f = this.getField (fname);

    f.ReadOnly = true;

    }

  • How to stop all the emails in the trash instead of the Inbox

    Even when I move the trash in Inbox, it goes straight to the trash can on the opening mozilla

    I you suggests that you ask how to disable their advisor of spam, not a question of Thunderbird to McAfee.

    This might help
    http://www.Cox.com/residential/support/Internet/article.Cox?articleid=93ca5e10-0e28-11E2-67ec-000000000000

  • How to set all the same color curves

    Hello

    I have some data that I needed draw and want to draw all the curves of the same color.  Normally I just select each individual curve adjust settings, but there are more than 12,000 curves and the manual process would take forever.

    Any ideas?

    Yes, I 2012

    I eventually settled on this

    Dim oMyCurves, oMyCurve
    View.Sheets (1). Areas (1). DisplayObjType = "CurveChart2D".
    Set oMyCurves = View.Sheets (1). Areas (1). DisplayObj.Curves
    For each oMyCurve in oMyCurves
    oMyCurve.Color = "other colors".
    oMyCurve.ColorRGB = RGB (211,211,211)
    Next

    However, it takes very long.

  • How to set up the email button to email forms

    I added an email utton to my form. Whenever I click on it it opens towards the top of my e-mail client & attach the form as it should. The only problem is how to attach the form to a .pdf file? At the moment he is endearing as a .xml

    Thank you

    This is because you might have placed a button to send email in the form. You can change the Type of button and set the control Type to validate.

    Thank you

    Srini

  • How to set up the email account in book

    Hello

    I want to configure the e-mail providing OBIEE.
    I'm looking forward to send ibots reports directly to the e-mail.

    Help kindly in the setup steps!

    Thanks in advance

    Links below are useful to you,

    http://obiee101.blogspot.com/2008/08/OBIEE-configuring-configuring-Scheduler.html

    and

    http://oraclebizint.WordPress.com/2007/09/13/Oracle-BI-EE-10133-configuring-delivers-ibots/

    Thank you
    Oldia...

  • How can I delete all the email our except one

    How to delet all the email our except one

    Try the tools | Accounts show the accounts and then you can delete what you want.  If this does not help, then check out the suggestions of Fazil.

    Steve

  • What I have to delete all the emails by hand or I can delete them all at the same time?

    How do delet all the emails at once?

    You can delete several at once. Press the button "Edit" in the mailbox, select e-mail then press on "trash".

    they must be selected one by one, there is no "select all" I remember

    If you have a lot to remove you may wish to do so outside the mail application. If your email provider has a web interface, use it. For example, I have yahoo mail, I use safari to go to yahoo.com and connect to my mail. then I will be able to select many emails at once (or maybe if your email provider supply)

    Can be faster if you have dozens, hundreds of delete

  • Problems to access emails due to the area of security of Windows and all the emails have disappeared from the Inbox

    I have a HP with Windows Vista computer.  For the last few days whenever I try to access my email using Windows Mail, a Windows security box appears you request for my user name and password that are not accepted when I type in and to "allow" with a lock symbol appears low to the right of the screen, where "incoming mail" would normally appear. I get the occasional batch of e-mails through but only once per day.  Two days ago, all of my original emails (about 1,000) have disappeared from my Inbox.  I rang my phone co co/email, microsoft and the manufacturers of my coomputer, but everyone tells me problem of is the other company.  Meanwhile, I am really concerned about all the emails that I lost.  Can anyone suggest how to get rid of this security box and restore all my lost emails?  Help!

    Hello

    1. Since when are you facing this problem?

    2 did you changes to Windows Mail settings?

    I suggest you follow these methods and check.

    Method 1:  Windows message store can be damaged or corrupted.  You can try to rebuild the message store.

    Rebuild the Windows Mail message store
    http://support.Microsoft.com/kb/941090

    Note: Follow the method 1 first, which is mentioned in the link above.  If rebuilding the message store does not help, follow method 2 to rebuild the Windows Mail folder.

    Method 2: Solve problems with Windows Mail

    http://Windows.Microsoft.com/en-us/Windows-Vista/troubleshoot-problems-with-Windows-Mail

     

     

    I also suggest you to update the virus for your anti-virus definitions. In addition, make sure you have all the windows security updates installed on your computer.

    I hope this helps.

    Thank you.

  • How to read all the emails

    Hi, what is the code used to read all the emails the user has received.

    I know how to add a file listener to read all the new messages, but how do I read the oldest.

    for example, a message was received until the user starts the application.

    thanx

    Hi thanks for the reply.

    How ever that has not worked for me.

    But I found the solution

    http://supportforums.BlackBerry.com/T5/forums/Searchp age/tab/message? page = 2 & location = category % 3Aap...

    Store store = Session.getDefaultInstance().getStore();
    
    Folder[] folders = store.list(Folder.INBOX);
    Folder inbox = folders[0];
    Message[] msgs = null;
    try {
    msgs = inbox.getMessages();
    } catch (MessagingException e) {
    // TODO Auto-generated catch block
    e.printStackTrace();
    }
    
  • How can I make all the emails on a .bcc of distribution list when you use the address book?

    When I send an email to a "list" in my address book I want to warn all the email addresses of the recipients to be visible by all byhaving be the entire list > bcc - how can I do this with Thunderbird?

    Place the list in an address field, click the TO and replace it with BCC.

    If you do not Contact sidebar enabled in the entry window press F9 to turn it on. Select contacts or to the mail list, then use the button Add to the BCC.

  • When you go on vacation, how can I temporarily stop all the emails?

    When you go on vacation, how can I temporarily stop all the emails?

    http://www.askdavetaylor.com/how_to_set_auto-reply_vacation_reply_msn_hotmail.html

  • E-mail allows you to see the most recent at the top, but now I have to look through all the emails to be received email today. How can I fix it?

    I DON'T KNOW WHY BUT MY MESSAGES IN MY INBOX ARE ALL MUDDLED UP.
    USED TO SEE THE MOST RECENT AT THE TOP NOW, I TUNED THROUGH ALL THE EMAILS TO FIND THE RECEIPT TODAY'S MAIL? Help, please.

    Steve is of course correct.  What mail client do you have?

  • How to set a default email for the reader client?

    How to set a default email for the reader client?

    [Left the forum Cloud/Installer generic for program specific forum... MOD]

    In the section in the preferences e-mail accounts.

Maybe you are looking for