Skip to content

Commit

Permalink
doc: Fix outdated config file description
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Jan 30, 2024
1 parent 6c8b0a1 commit a0ad8d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This project is inspired by the yearly 'Spotify Wrapped', which is a summary of
The configuration file is written in [TOML](https://toml.io). To login to your E-Mail account, you need to provide the following information:

```toml
[mail.login]
[server]
# The IMAP server to connect to (you can find this information in your E-Mail client)
server = "my.mail.server"
# The port to connect to
Expand All @@ -41,7 +41,7 @@ port = 993
The configure which E-Mails to search for and fetch, you need to provide the following information:

```toml
[mail.fetch]
[server]
# The mailboxes to fetch from the WRs you sent,
# you can also run `cargo run mailboxes` to get a list of all mailboxes you have.
wr_mailboxes = ["Sent", "Sent Messages"]
Expand Down

0 comments on commit a0ad8d2

Please sign in to comment.