summaryrefslogtreecommitdiff
path: root/base/offlineimaprc
diff options
context:
space:
mode:
authorJesse Morgan <jesse@jesterpm.net>2018-04-12 16:07:07 -0700
committerJesse Morgan <jesse@jesterpm.net>2018-04-12 16:07:07 -0700
commit20a4f6a133c5fbd07a802ca871ff22cfd59a29cc (patch)
treefd62ba47338614cb911e47c3415e1e45635249a2 /base/offlineimaprc
parentbea366fcdfa72910fde029205b677d28646e5dc4 (diff)
Update mail configs
Diffstat (limited to 'base/offlineimaprc')
-rw-r--r--base/offlineimaprc24
1 files changed, 0 insertions, 24 deletions
diff --git a/base/offlineimaprc b/base/offlineimaprc
deleted file mode 100644
index 3a864a4..0000000
--- a/base/offlineimaprc
+++ /dev/null
@@ -1,24 +0,0 @@
-[general]
-accounts = Jesterpm.net
-#pythonfile = ~/.offlineimap/helper.py
-
-[Account Jesterpm.net]
-localrepository = Local
-remoterepository = Remote
-#autorefresh = 5
-status_backend = sqlite
-
-[Repository Local]
-type = Maildir
-localfolders = ~/.maildir
-
-[Repository Remote]
-type = IMAP
-remotehost = californium.jesterpm.net
-remoteusereval = "jesterpm"
-#remotepasseval = mailpasswd("password")
-folderfilter = lambda folder: folder not in ['sent', 'search']
-ssl = yes
-maxconnections = 2
-#holdconnectionopen = false
-#idlefolders = ['INBOX', 'dc206']