X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/09d71143d787a952fa3d04d947deff845bbd9644..5dc33409e3145c18e8ccdb3a0b3e5112d793fda3:/offlineimap/version.py diff --git a/offlineimap/version.py b/offlineimap/version.py index 36bce80..e95e174 100644 --- a/offlineimap/version.py +++ b/offlineimap/version.py @@ -1,11 +1,11 @@ productname = 'OfflineIMAP' -versionstr = "5.99.0" +versionstr = "5.99.14" 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" @@ -18,7 +18,7 @@ COPYING for details. This is free software, and you are welcome to distribute it under the conditions laid out in COPYING.""" homepage = "http://software.complete.org/offlineimap/" -license = """Copyright (C) 2002 - 2007 John Goerzen +license = """Copyright (C) 2002 - 2008 John Goerzen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -43,7 +43,7 @@ def getcmdhelp(): return """ offlineimap [ -1 ] [ -P profiledir ] [ -a accountlist ] [ -c configfile ] [ -d debugtype[,debugtype...] ] [ -o ] [ - -u interface ] + -u interface ] [ -q ] offlineimap -h | --help @@ -94,9 +94,27 @@ def getcmdhelp(): one else. The maildir option will enable debugging for certain Maildir operations. - -o Run only once, ignoring any autorefresh setting in + -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 + "_" in the section name are replaced with spaces: + for instance, to override option "autorefresh" in + the "[Account Personal]" section in the config file + one would use "-k Account_Personal:autorefresh=30". + + -o Run only once, ignoring any autorefresh setting in the config file. + -q Run only quick synchronizations. Ignore any flag + updates on IMAP servers. + -h, --help Show summary of options.