X-Git-Url: https://code.delx.au/offlineimap/blobdiff_plain/f0d48365cf737c75cceb2f4a751c3f8ec88f3063..3305d8cd4d01a877a044412a6eda94dbbfd5ad56:/offlineimap.conf diff --git a/offlineimap.conf b/offlineimap.conf index e36a44e..ce6d17b 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. @@ -127,6 +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. +[ui.Curses.Blinkenlights] +# Character used to indicate thread status. + +statuschar = . + ################################################## # Accounts ################################################## @@ -152,6 +159,16 @@ remoterepository = RemoteExample # autorefresh = 5 +# You can tell offlineimap to do a number of quicker synchronizations +# between full updates. A quick synchronization only synchronizes +# if a Maildir folder has changed, or if an IMAP folder has received +# new messages or had messages deleted. It does not update if the +# only changes were to IMAP flags. Specify 0 to never do quick updates, +# -1 to always do quick updates, or a positive integer to do that many +# quick updates between each full synchronization (requires autorefresh). + +# quick = 10 + [Repository LocalExample] # This is one of the two repositories that you'll work with given the