search for: show_contain_subfolders_opt

Displaying 4 results from an estimated 4 matches for "show_contain_subfolders_opt".

2014 Aug 05
1
prefix behavior with Dovecot / Squirrelmail
...s set this way for compatibility reasons) $imap_server_type = 'dovecot'; $default_folder_prefix = 'Mail.'; $trash_folder = 'Mail.Trash'; $sent_folder = 'Mail.Sent'; $draft_folder = 'Mail.Drafts'; $show_contain_subfolders_option = true; $default_sub_of_inbox = false; (I know some of these are redundant with $imap_server_type, but that's how it's setup now). This works as we expect with the old setup - folders are set in, e.g., $maildir/.Sent, and we only see one set of each. With the newer one, it au...
2011 Apr 05
1
squirrelmail doesn't display share
...p #################### # Local configuration for Qmail Toaster # configure to suit your requirements $hide_sm_attributions = true; $useSendmail = false; $imap_server_type = 'courier'; $optional_delimiter = '.'; $default_folder_prefix = 'INBOX.'; $show_prefix_option = false; $show_contain_subfolders_option = false; $delete_folder = true; $plugins[] = 'calendar'; $plugins[] = 'notes'; $plugins[] = 'filters'; $plugins[] = 'quota_usage'; $plugins[] = 'unsafe_image_rules'; $plugins[] = 'qmailadmin_login'; ?>
2006 Jan 19
0
Migrating from UW IMAP - pine - Thunderbird - squirrelmail
...ls = true; $imapPort = 993; $imap_server_type ='dovecot'; $optional_delimiter = 'detect'; $force_username_lowercase = true; $default_folder_prefix = '~/Mail/'; $sent_folder = 'sent'; $show_prefix_option = false; $show_contain_subfolders_option = false; Thunderbird Plugins =================== With imap Folder the Xpunge plugin is very usefull to have consitent mailboxes. Xpunge https://addons.mozilla.org/extensions/moreinfo.php?application=thunderbird&category=Top%20Rated&numpg=10&id=1279 http://www.cs.ualberta.ca/~tegos...
2007 Dec 19
4
Squirrelmail + Dovecot + Maildir
I have been struggling with getting my Fedora 7 box set up to use dovecot with Squirrelmail and Maildir. It works correctly with the exception of writing outgoing mail to the right folder (.Sent) or drafts (.Drafts). If I send a mail with Mutt, it writes the mail to the right place, so it has to be squirrelmail config or dovecot config. I want to use .Sent for sent-mail (~user/Maildir/.Sent) and