Hi together,
I want to adjust the settings menu to reduce to the options really needed.
The easiest way would be to edit src/postorius/views/list* but I don't think that's a good idea.
So what comes to my mind is to have some variable in the configuration that contains the menu items and - if set - the submenus.
E.g. the following: { 'list_identity': ['!gateway_to_mail', '!gateway_to_news', '!linked_newsgroup', '!newsgroup_moderation', '!nntp_prefix_subject_too' ], 'automatic_responses', 'alter_messages', 'dmarc_mitigations', 'digest', 'message_acceptance', 'archiving', 'subscription_policy', 'bounce_processing' }
would express: default menu and just remove the mentioned items.
Of course, something like ['advertised', 'description', 'info', 'display_name', 'subject_prefix'] would work as well.
Resorting should also be possible, so something like { 'list_identity': ['advertised', 'description', 'info', 'personalize'] } would give a very small list of items to select from.
What do you think about the idea?
Andi