]> code.delx.au - offlineimap/commitdiff
Resolve conflict
authorJohn Goerzen <jgoerzen@complete.org>
Sat, 13 Oct 2007 06:07:30 +0000 (07:07 +0100)
committerJohn Goerzen <jgoerzen@complete.org>
Sat, 13 Oct 2007 06:07:30 +0000 (07:07 +0100)
1  2 
offlineimap.conf

diff --combined offlineimap.conf
index b02dba4ce69b0de26cd1da192eb47e4914c86fbe,cdba6a745e26e08caeac327b9738959c8a707068..4351d0d531a57ce34fb150556b4a6d1ee17cd5ff
@@@ -51,18 -51,18 +51,18 @@@ maxsyncaccounts = 
  # fails, the second, and so forth.
  #
  # The pre-defined options are:
 -# Tk.Blinkenlights -- A graphical interface, shows LEDs and a single log
 -# Tk.VerboseUI -- A graphical interface, shows logs per thread
  # Curses.Blinkenlights -- A text-based (terminal) interface similar to
  # Tk.Blinkenlights
  # TTY.TTYUI -- a text-based (terminal) interface
  # 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.
  
 -ui = Tk.Blinkenlights, Tk.VerboseUI, Curses.Blinkenlights, TTY.TTYUI,
 +ui = Curses.Blinkenlights, TTY.TTYUI,
       Noninteractive.Basic, Noninteractive.Quiet
  
  # If you try to synchronize messages to a read-only folder,
@@@ -85,19 -85,6 +85,19 @@@ ignore-readonly = n
  # pythonfile = ~/.offlineimap.py
  #
  
 +# By default, OfflineIMAP will not exit due to a network error until
 +# the operating system returns an error code.  Operating systems can sometimes
 +# take forever to notice this.  Here you can activate a timeout on the
 +# socket.  This timeout applies to individual socket reads and writes,
 +# not to an overall sync operation.  You could perfectly well have a 30s
 +# timeout here and your sync still take minutes.
 +#
 +# Values in the 30-120 second range are reasonable.
 +#
 +# The default is to have no timeout beyond the OS.  Times are given in seconds.
 +#
 +# socktimeout = 60
 +
  ##################################################
  # Mailbox name recorder
  ##################################################
@@@ -129,6 -116,37 +129,11 @@@ footer = "\n
  # Note that this filter can be used only to further restrict mbnames
  # to a subset of folders that pass the account's folderfilter.
  
 -##################################################
 -# Blinkenlights configuration
 -##################################################
 -
 -[ui.Tk.Blinkenlights]
 -
 -# Specifies the default number of lines in the log.
 -
 -loglines = 5
 -
 -# Specifies how many lines are in the scrollback log buffer.
 -
 -bufferlines = 500
 -
 -# If true, says that the log should be enabled by default.
 -# Otherwise, you have to click "Show Log" to enable the log.
 -
 -showlog = false
 -
 -# Sets the font information.
 -
 -fontfamily = Helvetica
 -fontsize = 8
 -
+ [ui.Curses.Blinkenlights]
 -
 -# Character used to indicate thread status, in place of
 -# the LEDs from Tk.Blinkenlights
++# Character used to indicate thread status.
+ statuschar = .
  ##################################################
  # Accounts
  ##################################################