From a02806b8d6a41f219a6ab79eb5950ff46ef749d3 Mon Sep 17 00:00:00 2001 From: iequidoo Date: Fri, 29 May 2026 14:40:02 -0300 Subject: [PATCH] refactor: Remove misplaced comment It was added in ff99e1997 "inital commit" and even there it looks misplaced. --- src/message.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/message.rs b/src/message.rs index c07c8b0f7b..306f19258e 100644 --- a/src/message.rs +++ b/src/message.rs @@ -2042,13 +2042,6 @@ pub(crate) async fn update_msg_state( Ok(()) } -// as we do not cut inside words, this results in about 32-42 characters. -// Do not use too long subjects - we add a tag after the subject which gets truncated by the clients otherwise. -// It should also be very clear, the subject is _not_ the whole message. -// The value is also used for CC:-summaries - -// Context functions to work with messages - pub(crate) async fn set_msg_failed( context: &Context, msg: &mut Message,