diff options
author | varac <varacanero@zeromail.org> | 2015-10-17 14:16:32 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2015-10-17 14:16:32 +0200 |
commit | add63156286e3b89ae38b8f6975e84817f772373 (patch) | |
tree | 376f948f9c76baef5f7b02da7dd446fb94cbead1 /vagrant | |
parent | 20f298c48e6df0908dddea696d972c61b0e88bb8 (diff) |
[feat] Added contrib folder for contributed stuff
- Added a README.md
- added a git commit template
- moved offlineimap example config file from vagrant/ to crontib/
Diffstat (limited to 'vagrant')
-rw-r--r-- | vagrant/offlineimaprc.example.org | 24 |
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 - - |