From 377d5083e6ad61343b390b91fdd70b30b394690a Mon Sep 17 00:00:00 2001 From: Malte Meiboom Date: Mon, 5 Jan 2026 13:34:29 +0100 Subject: [PATCH] Update README (use correct milestones) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1a2b67..32d9200 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ Husk is written in Rust and uses Sequoia PGP for encryption and certificate hand ## Status -Milestone 1 in reached: +Milestone 2 in reached: Husk can encrypt passing mails for simple cases, meaning: - for all recipients of an email, a valid certificate is locally available. - if that is not the case, Husk will not modify the email. -- Husk will not query keyservers (or other sources) for certificates - this is part of milestone 2. +- Husk will not query keyservers (or other sources) for certificates - this is part of milestone 3. Please be patient.