From 6e1f9720c3641eadbbefa274a551283f25b0c482 Mon Sep 17 00:00:00 2001 From: Gerrit Oomens Date: Sun, 7 Feb 2021 15:35:14 +0100 Subject: [PATCH] Fix weird coloring --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 881c9ab..f7cbb3e 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Follow the instructions to obtain a `refresh_token` file containing an AAD refre ## Step 3: configure OfflineIMAP Edit your `.offlineimaprc` file so that your remote repository section looks like this: -```toml +```ini [Repository Remote] type = IMAP sslcacertfile = @@ -34,4 +34,4 @@ oauth2_request_url = https://login.microsoftonline.com/common/oauth2/v2.0/token oauth2_client_id = oauth2_client_secret = oauth2_refresh_token = -``` \ No newline at end of file +```