summaryrefslogtreecommitdiff
path: root/vagrant/offlineimaprc.example.org
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-10 14:48:26 -0400
committerMicah <micah@leap.se>2016-05-10 14:48:26 -0400
commit86c85582065c391aa13c0b9b397dfd1aa2e2ac7b (patch)
tree7c027409a517d862864bf3650f4a8a66f615162d /vagrant/offlineimaprc.example.org
parent70b1c648b94e6c007b9241a4661f33881e74485f (diff)
parent66b4c6b5ec6fe2f242020845fe92715ae2cdcc1e (diff)
Merge tag '0.8.0'
Release 0.8.0
Diffstat (limited to 'vagrant/offlineimaprc.example.org')
-rw-r--r--vagrant/offlineimaprc.example.org24
1 files changed, 0 insertions, 24 deletions
diff --git a/vagrant/offlineimaprc.example.org b/vagrant/offlineimaprc.example.org
deleted file mode 100644
index 3d119634..00000000
--- a/vagrant/offlineimaprc.example.org
+++ /dev/null
@@ -1,24 +0,0 @@
-# WARNING: Use offlineimap *only* for testing/debugging,
-# because it will save the mails *decrypted* locally to
-# your disk !
-
-[general]
-accounts = testuser@example.org
-
-[Account testuser@example.org]
-localrepository = testuser@example.org_local
-remoterepository = testuser@example.org_remote
-
-[Repository testuser@example.org_local]
-type = Maildir
-localfolders = /tmp/offlineimap.testuser@example.org
-
-[Repository testuser@example.org_remote]
-type = IMAP
-remotehost = localhost
-remoteuser = testuser@example.org
-remoteport = 1984
-ssl = no
-remotepass = every_pw_works_here
-
-