]> code.delx.au - offlineimap/blobdiff - offlineimap/version.py
chmod +x offlineimap.py
[offlineimap] / offlineimap / version.py
index 0a46dec015f326e7a82a0d5cfc040dc674d6e02c..01ea23a9ce58ec9245d54741df6fff1ce50cdccc 100644 (file)
@@ -1,11 +1,11 @@
 productname = 'OfflineIMAP'
-versionstr = "5.99.4"
+versionstr = "5.99.7"
 
 versionlist = versionstr.split(".")
 major = versionlist[0]
 minor = versionlist[1]
 patch = versionlist[2]
-copyright = "Copyright (C) 2002 - 2007 John Goerzen"
+copyright = "Copyright (C) 2002 - 2008 John Goerzen"
 author = "John Goerzen"
 author_email = "jgoerzen@complete.org"
 description = "Disconnected Universal IMAP Mail Synchronization/Reader Support"
@@ -94,6 +94,13 @@ def getcmdhelp():
               one else.  The maildir option will enable debugging
               for certain Maildir operations.
 
+       -f foldername[,foldername...]
+              Only sync the specified folders.  The "foldername"s
+              are    the   *untranslated*    foldernames.    This
+              command-line  option  overrides any  "folderfilter"
+              and "folderincludes" options  in the  configuration 
+              file.
+
        -k [section:]option=value
               Override configuration file option.  If"section" is
               omitted, it defaults to "general".  Any underscores