Change automatic thread behavior

Hello,
Mail groups emails in the same correspondence into a thread, so that they are grouped together in the main window.
My question is, Mail sometimes makes mistakes and puts emails into a thread when it doesn't belong there. I have several emails with the subject like "Thanks" and they are all grouped into a thread. However these emails are not part of the same conversation and I want to separate them.
BUT, I also want to keep automatic threading. So, I don't want to turn off threading altogether.
Is there any way to do this?

Rick - I know that is possible (in theory) to trap the keystroke using JavaScript and replace it (or, do a focus() call or similar to move the focus to another element), but figuring out where you are in the table can get quite hairy.
To be honest, it's one of these things we've been meaning to implement on one of our apps (our issue is moving to the next element when the user presses ENTER), but haven't got round to yet.
I'd therefore be very interested to hear if you crack it (either using JS or some other method).
Cheers,
John.

Similar Messages

  • Dynamic Action on change automatically submit

    Hi,
    I have a tabular form (manually handled) with a text item that can be changed (Apex 4.0.2.00.07).
    Each time the user changes the value of the text item, the changes automatically will be submitted.
    Therefore I defined a dynamic action:
    event:onchange
    selection type: region
    with javascriptcode: apex.submit({request:'SAVE'});
    When I leave changed text item with tab-key everything works fine.
    But when I leave changed text item through a button Click only the submit of dynamic action is performed and the button functionality is ignored.
    The button click initiates the onchange event at the changed text item and then ignores everything after this event.
    The enduser will not be able to understand the behavior of the application.
    I have less experience in Java and JavaScript.
    Is it possible to get the information if and which button was clicked, so I can decide at javascriptcode of the dynamic action what is to do?
    Thanks,
    Brigitte

    Region static id shouldn be in bracketsYou missed the '#' informt of the region id.
    why my original PL/SQL process did not work
    FOR i IN 1 .. apex_application.g_f08.COUNTThis works only when the application array has values and that happens only when the page is submitted.When you submit the dynamic action , it isn't.
    This script combined with script to detect changes makes apex page running very slowIf you use that PLSQL code(assuming it works as expected) , then its going to take a server request every-time you change a field in the tabular form and loop though all the array values(if they would be submitted before) and recalculate and compare the checksums . Isn't that going to be very inefficient.
    As for that JS code, it only runs at the client side. You can do all the server side checks on submit, when the user expects some delay due to processing.

  • How do i change the email address for my icloud account on my 4s. when i sign in on line it is my new email address so i thought it would change automatically but obviously not!

    how do i change the email address for my icloud account on my 4s. when i sign in on line it is my new email address so i thought it would change automatically but obviously not!

    Settings>iCloud...scroll down...delete account. Then setup iCloud with your new ID.
    You can't change the Apple ID for your iCloud account, you have to delete it.

  • HP LaserJet Pro P1606dn ip address change automatic

    i have a HP LaserJet Pro P1606dn, there is problem with IP Address, ip address change automatic in this reason i am not able to use the printer, pls solve my problem....

    Hi @Naksain, 
    I see by your post that the printer's IP address changed automatically and you can't use the printer now. I can help you with this.
    From the Configuration page, get the printer's IPV4 address, try and access the Embedded Web Server for the printer.
    Type the IP address into your web browser's address bar. (Internet Explorer)
    Printing a Configuration Page.
    If you can still access the printer's Embedded Web Server, then create a new port with the new IPV4 address.
    Go to start, devices and printers, right click the printer, go to printer properties, select the ports tab.
    Click Add Port, select Standard TCP/IP Port, then select New Port and follow the wizard.
    Type in the proper IP address for the printer.
    Make sure the printer is online.
    Test the printer.
    Setup a Static IP address for the printer, this way the printer will keep the assigned port.
    Printer Does Not Maintain Wireless Connection.
    Disregard the title. Under Windows, go to Solution four: Assign your printer a static IP address.
    Just use the IPV4 address already assigned to the printer.
    If you need further assistance, just let me know.
    Have a nice day!
    Thank You.
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos Thumbs Up" on the right to say “Thanks” for helping!
    Gemini02
    I work on behalf of HP

  • Purchase Order Statistical Delivery Date changed automatically

    Hi,
    In the purchase order, when I go to change the delivery date, the statistical delivery date changed automatically.
    I do not want to change the statistical delivery date.
    Is there any User Exit or BADI to validate this?
    Please suggest the same.
    Regards
    Amol Khochare

    Hi
    Is the delivery date get copied to statistical delivery date ?
    For validation, please check BADI - ME_PROCESS_PO_CUST and Method - PROCESS_ITEM
    From the interface - IF_PURCHASE_ORDER_ITEM_MM use method GET_SCHEDULES and subsequently from the interface IF_PURCHASE_ORDER_SCHEDULE_MM use method - GET_DATA to get schedule line details.
    Let us know, if it helps.

  • Unable to change the thread's priority at linux jdk6

    i try to set the thread's priority to value like Thread.MIN_PRIORITY
    i observe the thread's priority by "threadump"
    the setting is ok at windows (XP + jdk5 build 1.5.0_12-b04)
    but not at linux jdk6 (build 1.6.0_04-b12)
    at linux, i see all threads at my server are with priority "10"
    (e.g. gc, finalizer, http listener etc)
    i am using tomcat (running as root), i have tried to set the "default thread priority", but still can't change the thread's priority
    and i have tried to add jvm options to "turn on" thread priority:
    -XX:+UseThreadPriorities -XX:ThreadPriorityPolicy=1
    but still no use
    so i guess this should be a problem of "linux" or jvm
    is there any hint if it is about jvm problem?
    thanks

    Hi David,
    >
    > > #com.sapportals.wcm.repository.manager.reporting.RPRepositoryManager#sap.com/irj#com.sapportals.wcm.repository.manager.reporting.RPRepositoryManager#Guest#0##n/a##9056c970715111de8591000c2942fce3#SAPEngine_Application_Thread[impl:3]_14##0#0#Error##Plain###setting initial ACL on /reporting_backend/reports/Content Administration/User related Cleanup/actioninbox.cleanup - com.sap.security.api.NoSuchRoleException: Role with uniqueName content_admin_role not found!
    >  at com.sap.security.core.imp.RoleFactory.getRoleByUniqueName(RoleFactory.java:1783)
    >  at com.sapportals.wcm.repository.RMAdapter.getResource(RMAdapter.java:228)
    >  at com.sapportals.wcm.repository.runtime.CmAdapter.findResource(CmAdapter.java:1349)
    >  at com.sapportals.portal.prt.dispatcher.Dispatcher.initDispatcher(Dispatcher.java:361)
    >
    Have you check this content_admin_role not found ?
    Thanks
    Sunny

  • C7-00 wifi subnet mask changes automatically

    Hi,
     I am facing a problem in my c7 that it wifi subnet mask is changing automatically even if i set it manually.
    thanks
    bikramjeet singh ballagan

    no open apps ...
    I did a bit of testing today and discovered, that the connection doesn't close, only when I exit OVI Store (this happens with WLAN and also with 3G/UMTS connection).
    When I exit any other app (e.g. Browser, Opera, ...) the connection closes automatically after I have closed down the app.
    So this must have something to do with the OVI Store, probably with the new version as I cannot remember to have experienced this until some days ago.

  • Messages save location changes automatically from ...

    Hi everybody
    I have a Nokia 5800 with v51.0.006 firmware. My problem is that randomly when i receive text messages the memory change automatically from memory card to phone memory. 
    Any ideea why?

    Hi skyb0y,
    this is the function which I miss on the N8 :-)
    Once you connect your phone to your computer, the card will no longer be available for your phone .(your computer has access on the card)
    In this case your phone uses the internal memory.
    You've to change it manually, if you want to use the SD card again
    Tim

  • Propose or change automatically, Employee Group and Subgroup.

    Dear all, when executing an exit Action, thru transaction PA40, what's the best way to propose by default/change automatically, the employee group/subgroup?
    Example: I want to change the employee group from '1' (Active) to '2' (Inactive), but the fields are disabled for input.
    Do i have to do this thru the enhancement "PBAS001", or is there any way to do this thru configuration?
    Sincerely,
    Hugo Ferreira

    I was searching for something in SDN and got this post.
    Though it's a very late reply, whatever Sreenu has told is correct.
    In the table T529A, you can define the employment status wehther it has to be active, withdrawn or inactive.
    This field is input disabled in the action and the values will be defaulted from the configuration.
    But Changing the employee group and employee subgroup , we can't change. If that is what is required, the values might depend on the configuration.
    And even through some enhancement also we can't change. because, for IT0000 no enhancement are available. Even though the fields are from IT0001, I doubt it can be changed through enhancemnet.
    If you have already achieved it through enhancemnet, please let us know.
    Thanks,
    RSS.

  • The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    The answer helped me.But still, what are the settings that I have to change for the behavior of the mouse pointer towards finder? Also the mouse pointer sometimes  doesn't accept my command and start clicking itself.what is the problem and how to fix it?

    If the mouse clicks something on its own then it looks like you have a hardware problem with the trackpad or possibly the battery that is right underneath the trackpad.
    I have read that the battery can swell and that would put pressure on the trackpad.

  • How do you make a photo in DW that changes automatically in a loop and needs  no visable buttons

    How do you make a photo in DW that changes automatically in a loop and needs  no visable buttons?

    I'm sorry to be so vague. I have recently found out that what I want 
    to do is put my images in a javascript image rotator. I have looked 
    this up on google and have now tried about 6 different codes. I try to 
    follow the insert directions but I must be doing something wrong. I 
    get the first photo linked up but can never make the picture change to 
    show the other two photos in the image folder.
    Can you direct me as to how this works in dw?
    Thank you so much for helping.
    Pam

  • Change automatic SQL Tuning Advisor time

    Hi All,
    can anyone help me in changing "automatic SQL Tuning Advisor" job timingsm because currently it is scheduled during peak hours , i want to change it to evening 6 pm daily.Because during peak hours it is taking more cpu and taking one hour.
    Wed May 08 08:00:10 2013
    Begin automatic SQL Tuning Advisor run for special tuning task "SYS_AUTO_SQL_TUNING_TASK"
    Wed May 08 08:05:47 2013
    thanks
    Mapps

    Hello,
    Here's what you can do,
    Create a new window to the time you want it to run:
    EXEC dbms_scheduler.create_window(window_name => 'YOUR_WINDOW_NAME',
    duration => numtodsinterval(1, 'hour'),
    resource_plan => 'DEFAULT_MAINTENANCE_PLAN',
    repeat_interval => 'FREQ=DAILY;BYHOUR=18;BYMINUTE=0;BYSECOND=0');>
    The above window would be in effect from 6 pm to 7 pm.
    Then, disable automatic sql_tuning and then re-enable it to run on the window you just created:
    EXEC DBMS_AUTO_TASK_ADMIN.DISABLE(client_name => 'sql tuning advisor',
    operation => NULL,
    window_name => NULL);>
    and now set it to run to your window:
    EXEC DBMS_AUTO_TASK_ADMIN.ENABLE(client_name => 'sql tuning advisor',
    operation => NULL,
    window_name => 'YOUR_WINDOW_NAME');

  • Recurring inspection lot status "created" changed automatically to "Release" without change history

    Dear Experts,
    I observed that for few materials recurring inspection lot (inspection lot origin 09) status from "CRTD CHCR SPRQ" to "REL  CALC SPRQ PRSI" changed automatically without manual interruption.
    I have thoroughly checked the change documents in status management, but the there is change history found.
    can anyone help me understand the root cause of the issue?
    Regards,
    A.Suresh

    Hi
    Pls check this link
    QM - Recurring Inspection (type 09)
    Inspection type 09 process
    Note : System status CRTD because there is no Insp.plan master data for particular material
    Check & create Inspection plan for material & also check the Material master QM view Insp.set up tab.
    Suppose if already created Insp.plan for material,then you need to assign Insp.plan manually in QA32 select the insp.lot line & click change Insp.lot icon in Header ,click spec.& save
    Then system status change from CRTD to REL.
    Thanks in advance

  • User Defined Fields Settings changed automatically.

    Hello Experts
    I have 5 users.
    And to that 5 users , User Defined Fields Settings have been applied.
    That user defined fields are having categories.
    UDF settings are applied according to Category.
    But every now and then that user defined fields settings are changing automatically.
    Means some times the field appears & some times not.
    How to overcome this situation.
    Regards
    Krishna Vamsi

    Hi
    Please go through the below link for the note 1304025
    https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/spn/sapnotes/index2.htm?numm=1304025
    Regards
    Shamseer

  • Agents state getting changed automatically from NotReady to Ready

    Agents state getting changed automatically from NotReady to Ready on random position during break time. Can some help me out?
    UCCE version 8.5 

    Hello Ahmad,
    Bug below describes a scenario where the agent is transitioned to the Ready state without manually changing it.
    Also effects 8.5.
    CSCty97770
    Save Bug
    UCCX: Agent Incorrectly Set To Ready After RNA On ICD Extension
    Symptom:
    A Unified Contact Center Express (UCCX) agent may transition to the Ready state without manual intervention.
    Conditions:
    This occurs when, while on a call on the personal line, the agent receives a consult transfer from another agent on the ICD line, does not answer this call and the call is disconnected by the calling agent. When processing this disconnect, the agent state is incorrectly transitioned to Ready even though the call is still in progress ...more
    Details
    Known Affected Releases: (2)
    8.5(1)SU2 | 8.0(2)SU4
    Known Fixed Releases: (1)
    9.0(.96000.398)
    Product: Cisco Unified Contact Center Express
    Hope this helps,
    Please rate helpful posts.
    Thanks.

Maybe you are looking for

  • Info Record

    Hi expert I have made mandatory Quality info Record and Vendor Info Record at the time of Purchase order Creation for all the Plant, now i need for few plant Quality info Record and Vendor Info Record should not be mandatory. Regard Nabil

  • Grid lines

    It would be 'nice' to have the grid lines (like in PS-CS2) to superimpose over images in Library and Develop view. I find this very handy in (PS-CS2) as an aid in determining any crop I might want to make while using 'rule of 3rds'. Thanks, Art

  • B2B is not reading files

    Hi, We are using ftp protocol to read the files from trading partner into B2B. We have given another internal server as the host name and URI is the directory containing file 850_RAW_DATA.dat. I have defined a BPEL process to Dequeue the messages fro

  • Printing Problem in SAPscript

    Hi friends, I have one problem with sapscript printing. When i am seeing the print preview of a form i dont have any problems with words overlapping. But When i prnt on local printer I am seeing words overlapping. Is there anything worng in my form o

  • Web template precalculation - system date as variable

    Hi, I would like to define a RA setting for a web template precalculation. The underlying query makes use of a date variable that should automatically pick up the system date. How can I define a variant for precalculation that automatically selects t