IMAP subfolders moved to seperate entry in sidebar

After updating to 10.5.2 Mail.app moved for some reason the subfolders from one of my IMAP accounts to a seperate location in the sidebar which is named like the mailbox itself.
Why did this happen and how can i make my subfolders show up directly beneath my mailbox again?

This thread explains what happened and that this "new" structure is actually the way it should be. I still want my old mailbox-folder-structure back, even if it's not the way apple want's me to use my IMAP accounts!
http://discussions.apple.com/thread.jspa?messageID=6581686

Similar Messages

  • Automatically sync IMAP subfolders on the PRE?

    I do server-side filtering of incoming emails into a couple dozen subfolders.  I have marked the subfolders as "Favorites" with a star.  I can see emails in the subfolders, but to receive new emails to them I have to sync manually.  I was under the impression that marking the subfolder as a favorite would sync it automatically.  Is there any facility for IMAP subfolders to sync automatically like the Inbox?
    Our server is Courier-MTA 0.60 and IDLE is on.  LMK if I can provide more info.
    Post relates to: Centro (Sprint)

    Thanks for the clarification.  It's too bad that the Pre's default email app uses so little of the of the available IMAP capabilities.  As for the battery usage problem, that should be up to the individual user to make the choice.  I synchronized 25 folders with ChatterEmail and burned through 2 full batteries a day.  However, I had email capabilities beyond what any iPhone, gPhone, or Blackberry could offer.  Other people in our organization were jealous when I flexed my IMAP muscle.
    In a related note, I saw that ChatterEmail's author has moved on to Android development so I guess he's out of the game.  Are there any IMAP apps in development that aren't artificially crippled like the Pre's default app?

  • How to acces imap subfolders

    Hi everyone,
    I am using an iPhone 3GS running iOs 6.1  The Netlock has been officially removed.
    When first set up, I synchronized the Phone with my MacBook wich contained all I needed: Contacts Calenders and Mail-Accounts.
    Here is the Problem. When recieving an email I can either delete it, leave it were it is or put it in one of the imap subfolders. Once done that I cannot acces the mail I put there.
    Anyone has an idea?
    Secondproblem is, that my google calender is set to be synched but when creating a new event I cannot select the google calender. How come?
    Thx ind advance for any helpful ideas,
    halftownboy

    I finally understood the way it work:
    Folder of folders on an IMAP server are in white (not blue) but if I create a folder, it is blue by default and can contains only messages.
    If I want to create subfolders, I need to create it with the main folder by entering (example) Main/subfolder. This will create a main folder with a subfolder by that name. Then I can create as much subfolder on the main folder as I want.

  • Mail not checking for new messages in IMAP subfolders

    Hello everyone,
    I am disappointed to see that Mail version 3.0 (912.1/912) displays the same wrong behavior as pre-Leopard versions in the way that it fails to check for new messages in subfolders on an IMAP account (it only checks the INBOX).
    One has to manually open each and every subfolder and wait a few seconds to force a resync and display any new message placed there by server-side rules processing.
    So far I had been using the excellent IMAPCheck (http://macapps.perniciouspenguins.com/imapcheck/) but this is no longer supported by 10.5.
    Does anybody have a workaround for this? Or the power to bug Apple engineering enough to get this solved once and for all ;o)
    Thanks much,
    teedeepee

    This problem is not solved for all cases.
    This solution only applies to server-side filtering/redirecting of messages into imap folders.
    I'm having trouble with client-side mail.app rules moving new messages into imap folders and not having the new message counts displayed.
    This wasn't a problem in the previous version of mail.app.
    Here's to hoping that Apple posts a patch to fix this problem soon...

  • Moving two seperate images in an applet

    Hi i am trying to move two seperate images on an applet. these images are two random cards from a pack of playing card, ie king,jack, queen etc..
    i can get both images moving at the same time but i want i want to do is to animate the movement of one image and when it raches a certain point onscreen, the other image moves to a different position onscreen and i should end up with both card images onscreen at different positions.
    here is the code for the part in which the applet draws the image to the graphics object:
    public void run()
            long tm = System.currentTimeMillis();
             while(Thread.currentThread() == t)
                 repaint();
                 try
                     tm += delay;
                     Thread.sleep(Math.max(0, tm - System.currentTimeMillis()));
                     //increment frame so that image moves 4 pixels at a time
                     f1 = f1 + 4;
                     f2 = f2 + 5;
                     f3 = f3 + 2;
                     f4 = f4 + 2;
                 catch(InterruptedException e)
                     break;
        public void stop()
            t = null;
        public void update(Graphics g)
            //code that generates 5 random card and animate them onscreen.
            Dimension d = size();
            int w = cards[r1].getWidth(this);
            int h = cards[r1].getHeight(this);
            if(f1 <= 100)
                // Erase the previous image
                g.setColor(getBackground());
                g.fillRect(0, 0, d.width, d.height);
                g.setColor(Color.black);
                g.drawImage(cards[r1], f2, f1, this);  //co ordinates
                if((r1 != r2) && (f1 == 100 ) && (f3 <= 300))
                    g.drawImage(cards[r2], f4, f3, this);  //co ordinates
            //g.drawImage(cards[r2], f4, f3, this);  //co ordinates
        }Has u can see from the above code. all 52 card images are stored in an array. I use a random function to generate a random image from the array, in this case two random images.
    i have used if statements that tell me when to stop the animation of an image and when to start the next image for animation using the f1,f2,f3 etc.. these are used for the co ordinates of the actual images.
    i increment them each time the applet is run from within a Thread.

    Sounds like you just need a little swing(or awt if you're using "old java")
    http://java.sun.com/docs/books/tutorial/uiswing/mini/index.html
    BorderLayout might be useful. Be aware that it can be tricky to switch out swing components and you may need to validate the container.
    Also, be aware that a "Frame"(JFrame) in java are what you would call a window and that a "Panel"(JPanel) in java is basically just an area that contains components, kinda like a <div> or <span> in html.

  • How to create IMAP subfolders?

    Hi,
    I used to have my archives mail onto my Mac itself. I recently added an IMAP server to my Linux box, and transfered my archives mails there.
    When I was on my MAc I could select a folder and create a subfolder just by doing new folder. The new created folder was placed inside the folder I had clicked. I could also move folders within folder just by drag and drop.
    Now, trying the same on my IMAP server, and Mail want to create the folder onto the main list all the time. I can create a subfolder unless I already have a folder that have subfolders into it.
    Is it a bug or misconfiguration in Mail or on my IMAP server?
    Thanks

    I finally understood the way it work:
    Folder of folders on an IMAP server are in white (not blue) but if I create a folder, it is blue by default and can contains only messages.
    If I want to create subfolders, I need to create it with the main folder by entering (example) Main/subfolder. This will create a main folder with a subfolder by that name. Then I can create as much subfolder on the main folder as I want.

  • ICal keeps moving all my entries down

    I'm using iCal 6.0 on a MacBook Pro, OS X 10.8.5, and repeatedly running into this problem where all my entries will move down slowly, as in they all move to later and later times.  I'm not sure what and when the incremental moves take place, I've caught it twice now when I needed to look back at past weeks and found them all moved again. 
    It's a major pain to readjust them to their oringinally entered times every time and I need them to stay put for archival purposes, but if I have to continually go back and readjust them all the time, I don't think I can rely on iCal at all. 
    Anyone have this problem?  When searching for it I didn't find any similar entries.  Any ideas?  Thanks

    If you have the cable for both phones, you can use the Nokia Ovi Suite. This would save more time and effort and you can also have the copy saved in your Ovi Suite. All you have to do is to synchronize the contacts of your N73 to the Ovi Suite, then after that, synchronize it to the 2330Classic.
    ^_^
    Hope this helps!
    Click the star if you're satisfied with my answer.

  • IMAP Subfolders Can't Be Accessed After Server Rebuild

    I had to reinstall MOSXS 10.4 last night and after reconfiguring the server, I turned mail services on and ditto'd my backup of var/spool/imap back to /var/spool/imap and logged into my IMAP account using Entourage 2004.
    The Inbox works correctly, but all subfolders appear to be broken. I told my IMAP account to get the complete folder list, and Entourage crashes. I went so far as to delete/recreate my account, and I can only see the basic folders with no subfolders (like my listserve archives, etc.) I can see the folders and mail in /var/spool/imap/users/(me)/(subfolders)/ and it's all there, but I can't seem to access it.
    Any ideas? I'm sure I'm overlooking the obvious.

    Most likely using ditto to backup/restore your files missed a few bits. Also /var/spool/imap is not enough, you also need the imap config directory (usually var/imap)
    You probably need to reconstruct your mail database. You can use mailbfr to do this. http://osx.topicdesk.com/downloads/
    Install it as desribed in the documentation and run it with mailbfr -f
    You will loose your read/unread flags though.
    Alex

  • MAIL - IMAP subfolders and notification of new unread mail

    I'm trying to get MAIL to notify when new mail is put into a shared IMAP account subfolder.
    The mail server is CommuniGatePro with server side rules, sorting incoming mail to one account into subfolders in that account, based on sender mail address.
    The sorting works but I have to discard the mail in the Inbox because otherwise I have a copy of every mail left there.
    The problems is I can't see any unread mail have arrived until I click the sub-folder.

    I don't have as complex a Mail setup, but do have incoming Mail sorted via rules and then distributed into subfolders. Mail doesn't seem able to put it's little red star icon in the dock to recognise these new mails, which is annoying.
    In order to quickly read new mail regardless of where the rules had distributed it, I simply reated a Smart mailbox to contain any unread mail, that way I can quickly read it in one place regardless of where it has been stored...
    ®

  • Mail rules are not applied to IMAP subfolders

    Hi
    I've set up a mail rule to run for 'Every Message' which runs an applescript of mine.
    The issue I have is that the script is only called for mail in the root of IMAP accounts and not mail in subfolders.
    I've searched google and the forums but cannot find any explanation. Can anybody here help?
    Thanks,
    Jason

    I should point out that the new mails in the sub folders were put there by a sieve script on the server.

  • How can I configure Lion server or mail.app to show IMAP subfolders with mailboxes?

    I'm sure we've all seen the weird IMAP glitch where mail subfolders appear down lower on the mail.app pane instead of nested neatly under the mailbox itself.  Usually you can get around this by changing the Inbox IMAP prefix to "" or "INBOX" or "/" or some such path that the server recognizes as the root path to your IMAP folder.  Unfortunately, this sometimes means you are unable to work with those folders or introduce other problems.
    Since I am running Lion (Client) and Lion Server as my mail host, I would think that there is an appropriate answer to this either on the mail.app client settings, or perhaps with a Lion Server configuration through DOVECOT.  I don't mind if the solution is a command-line one, but I need to be able to easily set up my mailboxes so that mail subfolders appear properly under each mailbox, instead of being hidden away lower on the page where it is very inconvenient to find, especially when you are using multiple email accounts.
    Client Machine Lion 10.7.3
    Server Machine Lion Server 10.7.3
    Please Help!!!!

    I've tried editing /etc/dovecot/conf.d/10-mail.conf on Lion Server to add the following:
    namespace private {
      type = private
      separator = /
      prefix = INBOX/
      inbox = yes
    This puts me in a catch-22:
    If I leave the "IMAP Path Prefix" setting in the account Advanced tab empty, I can see the subfolders and move messages in and out of them, but can't add or edit the folders or heirarchy.
    If I set the "IMAP Path Prefix" to "INBOX" I can add and edit subfolders, but they don't appear nested under my inbox.
    Please help!

  • IMAP subfolders in Mail.app

    I am new to Mac, a recent switcher, so please forgive if this is a FAQ.
    I have one IMAP account, with a subfolder in the inbox. I see all my inbox contents when I click at the inbox symbol in Mail.app, but I do not see the subfolder at all.
    If I set up another account (or the same one under a different cover), I see two smaller inbox icons under the larger top one, each of which shows the subfolder.
    How can I make that subfolder visible with just one account set up, either under the top level inbox symbol or force Mail.app to show the smaller inbox symbol (plus folder) underneath.
    Thanks
    - Tom

    It seems to me like it's a bug in mail.app - it only shows the subfolders if there is more than one.
    My workaround is to create an extra subfolder in the inbox. It then shows both subfolders.
    This is on OS 10.5.8 - I don't know if they fixed this in any updates (maybe in 10.6 they've fixed it)

  • In MIGO two seperate entry for the same Material in Accounting Document

    Dear Expert,
    Hi
    Business is doing stock transfer transaction. Here with reference to stock transfer PO when business is doing Goods Issue.
    here there is two stock transfer PO.  in one PO there is two line items for the same material. in the second PO again same material with two line items.
    but at the tme of Goods issue it is showing two seperate line for same material stock account credit in accounting document. but in the other Goods issue with reference to second PO it is showing only one line for inventory account credit in the accounting dcoument.
    so pl. guide me on this.
    thanks
    H shah

    Hi,
    Step 1 : First we create the Stock transfer PO.
    Step 2 : Goods issue with ref to above stock transfer PO ( Movement type 351) - MIGO
    Step 3 : Goods Receipt with ref to above stock transfer PO ( Movement Type 101 )- MIGO
    Thanks
    H shah

  • Dear Thunderbird devs.... Why is my IMAP subfolders not syncronizing?

    I did not even think of it for several hours.... then I tried Outlook 2013 - it syncronizes lika a charm.
    In T-bird (updated just todays date) you do not even see the sub-folders arrow indicator when entering the Subscription menu.
    Dear all of you that put up all this bad code - you all have caused me several hours of pain. I slowly realize why people talk about support, organization, somebody to ask ant things that do not appear within the forums of freeware/shareware.
    Get this bad code updated or I will forever recommend MS and paid software. This is an obvious dead end. God damn I am happy to not have this Thunderbird in an critical environment.
    kind regards
    Magnus (previous Thunderbird fan)
    ''Inappropriate language removed. Please refer to our [[Forum rules and guidelines]]''

    I'm not a Thunderbird developer, but I cannot confirm your problem at all. There clearly are sub-folders arrows in any of two common IMAP subscription menus. Also, I've never had a sync problem, using TB for many years with many IMAP accounts.
    BTW, Thunderbird is neither [http://www.gnu.org/philosophy/categories.html#freeware freeware nor shareware] (which arguably should not be recommended), see [https://www.mozilla.org/MPL/ Mozilla license] instead.
    While I had my worst nightmares with Outllook, which I have to use sometimes, software I would never recommend in a critical environment ... it seems unfortunate that you have run into a problem with Thunderbird.
    Still, cool down, no need to be unduly rude, IMHO! In many cases somebody -- mostly volunteers who spend some of their free time here! -- can help.

  • Write to text file; not overwriting old, but moving to next entry and writing

    I am interested in writing a series of filenames, to a text file, so I can keep track of sample ID and experiment #'s. I would like each new filename to be writtten following the previous filename, rather than always overwriting. I've done a brief check of some of the properties, and couldn't find anything. Any ideas? thanks

    Hey csmrunman,
     Just to clarify, are you looking to append text to an existing file without over-writing existing text, or are you looking to create a series of text files with unique names?  If you want to append text to an existing file, then Andrey's solution above should be what you need.  If you want to programmatically determine a unique name for the text files, then you can use a similar means to deterine a unique name (Andrey used the iteration terminal above so that each iteration of the while loop produces a unique text to be inserted into the text file).  You mentioned the use of sample ID and experiment number, which you could also use as a file name if you wish to, and even have the user of the VI enter the information that makes up the filename through front panel controls.  The string functions (in the Functions Palette under Programming » String) will be of great use here.  Of course, if you are just looking for an “out-of-the-box” solution, there is always the Write to Measurement File Express VI (Programming » File I/O), but this is best suited for situations where you have channels of data that you would like to store, so this may not fit depending on the data you wish to store.  If it does fit, however, there are settings that you can configure for saving to a series of files:
    Message Edited by Chris_G. on 09-28-2009 11:50 AM
    Chris_G
    Sr Test Engineer
    Medtronic, Inc.

Maybe you are looking for

  • 5800 not finding videos anymore

    Did a firmware update & now the video center is not finding videos. They are in E:Memory card/download and I use iplayer and it puts them in this download folder and I can't seem to change that, moved them to the  E:Memory card/My Videos and still no

  • No sound with QuickTime

    Lately I've formatted my hard drive and reinstalled windows XP. PROBLEM: Quicktime doesn't seem to work properly anymore. The image is just right, but no sound can be heard at all. If I move the playback cursor, QuickTime player freeze and a sound lo

  • Planning adapter in HAL

    Hi, I have installaed Vignette Integration studio i.e HAL 9.2 version and after that installed hadp 9.2 version. When I open studio, Planning adaptor is available... During installation, it displayed Planning adaptor is compatible with it. Do it need

  • Initialize a date using eCATT and a file

    We are trying to clear the values in a date field (MBEW-ZKDAT), i.e. we're trying to update the field from some date to the initial value. We have an eCATT that has been working fine when there is some value in the date field. But when we try to put

  • ACR w/ D800E Curiosity

    Just playing with a new D800E and the files open just fine with ACR 6.7.0.339 via Bridge w/CS5.5 as well as with ACR 7.1.0.354 via Bridge w/CS6 (PC/Vista64). One curious thing I just noticed when setting ACR Workflow Options/Size is that in both ACR