summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--offlineimaprc50
1 files changed, 50 insertions, 0 deletions
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. <anrxc.sysphere.org>
+#
+
+[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']