From 34a097858801ea7bc8d15ac28b2a51f5a56c6435 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20DOUIN?= Date: Sat, 27 Jan 2024 22:47:06 +0100 Subject: [PATCH] fix dead links and config sample --- README.md | 6 ++---- config.sample.toml | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b186a17..46d65cf 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # 📫 Himalaya [![GitHub release](https://img.shields.io/github/v/release/soywod/himalaya?color=success)](https://github.com/soywod/himalaya/releases/latest) [![Matrix](https://img.shields.io/matrix/pimalaya.himalaya:matrix.org?color=success&label=chat)](https://matrix.to/#/#pimalaya.himalaya:matrix.org) -https://pimalaya.org/himalaya/cli/latest/ - -CLI to manage emails, based on [email-lib](https://crates.io/crates/email-lib). +Welcome to [**Himalaya CLI**](https://pimalaya.org/himalaya/cli/latest/), the Command-Line Interface to manage emails based on [email-lib](https://crates.io/crates/email-lib). ![screenshot](https://github.com/soywod/himalaya/assets/10437171/8a62cf1d-920e-4110-9849-170db6dc51ce) @@ -59,7 +57,7 @@ $ dnf copr enable atim/himalaya $ dnf install himalaya ``` -*See the [documentation](https://pimalaya.org/himalaya/cli/latest/installation/) for other installation methods.* +*See the [documentation](https://pimalaya.org/himalaya/cli/latest/installation.html) for other installation methods.* diff --git a/config.sample.toml b/config.sample.toml index e61c902..98396aa 100644 --- a/config.sample.toml +++ b/config.sample.toml @@ -1,4 +1,6 @@ +# The account name. [example] + # The current account will be used by default for all other commands. default = true @@ -65,9 +67,6 @@ imap.login = "example@localhost" # Encryption can be either "tls" (or true), "start-tls" or "none" (or false). imap.encryption = "none" -# Authentication can be either "passwd" or "oauth2" -imap.auth = "passwd" - # Get password from a raw string (not safe) imap.passwd.raw = "password" @@ -87,7 +86,6 @@ smtp.host = "localhost" smtp.port = 3025 smtp.login = "example@localhost" smtp.encryption = false -smtp.auth = "passwd" smtp.passwd.raw = "password" # PGP needs to be enabled with one of those cargo feature: