Applying rules manually doesn't work for multiple messages

I've been using Mail for some time now and love rules. Love 'em. A few months ago I started having touble and have not been able to figure it out.
The rules get applied to new incoming messages properly, as they should. However, I used to be able to select all the messages in my inbox (Command + A) and then 'Apply Rules' (Option + Command + L). That command no longer works. It still works if I go and select a bunch of eBay-related e-mails, for example, and then Apply Rules. Those message are moved accordingly. But if I select all message and Apply Rules, those same 4 or 5 messages remain put in the inbox even though there's a perfectly functioning rule for them that should be applied.
NOTE: NONE of my rules work when I select all and Apply Rules.
Any suggestions?

The reason there are messages in my inbox to which rules haven't been applied is because when I'm at work I check my mail via the web (I use FastMail.fm). At home, using Mail, I access my mail via IMAP. When I receive and read new messages via the web and then go home and open Mail, all the messages in my inbox are no longer new, incoming messages so Mail doesn't process them as such. But just because they're not new incoming messages doesn't mean they belong in my inbox.
Does that make sense?
Most of the rules are to Move messages to folders based on categories (Shopping, Forums, Hosting, etc.).

Similar Messages

  • Edit capture time doesn't work for multiple images

    Hi all, hope you can help me.
    I'm trying to edit capture time for multiple images. I select the images using the grid view, and go to Metadata>Edit Capture Time>Adjust to Specified Date and Time, enter the time, and select "change all." However, it seems that some, or perhaps most of the images don't actually have a new Date Created when this process is done.
    I thought perhaps I needed to select 'write metadata to files', but the Date Created seems to revert back prior to writing to the file, or indeed, it doesn't actually change in the first place.
    Any ideas?
    Thanks,
    J

    Think I've fixed this using the following site: -
    http://www.thexlab.com/faqs/helpviewer.html
    Will update if that changes....

  • XPath: doesn't work for SOAP message?

    My method
         * Get value of the node specified by an XPath.
         * @param item The starting context (e.g. document, node, node list).
         * @param xPath XPath to select single node value (e.g. "/root/data/value[1]/text()")
         * @return Result of <i>xPath</i> (the node's value) or null if failed.
         * @throws XPathExpressionException if <i>xPath</i> is wrong.
        static public String getXPathValue(Object item, String xPath) throws XPathExpressionException {
            String result = null;
            if (item != null && xPath != null) {
                try {
                    result = XPathFactory.newInstance().newXPath().evaluate(xPath, item);
                } catch (NullPointerException npe) {
                    //XPathFactory.newInstance() throws NullPointerException when called from ActiveX bean
                    if (item instanceof Document) {
                        result = getXPathValueApache((Document) item, xPath);
            }//else: input values not available
            return result;
        }//getXPathValue()works good enough for plain XML files (no namespaces). Now I have a SOAP XML message and my XPath doesn't work with this code - but it works with other XPath tools or my old Apache method:
         * Get value of the node specified by an XPath.
         * @param document Document to get node value of.
         * @param xPath XPath to select single node value (e.g. "/root/data/value[1]/text()")
         * @return Result of <i>xPath</i> (the node's value) or null if failed.
         * @throws org.w3c.dom.xpath.XPathException if XPath result object is not of type XPathResult.
         * @see <a href="http://www.w3schools.com/xpath/default.asp">XPath Tutorial</a>
        static private String getXPathValueApache(Document document, String xPath) throws org.w3c.dom.xpath.XPathException {
            String result = null;
            if (document != null && xPath != null) {        
                org.w3c.dom.xpath.XPathEvaluator evaluator = new org.apache.xpath.domapi.XPathEvaluatorImpl(document);
                Object o = evaluator.evaluate(xPath, document, evaluator.createNSResolver(document), org.w3c.dom.xpath.XPathResult.FIRST_ORDERED_NODE_TYPE, null);
                if (o != null) {
                    if (o instanceof org.w3c.dom.xpath.XPathResult) {
                        org.w3c.dom.xpath.XPathResult xpResult = (org.w3c.dom.xpath.XPathResult) o;
                        Node node = xpResult.getSingleNodeValue();
                        if (node != null) {
                            result = node.getNodeValue();   
                    } else {
                        throw new org.w3c.dom.xpath.XPathException(org.w3c.dom.xpath.XPathException.TYPE_ERR, "XPath '"+xPath+"' didn't return an object of type  XPathResult!");
                }//else: no result for XPath
            }//else: input values not available
            return result;
        }//getXPathValue()The XPath is quite simple and I also had it in 2 ways: short and long:
    //rsp:SessionId[1]/text()
    /SOAP:Envelope/SOAP:Header/rsp:Response/rsp:SessionId/text()
    Why doesn't this work with the standard
    XPathFactory.newInstance().newXPath().evaluate(xPath, item)
    ?

    Hi,
    I have cancelled your Export PDF subscription for the order no.AD013879714.
    Your refund no.is 66181172.
    You will get the refund in 7 business days.
    Regards,
    Florence

  • Ios 8 bug: keychain autofill doesn't work for multiple accounts on the same website

    WIth the IOS 8 update I have an issue. I have, for my job, to check several and different accesses on the same website. The autofill function is now proposing just the last entered user-password, even if all the credentials are regularly stored in the keychain. Same behavior on my ipad air and my iphone.
    Has anyone the same problem?
    THanks in advance for your help

    An update. If I:
    Enroll a Windows Surface using a local admin account
    Request to install an app from a local standard account it appears stuck on Installing...
    Log back in as the local admin account and wait, the app appears.
    Questions:
    Can the same app be installed into multiple local accounts on the same device? It doesn't look like it.
    Is the local account used when the device is enrolled the only local account that will install Intune apps?
    -jd

  • JRE 1.4 autoupdate doesn't work for multiple users

    In trying to simulate an environment where most users don't have administrative rights I tried this little test.
    Install Webstart with JRE 1.3.1 or whatever
    Have my app look for 1.4 in the JNLP file
    I installed webstart and had it run the autoupdate, like it should, while logged in as an admin. when I then logged in as a standard user, i get this error popup
    Bad installation. Error invoking Java VM (SysExec)
    c:\Program Files\Java Web Start\.javaws\cache\.ext\E1022773239667\bin\\javaw.exe
    Anyone have any ideas? It works fine under the admin account, but this under user account.
    Matt

    It is possible to install a 1.4.0 JRE (which will also install JWS) as normal user without admin rights, but with enough rights to install apps on his disk.
    However I don't know what happens, if several users on the same machine do this.
    Will they end up with k individual installations or will there be some interference?
    Among the information that leaked on the next Java version 1.4.1, which includes a new JWS version 1.0.2, it was told that it will be made multi user capable.
    Regards,
    Marc

  • Gmail app doesn't work for multiple accounts???

    I just got an iphone5 and I'm super bummed to find out that the Gmail app does not allow you to switch between two accounts, as it does on my Android phone.
    What do people use to get around this?

    I had the same problem none of that works...
    This is what I did:
    Using the adm profile, go to the windows folder, find the
    regedit icon, open it, then scroll all the way down until you find
    the shockwave files. Right click on each and the click on
    permissions, give each user persmission and do it for all the
    shockwave flash floders you see, it should be about 9.
    good luck.
    need help call me 305 228 7574, EST until 10pm.

  • HT4527 How on earth do you get Home Sharing to work properly?  We have tried multiple times and it simply doesn't work for us!

    How on earth do you get Home SHaring to work?  We have tried numerous times and it simply doesn't work for us!

    Turn it on.
    Honestly, if you want help it is generally a good idea to ask a specific question and give some details of what problem is occurring.
    If trying to move media, using home sharing is simply a bad idea.  Follow some of the other instructions in the article from which the question was posted to move media.

  • How can i make a new map on my mail? The way apple has in the manual doesn't work!

    I want to make a new map for my mails, but the way tha apple gives in the manual doesn't work!

    If you mean other folders then you need to create them in your email client e.g. in a browser (which you can only do in IMAP accounts, not POP account) - you can't create new folders in the Mail app itself

  • Apache Sling JCR Resource Resolver doesn't work for the anchor tags which is been rendered through j

    Certainly I realized that Apache Sling JCR Resource Resolver doesn't work for the anchor tags which is been rendered through jquery or javascript.
    e.g.
    In Felix Console , in Apache Sling JCR Resource Resolver configuration I have added following mapping.
    /content/myproject/-/
    So If any anchor tag is there like <a href="/content/myproject/en.html"> click me </a> then it will be mapped to "/en.html" automatically.
    But the problem is there in following scenario.
    I have an anchor tag as follows.
    <a href="#" id="test"> click here </a>
    And I am assigning the href to anchor through JQUERY.
    <script>
    $("#test").attr("href","/content/myproject/en.html");
    </script>
    Ideally this should have been mapped to "/en.html".
    But it is not mapping to "/en.html". It still shows "/content/myproject/en.html".
    How to resolve this.
    Thanks,
    Sai

    In a servlet you have access to the resourceResolver so if you know which attributes contain links then it's relatively easy to apply resourceResolver.map to those links.
    Your challenge is clearly how do you know which attributes are links and which aren't. Its is the same challenge that makes parsing the response and rewriting it on the way out difficult - the JSON doesn't have any semantic meaning so how do identify which attributes require rewriting. There really is no good answer ot that question in my experience - all the options have down sides.
    Create some convention - all attributes matching this pattern X get mapped before being converted to JSON (could be attributes whose name ends in link, or it could a convention applied to the value of the attribute - if the attribute is a string that starts with /content apply the resource resolver mapping. In this case you have train your developers to follow this convention which is the down side.
    Create some configurable list of attribute names that require mapping. This is brittle, requires training and is easy to break.
    Implement a client side version of the resource resolver mapping. It wouldn't be as full proof as server side mapping (because that takes into account but you could make it work for simple logic like stripping of /content/site/en. If ou are just trying to solve the simple version of this issue - stripping off the top of the repository path this might be your best option.
    Not worry about it and set up Apache 301 redirects that catch any long URLs and redirect them to short URLs (so configure apache to look for any URL matching /content/site/en and strip off /content/site/en and do a 301 redirect to the shortened URL. You end up with a lot of extra HTTP request because of all the 301s but it would work (I wouldn't recommend this option - but it is possible).

  • Central Autoreaction Method doesn't work for NW 7.10 in SolMan 7.01

    Hello!
    The central autoreaction method doesn't work for the satellite system
    NW 7.10. For systems with kernel releases 4.6D, 640, 700 this method
    works fine and e-mail alerts are coming.
    The configuration steps I've checked:
    1. Configured SCOT. The mail_send job executes every 5 minutes.
    2. Background dispatching job is released: SAP_CCMS_MONI_BATCH_DP (In
    central CEN/000/DDIC and satellite system SAT/000/DDIC)
    3. Central dispatching job is released: SAP_CCMS_CENSYS_DISPATCHER
    (Only in central system CEN/000/DDIC)
    4. The sapccm4x-agent registered as web service within CEN using
    Create Remote Monitoring for NW 7.10:
    Connection test to SAPCCM4X.<satellite_host>.00 was performed successfully
    5. Created a new autoreaction method by copying method
    CCMS_OnAlert_Email_V2 to the own Z_CCMS_Email_Alert_CEN:
    Function Module - SALO_EMAIL_IN_CASE_OF_ALERT_V2
    Execute Method on Any Server and Only in Central System, triggered by
    CCMS agents
    SENDER (EMAIL_USER) exists in CEN/000 , RECEPIENT - <distr list
    SAP_BASIS in CEN/000>, RECIPIENT-TYPEID - C
    6. Got MTE Classes from NW 7.10 satellite system and assigned this method
    Z_CCMS_Email_Alert_CEN to an MTE-class CCMS_ORAucPSAPSR3 for NW 7.10
    satellite system. The alert is red right now.
    7. The mail_send job doesn't send anything, in SCOT there are no
    sending orders.
    8. Autoreaction status on this alert in CEN in RZ20 - Sent to CEN.
    CEN_CHECKED.
    9. The alert status in RZ20 in CEN - ACTION_REQUIRED. If I execute it
    in manual the alert status changes to ACTIVE, but no email and no
    messages in sending orders in SCOT.
    Please help me to solve this issue.
    Thank you!

    Hi,
    Since you are using RECIPIENT-TYPEID =C i.e. General distribution list, pls ensure to have shared type of list created in SBWP.
    Also pls verify your SCOT configutaion , if apropriate address area i.e. *@abc.com
    Also one point to note that even if you trigger auto reaction method manually via RZ20 , pls check if alert is listed in SOST.
    if yes , that means there is problem in either SCOT configuration or distribution list.
    If alert is not appearing in SOST , that means you need to check auto reaction method parameters;
    Z_CCMS_OnAlert_Email_V2 , here check release section if Auto reaction execution method is checked.
    Regards,
    Rupali

  • Oracle client 9i doesn't work for windows ordinary user

    Hello All,
    I've installed oracle 9i client on windows xp. Client software works for user belonging to windows administrators group. it doesn't works for ordinary users not belonging to administrators group. Particularly when i run sqlplus from command line i get following error :
    Incorrect environment variable PLUS_DFLT
    Program execution error.
    i also need access to Oracle ODBC driver.
    When i try to configure ODBC source (created by user with administrator privileges) by common user i get following errors :
    The setup routines for Oracle for Oracle in OraHome9i ODBC driver couldn't be loaded due to system error code 5
    Could not load the setup or translator library
    Very appreciate for any help.
    Regards Arkadiusz Masny

    It sounds like the users on the machine do not have access to the Oracle home directory. Check the permissions of the folder by right properties, select the user and check that they have read and then select advanced. Tick the "replace permission entries....." box and apply. This will re apply all user rights in all folders and subfolders. Try again.
    HTH Mark F

  • Pickup Clock doesn't work for markers. Any alternatives?

    Hello everyone,
    It seems that Pickup clock doesn't work for markers (I guess markers are not considered an "event.") Is there a way to move markers as quickly as I do "event" data with pickup clock; e.g. a key command that allows you to write the location start time of your markers? Or even better, a way to move all data within locators to different song positions quickly?
    I'm scoring a film and trying to break down my master "spotting" session (in which I placed markers at the beginning of each cue) into separate files. Moving "events" is easy, as I just separate at the marker using "cut at spl" select all following, move SPL to bar 1, and use pickup clock. However, no "global track" data seems to move via pickup clock. Is there an easier way to achieve my goal?
    Thanks in advance for your help!

    musicspirit wrote:
    Is it that you want to move Global components that fit with a particular cue ( such as Volume Automation etc) around in the same Song? ie try one piece of music over two different scenes in the film? Or shift an entire cue slightly sooner or later against the picture?
    YES!! This would be AMAZING if I could do this easily. As a work around I change the actual movie and of the dialog / sound FX tracks, which can take some time to get them correct and leaves you with multiple song files. It would be much easier if there was a way to grab everything within your Left and Right Locators, and be able to move it around, copy and paste, etc.
    I tried experimenting with Split/Cut/Insert Time and a segment of regions which included some volume/fader changes - no dice. Logic can copy automation vertically track to track but not in a Linear way.. though I may be speaking in complete ignorance.
    I'm going to read up on Split/Cut Time as well, as this maybe the key. As for your automation issues, I know logic will not copy / paste automation when there is no "node," (i.e. if you are cutting on bar 5, but the last node was on bar 3 and the next on bar 7, it will not "go back to 3" to get the proper levels) so in the past I have placed nodes on the beginning and end of the section I want to copy, and the automation then copied fine. Of course if you have a lot of automation, it can be a PITA to place nodes in each track, but it does seem to work. Hope that helps!

  • The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on that  wifi network

    The wifi at my school isn't very good. And I can't send iMessages through it. It works for some apps like score center and my radar app, but doesn't work for other apps like clash of clans and iMessage. How can I get it to work on my school wifi. I have an iPhone 4S on AT&T and iOS 7.04

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    This isn't an issue. Notice the screen prior to the one that shows usage has an iCloud section and a Manage Storage button. For this button to activate ios needs to download a few kb from icloud. Switching back to this screen forces ios to download those few kb.

  • Push notifications doesn't work for apps like (fb viber , whatsapp etc ) iOs 6.1

    With my i phone 4 , the Push notifications doesn't work for apps like (fb viber , whatsapp etc ) it only works for the official apps like message  even when im using the phone, has  this probleme with the iOs 6.0.1 and also with the iOs 6.1

    Sorry, I've forgotten the actions done.
    I've restarted the iphone, and I've recovered a previous backup.
    Thanks.

Maybe you are looking for

  • How to set password complexity

    How to set password complexity on windows server 2012 but fulfills 4 features Inglés uppercase characters (A through Z) Inglés lowercase characters (a through z) Base 10 digits (0 through 9) Non-alphabetic characters (for example,!, $, #,%), currentl

  • Unable to detect ipod shuffle

    having some problem with my ipod shuffle, itunes cannot detect the ipod. from the windows explorer its indicate that the ipod is not formatted. what will i do for the itunes to detect it? pls. help.   Windows 2000  

  • My iPod wont come up onto iTunes....

    i just bought the iPod video today, and i love it, but the werid thing is i did everything i was supposed to do and it came up once and downloaded all of my songs onto it, but a few minutes ago i bought a video from iTunes and I'm trying to get it to

  • How to Scale SDDM for Large Designs

    We have an Oracle Designer repository with 5 databases with about 20 schemas that need to interact. Three of the databases are COTs systems while two are for custom development. On importing to SDDM we have almost 7000 objects and it takes forever to

  • Missing "additional" plug in

    I had recently downloaded the extra plug ins for CS5, including HSBHSL with no difficulty. It appeared under filters>other as expected. However, CS5 subsequently crashed, giving me an error message 148:3. I deleted Preferences, reset and discovered C