From 46ebe9959f0f199e0a6f5d372361f0a292b6e399 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 30 Mar 2011 01:04:53 +0200 Subject: offlineimap: import the configuration file --- offlineimaprc | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 offlineimaprc diff --git a/offlineimaprc b/offlineimaprc new file mode 100644 index 0000000..629a0ea --- /dev/null +++ b/offlineimaprc @@ -0,0 +1,50 @@ +# +# Offlineimap configuration file, using version 6.3.2 on Arch GNU/Linux +# * Adrian C. +# + +[general] +accounts = Acc1 +#accounts = Acc1 Acc2 +metadata = ~/.offlineimap +maxsyncaccounts = 1 +#ui = Noninteractive.Quiet +ui = Noninteractive.Basic +ignore-readonly = no +socktimeout = 120 +#fsync = true + + +[Account Acc1] +localrepository = Local +remoterepository = Remote +autorefresh = 3 +quick = 10 +#presynchook = imapfilter +#postsynchook = notifysync.sh +#maxsize = 2000000 +#maxage = 3 + + +[Repository Local] +type = Maildir +localfolders = ~/mail +sep = / +#sep = . +restoreatime = no + + +[Repository Remote] +type = IMAP +remotehost = mail.example.org +#ssl = yes +remoteport = 143 +remoteuser = username +#remotepass = password +#reference = Maildir +maxconnections = 1 +holdconnectionopen = no +keepalive = 60 +#expunge = no +subscribedonly = no +#folderfilter = lambda foldername: foldername not in ['Trash'] -- cgit v1.2.3