From 5309afb81dd16ccde81dc3af7111fd5a986caea6 Mon Sep 17 00:00:00 2001 From: Adam Thiede Date: Tue, 1 Aug 2017 05:53:03 -0500 Subject: [PATCH] .offlineimaprc issues with 'personal' config repository personal-local and repository personal-remote were switched so the 'remote' was the maildir section. Simple fix. :) --- .offlineimaprc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.offlineimaprc b/.offlineimaprc index 38739808..bee902e4 100644 --- a/.offlineimaprc +++ b/.offlineimaprc @@ -30,13 +30,13 @@ localfolders = ~/.Mail/Gmail localrepository = personal-local remoterepository = personal-remote -[Repository personal-local] +[Repository personal-remote] type = IMAP remoteuser = USER@DOMAIN.COM remotepass = $PASSWORD remotehost = SERVER-ADDRESS sslcacertfile = /etc/ssl/certs/ca-certificates.crt -[Repository personal-remote] +[Repository personal-local] type = Maildir localfolders = ~/.Mail/Personal