From 5309afb81dd16ccde81dc3af7111fd5a986caea6 Mon Sep 17 00:00:00 2001 From: Adam Thiede Date: Tue, 1 Aug 2017 05:53:03 -0500 Subject: [PATCH 1/2] .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 From 36d3ffadbcbed702f872da9747faddfa5cbf7189 Mon Sep 17 00:00:00 2001 From: Kyle Thompson Date: Thu, 31 Aug 2017 22:34:02 -0400 Subject: [PATCH 2/2] Fixed typo --- .config/ranger/ranger.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/ranger/ranger.md b/.config/ranger/ranger.md index 86cd5dbe..93bf16b1 100644 --- a/.config/ranger/ranger.md +++ b/.config/ranger/ranger.md @@ -2,7 +2,7 @@ ## Shortcuts -I've added many folder-specific shortcuts; refer to rc.conf for the specifics, but here's the idea. There are for "verbs:" +I've added many folder-specific shortcuts; refer to rc.conf for the specifics, but here's the idea. There are four "verbs:" + g -- "go or cd" + t -- "new tab"