Fix weird coloring

This commit is contained in:
Gerrit Oomens 2021-02-07 15:35:14 +01:00 committed by GitHub
parent 0f42bc7759
commit 6e1f9720c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = <path to CA certificates>
@ -34,4 +34,4 @@ oauth2_request_url = https://login.microsoftonline.com/common/oauth2/v2.0/token
oauth2_client_id = <the client ID from step 1>
oauth2_client_secret = <the client secret from step 1>
oauth2_refresh_token = <the contents of the refresh_token file from step 2>
```
```