We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
Instead of changing name, the maillist will disappear permanently.
The cause is in ui/edit_maillists.lua:62 - a maillist is deleted after it's updated (mail.update_maillist() already removes the old list entry).
The text was updated successfully, but these errors were encountered:
fix for bugs mt-mods#135 and mt-mods#136
65ec90c
fix for bugs #135 and #136 (#137)
fcca0b7
* fix for bugs #135 and #136 * Fix indentation in ui/compose.lua Co-authored-by: SX <[email protected]> --------- Co-authored-by: Athozus <[email protected]> Co-authored-by: SX <[email protected]>
Successfully merging a pull request may close this issue.
How to reproduce:
Instead of changing name, the maillist will disappear permanently.
The cause is in ui/edit_maillists.lua:62 - a maillist is deleted after it's updated (mail.update_maillist() already removes the old list entry).
The text was updated successfully, but these errors were encountered: