mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 01:16:01 +03:00
[PR #1256] [MERGED] Added new option to create an alias on mailbox rename. #2168
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#2168
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/modoboa/modoboa/pull/1256
Author: @tonioo
Created: 9/29/2017
Status: ✅ Merged
Merged: 9/29/2017
Merged by: @tonioo
Base:
master← Head:feature/create_alias_on_mb_rename📝 Commits (2)
5692bafAdded new option to create an alias on mailbox rename.34dd70dFixed unit test.📊 Changes
9 files changed (+160 additions, -4 deletions)
View changed files
📝
modoboa/admin/app_settings.py(+8 -0)📝
modoboa/admin/forms/account.py(+12 -0)📝
modoboa/admin/handlers.py(+6 -0)📝
modoboa/admin/static/admin/js/admin.js(+27 -3)➕
modoboa/admin/templates/admin/index.html(+29 -0)📝
modoboa/admin/templates/admin/mailform.html(+3 -0)📝
modoboa/admin/tests/test_account.py(+72 -0)📝
modoboa/core/tests/test_views.py(+2 -1)📝
modoboa/static/js/autocompleter.js(+1 -0)📄 Description
see #1250
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.