From b9a58bf6258d6d5b60d16cd44318f16b61c6318b Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 7 Jan 2024 00:36:42 +0000 Subject: [PATCH] docs: add a link to autoconfig RFC draft This will hopefully replace deleted Mozilla documentation page in the future. --- src/configure/auto_mozilla.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/configure/auto_mozilla.rs b/src/configure/auto_mozilla.rs index 617429f59..aa1d991f2 100644 --- a/src/configure/auto_mozilla.rs +++ b/src/configure/auto_mozilla.rs @@ -1,6 +1,7 @@ //! # Thunderbird's Autoconfiguration implementation //! -//! Documentation: +//! RFC draft: +//! Archived original documentation: use std::io::BufRead; use std::str::FromStr;