Where is my sent folder how to bring the orginal sent folder back

it seems that i set up another imap account's sent folder to be my sent folder..
but when i send emails from my mac email.. the emails are not saved at all..at least they arent in a folder inn the mail program
anyone have any suggestions..

hi there
i think you would be best off at this point to back up mail (see this attachment--you can also back up preferences if you wish http://docs.info.apple.com/article.html?artnum=301239) and then to set up the account all over again, or accounts. make sure you have correct incoming/outgoing mail server info, email addresses, etc., then delete account pressing the minus sign at bottom of page, then set it up again. then everything will be in working order. the article is straight forward, and guides you through importing the info back into the account. hope this helps you. 8)

Similar Messages

  • Urgent: How to bring the workspace launcher window back in Eclipse

    Hi all,
    I accidently checked the "Use this as the default and do not ask again" checkbox appeared in the workspace launcher window in eclipse.
    Now I want to create a new workspace. But don't know how to do it.
    I guess if I can see the workspace launcher window in, probably I can create a new directory and lauched the eclipse, and then the new workspace will be created.
    Any ideas. Thank you!

    However if you want to cheange the workspace then you can do the following.
    1. Find the shortcut of your eclipse
    2. Right click on it, and select 'properties'
    3. In the target text field, after the path of eclipse write -data path of workspace.
    4. Apply
    5. You have a new default workspace.
    Check this link for any problems.
    http://help.eclipse.org/help21/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/running_eclipse.htm
    Also as much as I know you change the workspace very easilly when you create a new project.

  • How to bring the data from application server to presentation server

    hi,
    i have one problem,i have written the program which will open the files in the application server when we run the program in the background(sm37),the same data from application server i want to bring into presentation server in the format of (.csv),how to bring the data from application to presentation server can any body help me on this  topic.folowing is the code .
    *& Report  ZPFA_HIER_LOAD
    REPORT  ZFPA_HIER_LOAD.
    *---- Declaration of Oracle connectioN
    DATA con_name LIKE dbcon-con_name VALUE 'COMSHARE'.
    DATA: MFL1(9),MFL2(5),MFL3(9),MFL4(2),MFL5(8) TYPE c.
    DATA : mfilename type string.
    data: begin of matab1 occurs 0,
          MFL1(9) TYPE C,
          MFL2(5) TYPE C,
          MFL3(9) TYPE C,
          MFL4(2) TYPE C,
          MFL5(8) TYPE C  ,
         end of matab1 .
    data: setid(8) type c.
    data: begin of source occurs 0,
          setid(8) type c,
          end of source.
    *PARAMETERS : p_pfile LIKE filename-FILEEXTERN.
    *PARAMETERS : m_bsenty(8). " type c obligatory.
    *mfilename = P_PFILE.
    EXEC SQL.
      SET CONNECTION :con_name
    ENDEXEC.
    EXEC SQL.
      CONNECT TO :con_name
    ENDEXEC.
    EXEC SQL PERFORMING get_source.
      SELECT set_id FROM UNIT_SET INTO
      :setid
      ORDER BY SET_ID
    ENDEXEC.
    start-of-selection.
    LOOP AT SOURCE.
      REFRESH matab1. CLEAR matab1.
      EXEC SQL PERFORMING evaluate.
    SELECT TO_CHAR(MEM_ID),TRIM(TO_CHAR(MEM_PID)) FROM UNIT_TREE INTO :MFL1,
    :MFL5
    where set_id = :SOURCE-SETID ORDER BY MEM_ID
      ENDEXEC.
      if SOURCE-SETID = '80000000'.
       mfilename = '/tmp/aesorg'.
      elseif SOURCE-SETID = '80000006'.
       mfilename = '/tmp/Consolidation_Manager'.
      elseif SOURCE-SETID = '80000010'.
       mfilename = '/tmp/10org'.
      elseif SOURCE-SETID = '80000012'.
       mfilename = '/tmp/20org'.
      elseif SOURCE-SETID = '80000018'.
       mfilename = '/tmp/30org'.
      elseif SOURCE-SETID = '80000025'.
       mfilename = '/tmp/40org'.
      Endif.
      mfilename = '/usr/test.dat'.
    ************************This was i tried***********************
      open dataset mfilename for output in text mode encoding default." IN
    *TEXT MODE ENCODING DEFAULT.
    if sy-subrc <> 0.
    exit.
    endif.
    close dataset mfilename.
    CALL FUNCTION 'GUI_DOWNLOAD'
       EXPORTING
         FILENAME         = MFILENAME
         FILETYPE         = 'ASC'
       TABLES
         data_tab         = matab1
       EXCEPTIONS
         file_write_error = 1
         invalid_type     = 2
         no_authority     = 3
         unknown_error    = 4
         OTHERS           = 10.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
      clear matab1.
    ENDLOOP.
    loop at matab1 .
    transfer matab1 to mfilename.
    endloop.
    close dataset mfilename.
         MFL5 = '0'.
       CLEAR MFL5.
    FORM evaluate.
      if MFL5 = -1.
        MFL5 = ''.
      ENDIF.
      concatenate MFL1 ','   into MFL1.
      concatenate MFL1 ','   into MFL3.
      matab1-MFL1 = MFL1.
      matab1-MFL2 = 'ZBUE,'.
      matab1-MFL3 = MFL3.
      matab1-MFL4 = ' ,'.
      matab1-MFL5 = MFL5.
      append matab1 .
      CLEAR MFL1.
      CLEAR MFL2.
      CLEAR MFL3.
      CLEAR MFL4.
      CLEAR MFL5.
    ENDFORM.
                     "evaluate
    *&      Form  GET_SOURCE
          text
    FORM GET_SOURCE.
      source-setid = setid.
      append source.
      clear source.
    ENDFORM.                    "GET_SOURCE

    Hi Rammohan,
    You cannot use OPEN DATASET to transfer data from application server to presentation server.
    You can do the following :
    <b>Do 1st point in BACKGROUND</b>
    1. Read the data file from application server into an internal table using OPEN DATASET
    <b>Do 2nd point in Foreground</b>
    2. Once you get the data into an internal table, then use FM GUI_DOWNLOAD to download it on presentation server
    You cannot use the above 2 point together in Background because its not possible. Hence you need program it partially in background and partially in foreground.
    Best regards,
    Prashant

  • How to bring the labour cost into costestimate

    Hi friends,
    How to bring the labour cost into costing run, please let us know. i have given the configuration settings but i am not able to get the accurate result. so friends please help me on this.
    where were i have to give the config settings and the   links please tell me.

    Dear,
    The cost sheet format is,
    1. Material cost,
    *2. Labour cost -
    SPRO -> Controlling -> Product Cost Controlling -> Product Cost Planning -> Basic Settings for Material Costing -> Overhead -> Costing Sheet: Components -> Define Calculation Bases*
    1. Here just check whether you have assigned the Labour cost Cost elements with Labour group or not.
    2. T Code - OKTZ : Check whether you have assigned the Cost elemnts here or not
    3. Labour cost is based on : Activity types and Cost center figures updation in KP26
    Let us know if you still need any help
    Thanks
    Edited by: nkonnipati on Feb 15, 2012 4:01 PM

  • How to restrict the size of folder in KM?

    Hi All,
    How to restrict the size of folder in KM?
    Suppose I allocated 1 personal folder to every SAP KM Folder. Can I restrict the size of folder with do not allowed the uploaded file to be exceeded certain capacity?
    Thanks & Regards,
    zhixuen.

    Hi,
    Refer this [http://help.sap.com/saphelp_nw70/helpdata/en/62/468698a8e611d5993600508b6b8b11/content.htm]
    Also chk.
    https://forums.sdn.sap.com/thread.jspa?threadID=80571
    https://forums.sdn.sap.com/thread.jspa?threadID=80326
    https://forums.sdn.sap.com/thread.jspa?threadID=80145
    http://weblogs.sdn.sap.com/pub/wlg/3219
    Regards
    Baby

  • How to bring the hyperlink in a JLabel object ?

    How to bring the hyperlink in a JLabel object ?
    I tried the following--> [ this is a sample ]
    JLabel label;
    label=new JLabel("<HTML><A HREF='file://D:/Examination/calc.exe'>Calculator</A></HTML>");Using this JLabel object in an JDialog the label comes perfectly with such a look of the hyperlink
    [ Blue coloured and underlined ] that's all !!
    It doesn't work anything that it should do.
    While all the html tags work perfectly in java then why the hyperlink in label doesn't ?
    If you have an idea then please send me the code.
    Thanks!

    see JXHyperLink at https://swingx.dev.java.net/
    Yeah, I looked at this. I agree with the other guy who said that all this does, presumably, is change the color of the text when the button is getting mousedover. That doesn't solve anything.
    As far as JEditorPane, it has its bad points and ... well, mostly bad points. However that's not really fair. JEditorPane was not designed to be on the level of an IE or FireFox.
    The BEST thing to use JEditor's web browsing facilities on is for creating your own documentation and help pages for software you are developing. Here is a list of some of the things JEditorPane does not come equiped with (as of 1.4 I haven't tried playing with it in 1.5):
    1. Form submission, PUT, and GET
    2. Download status
    3. Caching
    4. Cookies
    5. Plugins (ie Java, Flash, Quicktime)
    6. No javascript.
    Beyond that it is extremely brittle in parsing the HTML, and if the HTML is not totally well formed (and many pages are not) you won't get anything

  • How to bring the Cost of Depreciation to Costing

    Hi,
    How to bring the Depreciation Cost, Interest on Working capital to Costing.
    We have created the Cost components for those mentioned items and what criteria we can bring the values to Costing.
    Thanks
    Prasad

    It's a big topic, ahah.
    Depreciation, Interest and Capitals  must be different primary cost element, right?
    Maintain cost component structure TC:OKKN to make sure your cost component split is by primary cost element splitting. Assign the cost elements of depreciation, interest or capitals to relevant cost component.
    Two way to define the cost bring to cost components,
    1. Define splitting structure TC: OKES and assign to manufacturing cost centers TC:OKEW
    2. Conduct activity type dependent planning through TC:KP06.

  • How to assign the iCloud/Contacts folder as an Adress Book in Outlook 2013?

    I just Installed Office 2013
    In the old Outlook 2010 I was able to use the Icloud Contacts as my Address Book.
    In Outlook 2013 the option in iCloud/Contacts/Properties/Outlook Address Bookk is dimmed.
    How to assign the iCloud/Contacts folder as an Adress Book in Outlook 2013?

    Hi,
    For more methods of making Shared Contacts available as an Address Book, you can refer to the following articles:
    http://social.technet.microsoft.com/Forums/en-US/9d20ffad-d49a-4aa3-8d49-c63b8d4583ee/adding-shared-contacts-to-the-address-book-without-public-folders-in-outlook-2010?forum=outlook
    Add shared Contacts folder as Address Book list:
    http://www.msoutlook.info/question/614
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. Please make
    sure that you completely understand the risk before retrieving any suggestions from the above link.
    Hope it can help you.
    Thanks,
    Angela
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • HT5312 I can't remember the answers to my security questions.  How do I get them.  I've built a rescue email but don't know how to have the answers sent to it.

    How do I get iTune to send me the answers to my security questions or how to reset them.  I do have a rescue email address but don't know how to have the answers sent to it.

    1. See my User Tip for some help: Some Solutions for Resetting Forgotten Security Questions: Apple Support Communities.
    2. Here are two different but direct methods:
        a. Send Apple an email request at: Apple - Support - iTunes Store - Contact Us.
        b. Call Apple Support in your country: Customer Service: Contacting Apple for support
            and service.
    3. For other queries about Apple ID see Frequently asked questions about Apple ID.
    4. Rescue email address and how to reset Apple ID security questions

  • If I go to PS and add layers can I bring the photo with layers back to Lightroom?

    If I go to PS and add layers can I bring the photo with layers back to Lightroom?

    JoeKostoss wrote:
    This is more complicated than I expected:  I had to go back to LR to check what I did previously. Here is what I found.  I hope this helps to explain what can be done.  You can have both layers and LR adjustments; you just cannot see the layers in LR nor can you see the LR adjustments in PS.  The good news is that they are both there and can be changed as needed.
    I have a photo (Raw) of a blue jay sitting on a branch with the background out of focus.
    I made many of the usual LR edits such as exposure, contrast, whites, blacks, sharpening, etc.
    I wanted to print it as a Birthday Card so I sent it to PSCC 2014 as a smart object.
    In PS, I added a type layer "Happy Birthday"
    Back in LR, I now have a psd Happy Birthday file stacked with the original raw file.
    Fine and as yet, no ADDITIONAL LR edits AFTER rendering right?
    I made some LR adjustments to the psd file such as crop to a different aspect ratio and add a vignette.
    I printed the psd file on a folded card.
    So far so good, you're still in LR. LR can take the new edits made there AND the layers and spit out a print. Nothing new or special here.
    Later I wanted to use that same image as a anniversary card.
    I told LR to edit that same psd file in PSCC 2014, this time not a smart object, but selecting "Edit Original".
    You got your original layered file. Nothing new or special here.
    PS opened with the "Happy Birthday" type layer intact and with the smart object background layer.  Of  course, the LR edits, crop and vignette on the psd file were not visible in PS.
    Because they don't exist there! They will when you render them.
    I clicked the eye of the Happy Birthday to render it invisible.
    I added a new "Happy Anniversary" type layer.
    Saved the new revised psd file and returned to LR.
    In LR, I still have only 1 psd file stacked with the original raw file, but now it says Happy Anniversary. Note: sometimes it may take a few moments for the new PS edits to appear.  By selecting another image and then reselect this psd file tends to speed this rendering of the new image.
    So where in all this is the LR edits you produce AFTER up created the layers after opening the layered doc in PS?
    I now have a new card ready to print just as before with all the LR edits originally made on the birthday card including the LR edits, crop and vignette made on the original psd file.
    And as far as I can tell, all those edits were applied in PS AFTER rendering.
    If I send that psd file a third time to PS, I still have the smart object layer, and both type layers.  I can add a 3rd type layer "Happy Easter" if I so desire and return to LR.
    Again, the crop and vignette are seen in the one psd file in LR.
    So...yes, I can have both layers AND LR adjustments including the original raw adjustments through the smart object background.
    No, you have a layered file and you have instructions but the layered file isn't rendered with those instructions and doing so would flatten the results.

  • Nokia 3110 c : How to transfer the Video Clip Fold...

    My handset model is Nokia 3110C. The memory of which is around 32~34 MB. I have installed Memory Card of 2GB. Currently, the Video Clip Folder can accommodate only 8 MB maximim. The Files dowmloaded can not save beyond 8 MB. But my SD can hold upto 50 MB.
    It will be wise to transfer the Video Clip Folder to SD to enhance memory space to 3110C.
    Can any learned user guide me  as to - how  to transfer present Video Clip folder or its contents FROM 'My Galler' Folder TO SD Folder ?
    Thanks     BASAB ROY. 18/9/2010

    Download the OVI Suite from..
    http://europe.nokia.com/support/download-software/nokia-ovi-suite/compatibility-and-download
    .. and install on your PC...
    Connect your Nokia E66 .. select the Envelope Icon in the OVI Suite and select Sync...
    When the process is over all the messages will be seen in the OVI Suite window...
    Now connect Nokia 6730c..
    In the middle window of the OVI Suite you will see 2 tabs ( 1. View Messages arranged by Date and 2.  View messages grouped by contacts).. Make sure that you select the first..
    Drag-and-Drop all messages with Downward Arrow Icon into INBOX in the bottom window ( where you see the Phone icon) and all the Messages with Upward arrow into SENT folders respectively..
    Hope this solves your problem..

  • Nokia 2720 fold, How to keep the front display all...

    Hello,
    I bought a Nokia 2720 fold. This phone has two displays. One inside, you see it when your fold the phone out. And on on the front. You see it when the phone is closed.
    My question: How do I keep the front display allways on. I want to see the time immediatelly, when I look on the folded phone. At the moment the light fades out after 10 sec.
    Thanks

    Support?
    This is the Official Nokia discussion sites as you might already know. What you might don't know yet is that these sites are mainly a user to user forum where Nokia users can share their knowledge and help each others with issues.
    There are some emplyees that are around here now and then. They are in green and are here on their spare time. You might get an answer, or you might not. - As I wrote, this is mainly an user to user forum.
    Now, for direct contact with Nokia, click the "contact us" button on the top right of this page. You will probably be able to contact them bay either mail or call.
    On these boards, you will have to wait untill someone decides to reply your thread.
    (I cannot help you with this as I don't have the phone. Bumping your thread is not allowed)

  • How to get the last sub folder value from the string in Webi report

    I have an object coming from universe, this object will contain string e.g. \\Users\Public\Pictures\Sample\
    or    \\Users\Doc\BI\BO\Webi\
    I need the last sub folder from this path to be displayed i.e. Sample and Webi.
    I would like to know how it can be done.
    I tried using formulas like POS, SubStr and Length. however the issue is that the length of the the sting is not fixed and the number of "\" are also not fixed.
    I would appreciate any help regarding this.
    Regards,
    Yogesh

    Hi,
    What is the formula you have written though?.
    =length(right([folderpath]);pos([folderpath];"\")+1)
    Thanks,
    Jothi

  • How to bring the Header value to the row ?

    Dear All,
    I am a starter in learning SDK. have developed a form having 2 tables a header and a row detailed one.
    Now i need to update a field in all the row with a header value when the header value is added. it should be like the SE name getting updated when the SE name is selected in header level in std doc.
    how to arrive it?
    kindly help me to achieve this.
    Thanks,
    Sam.

    Dear Gordon,
    May the customer enters a value to the header which they want it to be unique value for all the row detail.
    If there exists more than 50 rows they cant enter it for each and every row, for in case if the value needed to be changed for a particular row or for particular few rows they will change it manually to that row alone.
    I just want to achieve this scenario in my form.
    Do you know how to bring in ?
    As this is being a normal functionality in Std forms.
    Thank you...

  • Urgent: How to bring the same pricing procedure in reversal order??

    Hi,
    We have recently implementated CIN at our client location. For the orders present in the system before CIN implementation, when we are creating the reversal orders, system is bringing the new pricing procedure with CIN condition types?
    Can we bring the same pricing procedure in the reversal order as in the sales order? 
    Please advise urgently.
    Regards,
    Peeyoosh.

    Dear Peeyoosh
    I am unable to understand from your comments
    "For the orders present in the system before CIN implementation, when we are creating the reversal orders"
    Please let me know how do you reverse a sale order.  To my knowledge, we can reverse delivery and billing but not sale order.  Either we can close the sale order by assigning some reason for rejection or delete the sale order.
    This being the case, please let me know why you are reversing and how you are reversing.  If you want the same pricing procedure for both normal sales and returns, then maintain the same pricing procedure for both document types.
    thanks
    G.  Lakshmipathi

Maybe you are looking for