/head: changeset 59

Updated with thread support
This commit is contained in:
jgoerzen 2002-07-03 12:01:23 +01:00
parent f443732e0b
commit d7963492a7
1 changed files with 19 additions and 1 deletions

View File

@ -41,6 +41,14 @@ accounts = Test
# autorefresh = 5
# Offlineimap can synchronize more the one account at a time. If you
# want to enable this feature, set the below value to something
# greater than 1. To force it to synchronize only one account at a
# time, leave it at 1.
#
maxsyncaccounts = 1
##################################################
# Mailbox name recorder
##################################################
@ -81,7 +89,7 @@ ssl = yes
# remoteport = 993
# Specify the remote user name.
remoteuser = pilot
remoteuser = username
# Specify the remote password. If not specified, you will be
# prompted.
@ -97,3 +105,13 @@ localfolders = ~/Test
# the leading edge of folders (great for Courier IMAP users)
# nametrans = lambda foldername: re.sub('^INBOX.', '', foldername)
# OfflineIMAP can use multiple connections to the server in order
# to perform multiple synchronization actions simultaneously.
# This may place a higher burden on the server. In most cases,
# setting this value to 2 or 3 will speed up the sync, but in some
# cases, it may slow things down. The safe answer is 1. You should
# probably never set it to a value more than 5.
maxconnections = 1