cppalliance / boost-mailman

Boost Software License 1.0
1 stars 1 forks source link

Replying to a message on the web interface should quote by default #4

Open Lastique opened 4 months ago

Lastique commented 4 months ago

When pressing a Reply link under a message, the UI shows an empty text box to type the reply, with an option to press Quote button above to add the quoted text of the original message. I think, the quoted text should be added by default, as you click on the Reply link.

The message will be eventually sent to a mailing list. Without quoting by default, the current UI encourages the user to not quote anything at all, and such messages are difficult to read in an email client as they are lacking any context. We have a section regarding proper quoting in our discussion guidelines, and it would be nice if the UI helped the user to follow them.

sdarwin commented 3 months ago

@gregnewman is this something you could look into? Have a django config setting HYPERKITTY_REPLY_AUTOQUOTE. If that's True, then clicking "Reply" has the effect of "Reply" + "Quote", and populates the entry field with quoted text. If HYPERKITTY_REPLY_AUTOQUOTE is (False, None, not set, missing) keep the current behavior.

gregnewman commented 3 months ago

Yeah I’ll take a look at this. On Jun 27, 2024, at 4:33 PM, Sam Darwin @.***> wrote: @gregnewman is this something you could look into? Have a django config setting HYPERKITTY_REPLY_AUTOQUOTE. If that's True, then clicking "Reply" has the effect of "Reply" + "Quote", and populates the entry field with quoted text. If HYPERKITTY_REPLY_AUTOQUOTE is (False, None, not set, missing) keep the current behavior.

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

sdarwin commented 1 month ago

@gregnewman , chatting with Vinnie today, if the time is approaching to go live with mailman3, the remaining features are