Merge branch 'next'
This commit is contained in:
commit
e3ecb0330d
@ -26,6 +26,8 @@ In order to involve into OfflineIMAP you need some knowledges about Git and our
|
|||||||
workflow. Don't be afraid if you don't know much, we would be pleased to help
|
workflow. Don't be afraid if you don't know much, we would be pleased to help
|
||||||
you.
|
you.
|
||||||
|
|
||||||
|
You can find the API docs autogenerated on http://docs.offlineimap.org.
|
||||||
|
|
||||||
Release cycles
|
Release cycles
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
@ -238,37 +238,37 @@ remoterepository = RemoteExample
|
|||||||
# maxsize = 2000000
|
# maxsize = 2000000
|
||||||
|
|
||||||
|
|
||||||
# When you are starting to sync an already existing account yuo can tell offlineimap
|
# When you are starting to sync an already existing account you can tell
|
||||||
# to sync messages from only the last x days. When you do this messages older than x
|
# offlineimap to sync messages from only the last x days. When you do
|
||||||
# days will be completely ignored. This can be useful for importing existing accounts
|
# this messages older than x days will be completely ignored. This can
|
||||||
# when you do not want to download large amounts of archive email.
|
# be useful for importing existing accounts when you do not want to
|
||||||
|
# download large amounts of archive email.
|
||||||
|
#
|
||||||
# Messages older than maxage days will not be synced, their flags will
|
# Messages older than maxage days will not be synced, their flags will
|
||||||
# not be changed, they will not be deleted etc. For offlineimap it will be like these
|
# not be changed, they will not be deleted etc. For offlineimap it will
|
||||||
# messages do not exist. This will perform an IMAP search in the case of IMAP or Gmail
|
# be like these messages do not exist. This will perform an IMAP search
|
||||||
# and therefor requires that the server support server side searching. This will
|
# in the case of IMAP or Gmail and therefor requires that the server
|
||||||
# calculate the earliest day that would be included in the search and include all
|
# support server side searching. This will calculate the earliest day
|
||||||
# messages from that day until today. e.g. maxage = 3 to sync only the last 3 days mail
|
# that would be included in the search and include all messages from
|
||||||
|
# that day until today. e.g. maxage = 3 to sync only the last 3 days
|
||||||
# maxage = 3
|
# mail
|
||||||
|
#
|
||||||
|
# maxage =
|
||||||
|
|
||||||
|
|
||||||
# Maildir format uses colon (:) separator between uniq name and info.
|
# Maildir file format uses colon (:) separator between uniq name and info.
|
||||||
# Unfortunatelly colon is not allowed character in windows file name. If you
|
# Unfortunatelly colon is not allowed character in windows file name. If you
|
||||||
# enable maildir-windows-compatible option, offlineimap will be able to store
|
# enable maildir-windows-compatible option, offlineimap will be able to store
|
||||||
# messages on windows drive, but you will probably loose compatibility with
|
# messages on windows drive, but you will probably loose compatibility with
|
||||||
# other programs working with the maildir
|
# other programs working with the maildir
|
||||||
|
#
|
||||||
# maildir-windows-compatible = no
|
#maildir-windows-compatible = no
|
||||||
|
|
||||||
|
|
||||||
[Repository LocalExample]
|
[Repository LocalExample]
|
||||||
|
|
||||||
# This is one of the two repositories that you'll work with given the
|
# Each repository requires a "type" declaration. The types supported for
|
||||||
# above example. Each repository requires a "type" declaration.
|
# local repositories are Maildir and IMAP.
|
||||||
#
|
|
||||||
# The types supported are Maildir and IMAP.
|
|
||||||
#
|
|
||||||
|
|
||||||
type = Maildir
|
type = Maildir
|
||||||
|
|
||||||
@ -278,12 +278,12 @@ type = Maildir
|
|||||||
|
|
||||||
localfolders = ~/Test
|
localfolders = ~/Test
|
||||||
|
|
||||||
# You can specify the "path separator character" used for your Maildir
|
# You can specify the "folder separator character" used for your Maildir
|
||||||
# folders. This is inserted in-between the components of the tree.
|
# folders. It is inserted in-between the components of the tree. If you
|
||||||
# It defaults to ".". If you want your Maildir folders to be nested,
|
# want your folders to be nested directories, set it to "/". 'sep' is
|
||||||
# set it to "/".
|
# ignored for IMAP repositories, as it is queried automatically.
|
||||||
|
#
|
||||||
sep = .
|
#sep = .
|
||||||
|
|
||||||
# Some users may not want the atime (last access time) of folders to be
|
# Some users may not want the atime (last access time) of folders to be
|
||||||
# modified by OfflineIMAP. If 'restoreatime' is set to yes, OfflineIMAP
|
# modified by OfflineIMAP. If 'restoreatime' is set to yes, OfflineIMAP
|
||||||
@ -291,11 +291,11 @@ sep = .
|
|||||||
# folder to their original value after each sync.
|
# folder to their original value after each sync.
|
||||||
#
|
#
|
||||||
# In nearly all cases, the default should be fine.
|
# In nearly all cases, the default should be fine.
|
||||||
|
#
|
||||||
|
#restoreatime = no
|
||||||
|
|
||||||
restoreatime = no
|
|
||||||
|
|
||||||
[Repository RemoteExample]
|
[Repository RemoteExample]
|
||||||
|
|
||||||
# And this is the remote repository. We only support IMAP or Gmail here.
|
# And this is the remote repository. We only support IMAP or Gmail here.
|
||||||
|
|
||||||
type = IMAP
|
type = IMAP
|
||||||
|
Loading…
Reference in New Issue
Block a user