Skip to content

Commit

Permalink
bump lib, fix config sample typo
Browse files Browse the repository at this point in the history
  • Loading branch information
soywod committed Dec 14, 2023
1 parent d6bf407 commit d542b24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions config.sample.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ imap.starttls = false
imap.auth = "passwd" # or oauth2

# Get password from the raw string (not safe)
# imap.passwd.raw = "password"
imap.passwd.raw = "password"

# Get password from a shell command
imap.passwd.cmd = ["echo example-imap-password", "cat"]
# imap.passwd.cmd = "echo password"

# Get password from your system keyring using secret service
# Keyring secrets can be (re)set with the command `account configure example`
Expand Down

0 comments on commit d542b24

Please sign in to comment.