From 40d9c5801605075cd6002eb0405e01a50a61b1b8 Mon Sep 17 00:00:00 2001 From: jgoerzen Date: Wed, 8 Jan 2003 06:02:43 +0100 Subject: [PATCH] /offlineimap/head: changeset 339 --- offlineimap/head/offlineimap.sgml | 56 ++++++++++++++++++++++++++++--- 1 file changed, 52 insertions(+), 4 deletions(-) diff --git a/offlineimap/head/offlineimap.sgml b/offlineimap/head/offlineimap.sgml index 6219aec..99974e6 100644 --- a/offlineimap/head/offlineimap.sgml +++ b/offlineimap/head/offlineimap.sgml @@ -11,7 +11,7 @@
jgoerzen@complete.org
JohnGoerzen - $Date: 2003-01-07 16:45:16 -0600 (Tue, 07 Jan 2003) $ + $Date: 2003-01-07 17:02:43 -0600 (Tue, 07 Jan 2003) $
@@ -291,10 +291,58 @@ cd offlineimap-x.y.z OfflineIMAP arguments - -1 - This is a test - + -1 + Disable most multithreading operations and use + solely a single-connection + sync. This effectively sets the maxsyncaccounts + and all maxconnections configuration file + variables to 1. + + + -P profiledir + Sets &OfflineIMAP; into profile mode. The program + will create profiledir + (it must not already exist). As it runs, Python profiling + information + about each thread is logged into profiledir. Please note: This option + is present for debugging and optimization only, and should NOT be used + unless you have a specific reason to do so. It will significantly + slow program performance, may reduce reliability, and can generate + huge amounts of data. You must use the option when + you use . + + + -a accountlist + Overrides the accounts option + in the general section of the configuration + file. You might use this to exclude certain accounts, or to sync + some accounts that you normally prefer not to. Separate the + accounts by commas, and use no embedded spaces. + + + -c configfile + Specifies a configuration file to use in lieu of + the default, ~/.offlineimaprc. + + + -d debugtype[,...] + Enables debugging for OfflineIMAP. This is useful if + you are trying to track down a malfunction or figure out what is going + on under the hood. I suggest that you use this with + to make the results more sensible. + requires one or more debugtypes, + separated by commas. These define what exactly will be + debugged, and include two options: imap + and maildir. The imap + option will enable IMAP protocol stream and parsing debugging. Note + that the output may contain passwords, so take care to remove that + from the debugging output before sending it to anyone else. The + maildir option will enable debugging for + certain Maildir operations. + + + See Also This is also a test. Foo bar.