> I am replying in reference to message 4 reply to how to adjust squirrel > mail > or IMAP to allow the default mail store to be correct. When I login via > squirrel mail I get no folder structures at all
What folder structures? SquirrelMail creates Drafts, Trash and Sent folders by default, if you haven't switched that option off. These folders are treated as subscribed even when no subscripsion prefs are present on IMAP server. User can't unsubscribe those folders. conf.pl -> 3. Folder Defaults 16. Auto Create Special Folders : true The only possible issue - you are using default squirrelmail setup and haven't run D command in conf.pl to adjust SquirrelMail settings for courier-imap. D command sets these variables for courier: imap_server_type = courier default_folder_prefix = INBOX. trash_folder = Trash sent_folder = Sent draft_folder = Drafts show_prefix_option = false default_sub_of_inbox = false show_contain_subfolders_option = false optional_delimiter = . delete_folder = true If you are using more folders with other IMAP client, your IMAP client does not store IMAP folder subscription settings on IMAP server. -- Tomas ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
