From: John Goerzen Date: Sat, 7 Jul 2007 00:13:14 +0000 (+0100) Subject: Document MachineUI X-Git-Tag: DEBIAN_offlineimap_5.99.0~10 X-Git-Url: https://code.delx.au/offlineimap/commitdiff_plain/fb50b87b12e39e0db6f0b89476aef6fdf2a5bc94 Document MachineUI --- diff --git a/offlineimap.conf b/offlineimap.conf index e36a44e..b02dba4 100644 --- a/offlineimap.conf +++ b/offlineimap.conf @@ -57,6 +57,8 @@ maxsyncaccounts = 1 # Noninteractive.Basic -- Noninteractive interface suitable for cronning # Noninteractive.Quiet -- Noninteractive interface, generates no output # except for errors. +# Machine.MachineUI -- Interactive interface suitable for machine +# parsing. # # You can override this with a command-line option -u. diff --git a/offlineimap.sgml b/offlineimap.sgml index f0481f7..82b1179 100644 --- a/offlineimap.sgml +++ b/offlineimap.sgml @@ -208,7 +208,7 @@ remoteuser = jgoerzen - You must have Python version 2.2.1 or above installed. + You must have Python version 2.4 or above installed. If you are running on Debian GNU/Linux, this requirement will automatically be taken care of for you. If you do not have Python already, check with @@ -566,6 +566,15 @@ cd offlineimap-x.y.z + + Machine.MachineUI + + Machine.MachineUI generates output in a machine-parsable format. + It is designed for other programs that will interface + to OfflineIMAP. + + +