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

Option to provision folderflags from prefs? #12

Open
kvvloten opened this issue Mar 31, 2023 · 0 comments
Open

Option to provision folderflags from prefs? #12

kvvloten opened this issue Mar 31, 2023 · 0 comments

Comments

@kvvloten
Copy link

Folderflags is a really nice way to enhance the user experience, especially for (shared) mailboxes in shared namespaces.
I use MCD/autocofig to provide all per-user settings to TB (including configs of shared namespaces), so that a user never has to set any options before (s)he can work with TB.

MCD/autoconfig updates the settings in prefs(.js) when TB starts. I noticed the folderflags setting is stored in <mailbox>.msf, which is not a place where MCD can apply setings.

Some plugins do use prefs, an example is folderaccount, which does something like this:
user_pref("extensions.folderaccount.addToCcOnReply.imap://<user>@<domain>/INBOX", "");

Would it be possible for folderflags to read the settings from prefs on startup and then apply/sync them to <mailbox>.msf?
That would make it possible for my users to use folderflags without having to configure them manually and give users a better experience for shared namespaces.

-- Kees.

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

1 participant