Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
Lastique opened this issue Jun 4, 2024 · 3 comments
Open

Comments

@Lastique
Copy link

Lastique commented Jun 4, 2024

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
Copy link
Collaborator

sdarwin commented Jun 27, 2024

@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
Copy link
Collaborator

gregnewman commented Jun 27, 2024 via email

@sdarwin
Copy link
Collaborator

sdarwin commented Sep 17, 2024

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

  • integrating oauth to boost.io
  • completing front-end enhancements. (the new header seems correct.)
    However, the upgrade is sufficiently error-prone and risky as-is that he likes the idea of proceeding with a basic, stock mailman3. That eliminates the maximum number of extra bugs or problems during an upgrade, when there is enough to worry about.
    So I will probably revert the new header, going back to a standard install. And then I will test other aspects such as upgrading to ubuntu 24.04. Boost.io customizations (dark mode, headers, oauth) would be delayed for a while.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants