Command-X deletion is _too_ final

While in Mail yesterday, I learned the hard way that accidentally hitting the Command and the X keys at the same time - not difficult to do as one is right above the other on my keyboard - results in the permanent deletion of the highlighted message in the list of messages; that is, the message is not moved to my Mail trash as is the case when I intentionally delete a message using the Delete key. (The "Move deleted messages to a separate folder" option in Mail Preferences is checked.) Is there any way to configure Mail so that a Command-X deletion moves the deleted message to the Mail trash instead of permanently deleting it? Barring that, can anyone let me know what specific file type I should look for if I am trying to recover a single mail message using Prosoft's Data Rescue II? Thanks.
PowerBook G4, 1 GHz   Mac OS X (10.4.7)   Mail v.2.1 (752/752.2): POP account

Thanks, macjack! You went a little deeper and addressed the assumption behind my post, which was that the deleted message was gone forever. Your suggestion to check out mail2web was a godsend! I found the message there (as my Mail preferences were set to "Remove copy from server...for one week"), sent it to my account, and received the retrieved message in Mail. At the risk of sounding like an ad, I'm going to tell all my friends about mail2web! Oh, and I changed my preferences to save my messages on the server for one month, just in case. Thanks again for the great tip!

Similar Messages

  • Problem in using JDBC Execute commands(Update & Delete Only) with af:Table

    HI Everyone,
    I have one issue with Updating and Deleting Row Data using JDBC Execute commands.
    Suppose In My Application i have two pages, in Page 1 I have Two Command Buttons(Delete and Save) and One Input TextBox to write the String to be stored in the Database. and Page 2 where the result Table is shown and table is binded with a ViewObject, Now When User Types some String in InTB and click Save then By Programmatically I'm searching, that string is already present in database or not, if it is already exist then Save button converts in Update button and instead of inserting it allows user to Update the String already exist in database.
    Everything is working fine but the problem comes when i put those all buttons on the same page where result table is present.After putting all things on the same page and When i click save button to insert new String it is Successfully inserting but when any of other action is performed like updating or Deleting the existing one.. then my application just hanged and then nothing I able to do.
    Please Help me to understand this problem and give me the solution for this..
    Thanks
    Fizzz...

    Hi frank,
    Thanks to reply me...
    I'm refreshing table's iterator on each command button's action to reflect the changed result... and i'm sorry i mentioned two pages in my project.. actually these are two forms in the same page..which conditionally changed its renderer properties.. its working fine when only one form is renderred and the otherside when both are rendered then it is not working.
    Hope this change will help you to understand the problem.. if something else you are looking for then please tell me..
    Thanks
    Fizzz...

  • Any idea why command-shift-delete is not working?

    I have had a MacBook Pro for a few years, and recently purchased a new iMac. the iMac arrived, and I transferred everything from the MBP to the iMac using the Migration Assistant. Worked very well, from what I can tell. The only thing I am unable to do is delete using shift-delete and empty the trash using command-shift-delete.
    I should also say that I did the initial setup of my iMac with a separate Admin account, then deleted that account to use the old account from my MBP on the iMac. I suspect this is a permissions issue, and I have seen articles that suggest deleting this trash account and letting OS X recreate.
    Any thoughts on what else to try?
    Thanks in advance for any help!
    Ineed911

    baltwo - I acknowledge that I wrote this incorrectly as shift-delete. That said, I am unable to delete a file/folder using command-delete. Also, unable to empty the trash using command-shift-delete.
    I had already tried resetting my keyboard shortcuts, and this did not help either.
    And these shortcuts worked on my MBP prior to the migration.
    do appreciate the reply and attempt.

  • UI command to delete file.

    hi,
    i want to have a command for deleting a file .. it should be a button beside every resource which is being displayed in the KM folder (/documents/kumar).
    i have seen https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/kmc/Knowledge%20Management%20and%20Collaboration%20Developers%20Guide.html >> COMMANDS and tried the URL redirect thing..
    i have created a UI COmmand in KM and included that in the DetailsGroup_test (which i included in my layoutset_test for a navigation iView) but i don't see it..
    code is as follows (same as given in the above link):
    public class MyUICommand extends AbstractCommand {
          * redirecting to a URL
         public MyUICommand() {
              super("myButtonTextKey", "myTooltipTextKey");
         public ICommand getNewInstance() {
              return this.initNewInstance(new MyUICommand());
         public IRenderingEvent execute(IScreenflowData arg0) throws WcmException {
              return null;
         public String[] getTargetParameters() throws WcmException {
              return new String[0];
         public void setTargetParameters(List list, IResourceContext context)
              throws WcmException {
         public boolean isExecutable() {
              return true;
         /*** Prevents an event being fired.* The execute method will not be called.*/
         public boolean raisesEvent() {
              return false;
         /*** Causes a redirect to the specified URL* in the specified target frame.*/
         public LinkAttributes getLinkAttributes() {
              return new LinkAttributes("http://www.sap.com", "_blank");
    i have also duplicated 'Commands for details menu' in Layoutset >>> MyGroup_new >> MyUICommand_alias
    plz help. points assured
    regards
    kumar.

    i tried to use the SDN example:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/documents/a1-8-4/implementing flexible ui one-step-screenflow.article
    and i am getting ClassCastException:
    [code] Please wait
    Your request is being processed
    System Error
    An exception occurred during the program execution. Below you will find technical information pertaining to this exception that you might want to forward to your system administrator.
    Exception Class: 
    Call Stack java.lang.ClassCastException
            at com.sapportals.wcm.control.generic.WcmErrorControl.readInputData(WcmErrorControl.java:553)
            at com.sapportals.wdf.stack.Control.triggerInput(Control.java:473)
            at com.sapportals.wdf.WdfEventDispatcher.dispatch(WdfEventDispatcher.java:173)
            at com.sapportals.wdf.WdfCompositeController.onWdfEvent(WdfCompositeController.java:539)
            at sun.reflect.GeneratedMethodAccessor563.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:324)
            at com.sapportals.htmlb.page.DynPage.doProcessCompositeEvent(DynPage.java:204)
            at com.sapportals.htmlb.page.DynPage.doProcessCurrentEvent(DynPage.java:142)
            at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:115)
            at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
            at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:73)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
            at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
            at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
            at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
            at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
            at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
            at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
            at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
            at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
            at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
            at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
            at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
            at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
            at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)[/code]        
    i added the lines-of-code which are in BOLD below
    [code]
    public IRenderingEvent execute(IResource res, Event event) throws WcmException {
              if (event instanceof ConfirmEvent) {
                   ConfirmEvent cce = (ConfirmEvent)event;
                   if (ConfirmEvent.CHOICE_YES.equals(cce.getChoice())) {
    <b>                    // do the action here ...
                        if(resource != null){
                               resource.delete();
                        } else {
                               return new RenderingEvent(
                               new CflStatusInfoEvent(StatusType.ERROR, "Resource null!"));
                        }</b>
                   return new InfoEvent(Status.OK, "Done !");
                   }     else if (ConfirmEvent.CHOICE_NO.equals(cce.getChoice())) {
                        return ConfirmComponent.onNo(event, res.getContext().getLocale());
                   } else if (ConfirmEvent.CHOICE_CANCEL.equals(cce.getChoice())) {
                        return ConfirmComponent.onCancel(event, res.getContext().getLocale());
              return new InfoEvent(Status.ABORT, "Aborted.");
    [/code]
    plz help..
    i am getting the menu in Details screen .. but, i should get the command in the KM folder beside every resource/file. .. how should i change it ..
    regards.

  • Maxl Command to delete a dimension from a outline

    Hi All,
    What is the maxl command to delete a dimension from a outline.
    Thanks,
    Ram..

    Read :- HOW can i delete the members in dim using MAXL
    It has your answer.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Command-Shift-Delete no longer works in Mail

    I could easily delete Mail Trash using Command-Shift-Delete. Now that no longer works.

    Anthony Beard wrote:
    NOW I KNOW WHAT THE PROBLEM WAS...--> THE FONT!!!
    I always use monospaced fonts for email, by preference; it's easy to line up things. The problem is the font. Change the font to something other than what you're using, I just selected Arial and then the italic feature worked!!! Hope this helps!
    It isn't about whether it's monospaced, it's about whether the font contains the style variants. Clearly Apple is taking the position of the typographic purist, which means they won't fake a bold or italic like in the old days, they only want to use it if it actually exists.

  • Command line delete vpn key

    Hi, I'm an ASDM 6.4 command line novice & I'm looking for the command to delete an unused vpn key, e.g. 'key1'.
    Can anyone advise? Sorry, tried searching everywhere for the exact command. Or if there's a GUI method?
    Thanks,

    Hi,
    On an ASA firewall the Pre Shared Key is located under the configurations of the "tunnel-group". So the PSK is tied to the actual VPN configuration
    To be honest if you are removing a PSK from an ASA configuration then you are usually removing the whole VPN configurations also.
    Depending on your actual ASA software version (not ASDM) the configuration format is different
    It can be
    tunnel-group VPN ipsec-attributes
    ikev1 pre-shared-key *****
    or it can be
    tunnel-group VPN ipsec-attributes
    pre-shared-key *****
    The "tunnel-group" are named with the IP address (for example 1.2.3.4) if we are talking about L2L VPN connection. If we are talking about VPN Client connection then the "tunnel-group" is usually some name like in my above example.
    - Jouni

  • Macro command to delete an test run or a test case from QC

    I want to know the VB script command to delete an test run or a test case from QC. i can now able to access all the parameters of an test run, like status, execution data, etc. but stuck up while trying to delete it. please someone reply with the exact command

    My J2SE version was wrongly set to 1.3 instead of 1.5.
    Now it works.

  • Command to delete backup piece from f drive

    can you give command to delete backup piece
    scenario i had backuppieces from april
    i dont require for april and may
    please send command
    delete bacuppiece ...........

    Hi,
    Pls refer the following link...
    pecification does not match any archive log in the recovery catalog
    thanks,
    vasanth

  • Terminal commands to Delete Desktop Folder?

    Can anyone help me with the Terminal commands to delete the desktop folder? I'm not much with Unix. It's related to my previous post about missing drive space/deleted files. I'm planning to try deleting the folder then restoring from time machine.
    Thanks,

    the command is
    *sudo rm -rf ~/Desktop*
    (you'll have to enter your admin password to make it work). Could you explain why you want to do this? If you have a TM backup and a serious problem with your system I would recommend doing a full system restore from TM.
    Message was edited by: V.K.
    Found your other post. (I even replied to it). You should definitely do a full system restore from TM. It will reformat your drive and cure the problem with the missing space.

  • Command object Delete() and CommandNum property issues

    Hi,
    FM11. I can't seem to get the Delete() method to work on commands, nor can I retreive the proper CommandNum property. For example:
    cmd = DefineCommand(1111, "TestScriptCommand", "TestScriptCommand", "^q");
    alert(cmd.CommandNum);
    ...the message box displays some other number, like 48 or something. Then, cmd.Delete() seems to have to effect, because the command stays active and remains on any menus where I placed it.
    the Command() callback works OK. It properly executes on 1111 for the command.

    Well, the following issue resolution is found in the v12.0.2 release notes, so maybe it was just a bug and is now fixed.
    Unable to delete menus and commands through Delete() function.
    (Ref# 3710541)
    See FrameMaker Help | Adobe FrameMaker 12.0.2 ReadMe
    Russ

  • Tp command for deleting old transport reqsts

    could you please  tell me the exact tp command for deleting the old transport request and its logs and buffers. I read many docs but not getting the exact one.

    Hi Stephen,
    Take a look at note 41732.
    Basically, there are 3 steps:
    1- Add (or verify) these parameters at your TP_DOMAIN_<SID>.PFL:
    datalifetime=30
    loglifetime=60
    olddatalifetime=60
    cofilelifetime=30
    The values are in "days". Change it at your convenience.
    2- run "tp check all pf=/<path>/TP_DOMAIN_<SID>.PFL"
    This command just creates a list of files to delete at /usr/sap/trans/tmp/.
    3- run "tp clearold all pf=/<path>/TP_DOMAIN_<SID>.PFL"
    And this deletes all the files from the list.
    Best Regards,
    JC Llanes.

  • Missing command to delete a track

    Hi , i try to explayn ..
    It's about from yesterday that i have a problem to delete some tracks
    If i push the right button of the mouse , the command to delete the tracks doesn't appear , it's very strange , how can i restore this command?
    Hope You understand :P
    Thanks

    Sounds like you're trying to delete from a smart playlist? (Purple icon with cog)
    Just make sure you're either deleting from a normal playlist (Blue icon with single music note) to delete the song from that playlist or from your main Music library (At the very top of the list, denoted by the blue music notes) to delete them from iTunes.
    If that's not it .. then I'm not sure why you're not seeing the delete option

  • Stop custom commands being deleted when trashing preferences?

    When trashing preferences the custom commands appear to be deleted.
    Is there any way to preserve them other than by making a copy of the preferences whilst OK?
    P.S. I know Preference Manager can save good preferences.

    Ian,
    1) Deleting preferences doesn't delete my custom keyboard.
    2) You can export a command set (text file) Final Cut Pro>Command>Export,  and then reimport it when you need it.
    Russ.

  • Help needed - OS Command foe deleting a file from Appplication server.

    Hi,
    I have requirement, where in i need to delete a file from the application server. It has to be done automatically. I thought of using OS Command for achieving the same. Can anyone help me in achieving it. The OS of my application server system is UNIX.
    Thanks in advance!!
    P.S: Points will be rewarded.

    Hello Sudeep,
    If you define the command for each operating system using transactions SM69 (You can test it with SM49) and then call it using SXPG_COMMAND_EXECUTE which contains a parameter defining the operating system (SY-OPSYS)
    then it does not matter which operating system is running, the function module always calls the correct version of the command.
    So, for example you could define a command 'OS_COMMAND'
    which deleted a file. This would have one version for Dos
    which said 'del', and a second version for unix which said 'rm'.
    The correct command would be specified by the call to SXPG_COMMAND_EXECUTE because the operating system parameter differentiates between the two commands.
    [USING PROCESS CHAINS IN SAP BW|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0a7cd90-0201-0010-49a1-d730a56895f4]
    SXPG_COMMAND_LIST_GET – Reads a list of external OS commands
    Thanks
    Chandran

Maybe you are looking for