mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-06-10 11:00:22 +00:00
email: Add shortcut for non-admin users to manage their aliases
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
9d0d7e586c
commit
ad702e1a91
@ -71,6 +71,13 @@ class EmailApp(plinth.app.App):
|
||||
login_required=True)
|
||||
self.add(shortcut)
|
||||
|
||||
shortcut = frontpage.Shortcut(
|
||||
'shortcut-email-aliases', _('My Email Aliases'),
|
||||
short_description=_('Manage Aliases for Mailbox'),
|
||||
icon=info.icon_filename, url=reverse_lazy('email:aliases'),
|
||||
login_required=True)
|
||||
self.add(shortcut)
|
||||
|
||||
# Other likely install conflicts have been discarded:
|
||||
# - msmtp, nullmailer, sendmail don't cause install faults.
|
||||
# - qmail and smail are missing in Bullseye (Not tested,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user