Support maildir for windows
That makes OfflineIMAP to use exclamation mark (!) instead of colon for storing messages. Such files can be written to windows partitions. But you will probably loose compatibility with other programs trying to read the same Maildir. Signed-off-by: Vladimir Marek <vladimir.marek@oracle.com> Reviewed-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:

committed by
Nicolas Sebrecht

parent
beef888ed7
commit
6995eeb92e
@ -239,6 +239,16 @@ remoterepository = RemoteExample
|
||||
|
||||
# maxage = 3
|
||||
|
||||
|
||||
# Maildir format uses colon (:) separator between uniq name and info.
|
||||
# Unfortunatelly colon is not allowed character in windows file name. If you
|
||||
# enable maildir-windows-compatible option, offlineimap will be able to store
|
||||
# messages on windows drive, but you will probably loose compatibility with
|
||||
# other programs working with the maildir
|
||||
|
||||
# maildir-windows-compatible = no
|
||||
|
||||
|
||||
[Repository LocalExample]
|
||||
|
||||
# This is one of the two repositories that you'll work with given the
|
||||
|
Reference in New Issue
Block a user