diff --git a/src/domain/msg/handler.rs b/src/domain/msg/handler.rs index 05fdb33..7becbe7 100644 --- a/src/domain/msg/handler.rs +++ b/src/domain/msg/handler.rs @@ -221,6 +221,9 @@ pub fn list( Ok(()) } +/// Parse and edit a message from a [mailto] URL string. +/// +/// [mailto]: https://en.wikipedia.org/wiki/Mailto pub fn mailto( url: &Url, account: &Account, @@ -255,8 +258,8 @@ pub fn mailto