search for: optional_delimiter

Displaying 3 results from an estimated 3 matches for "optional_delimiter".

2007 Dec 19
4
Squirrelmail + Dovecot + Maildir
...r 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 .Drafts for drafts (~user/Maildir/.Drafts). Here is what I see in /etc/squirrelmail/config.php $optional_delimiter = '.'; [snip] $default_folder_prefix = ''; $trash_folder = 'Trash'; $sent_folder = 'Sent'; $draft_folder = 'Drafts'; $default_move_to_trash = true; $default_move_to_sent =...
2011 Apr 05
1
squirrelmail doesn't display share
...er = vpopmail } protocol imap { imap_client_workarounds = delay-newmail } # cat config_local.php <?php #################### # 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[] = '...
2006 Jan 19
0
Migrating from UW IMAP - pine - Thunderbird - squirrelmail
...= http://techpubs.sgi.com/library/tpl/cgi-bin/getdoc.cgi?coll=fw&db=man&fname=/usr/freeware/catman/u_man/cat5/mbox.Z http://people.redhat.com/rkeech/maildir-migration.txt squirrelmail: ============= $use_imap_tls = 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 t...