From d542b2496ef37514e7b933f505ebe70d25a15f7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Thu, 14 Dec 2023 22:27:33 +0100 Subject: [PATCH] bump lib, fix config sample typo --- Cargo.lock | 2 +- config.sample.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ab17b8c..c714999 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1246,7 +1246,7 @@ dependencies = [ [[package]] name = "email-lib" version = "0.17.1" -source = "git+https://git.sr.ht/~soywod/pimalaya#29d6c73d444e78d667d3d4d70d3ec2ffc032be6d" +source = "git+https://git.sr.ht/~soywod/pimalaya#9b69f07b6278550d74b8ba5afd2618a57c6225af" dependencies = [ "advisory-lock", "anyhow", diff --git a/config.sample.toml b/config.sample.toml index c0bce7f..3d0b23d 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -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`