]> code.delx.au - offlineimap/blobdiff - offlineimap.conf
Remove docs from source tree
[offlineimap] / offlineimap.conf
index 3de35fa354aaea63c7ca23152d0ba9d7e5e92882..06f883b599574003bd43225bd68503fd0ad8f268 100644 (file)
@@ -1,5 +1,5 @@
 # Sample configuration file
-# Copyright (C) 2002 John Goerzen
+# Copyright (C) 2002-2005 John Goerzen
 # <jgoerzen@complete.org>
 #
 #    This program is free software; you can redistribute it and/or modify
@@ -188,6 +188,15 @@ localfolders = ~/Test
 
 sep = .
 
+# Some users on *nix platforms may not want the atime (last access
+# time) to be modified by OfflineIMAP.  In these cases, they would
+# want to set restoreatime to yes.  OfflineIMAP will make an effort
+# to not touch the atime if you do that.
+#
+# In most cases, the default of no should be sufficient.
+
+restoreatime = no
+
 [Repository RemoteExample]
 
 # And this is the remote repository.  For now, we only support IMAP here.
@@ -206,7 +215,7 @@ ssl = yes
 # Specify the remote user name.
 remoteuser = username
 
-# There are three ways to specify the password for the remote IMAP
+# There are four ways to specify the password for the remote IMAP
 # server:
 #
 # 1. No password at all specified in the config file.  You will
@@ -288,6 +297,11 @@ holdconnectionopen = no
 #
 # nametrans = lambda foldername: re.sub('^INBOX\.', '', foldername)
 
+# Using Courier remotely and want to duplicate its mailbox naming
+# locally?  Try this:
+#
+# nametrans = lambda foldername: re.sub('^INBOX\.*', '.', foldername)
+
 # You can specify which folders to sync.  You can do it several ways.
 # I'll provide some examples.  The folderfilter operates on the
 # *UNTRANSLATED* name, if you specify nametrans.  It should return