Author Topic: Questions about functionality  (Read 1344 times)

Offline Ferius

  • Newbie
  • *
  • Posts: 1
Questions about functionality
« on: March 06, 2023, 12:01:58 AM »
Hello forum!

Please suggest the following:

1. If you go to Settings -> Settings -> Message display, then there is a switch "Prefer HTML". It is disabled by default. Is it possible to make it so that we can centrally switch the switch to the on state for all users at once?

2. Settings -> Settings -> Create messages. There are options for "Create messages in HTML", the default is "Never". Is it possible to make it so that we can centrally set the "Always" option for all users at once?

3. Settings -> Settings -> Contacts. What does the "Ignore additional addresses in autocomplete" option mean?

4. Settings -> Settings -> Server settings. Option "Compress incoming on exit", what does it mean?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Questions about functionality
« Reply #1 on: March 06, 2023, 01:01:35 PM »
Quote
1. If you go to Settings -> Settings -> Message display, then there is a switch "Prefer HTML". It is disabled by default. Is it possible to make it so that we can centrally switch the switch to the on state for all users at once?
2. Settings -> Settings -> Create messages. There are options for "Create messages in HTML", the default is "Never". Is it possible to make it so that we can centrally set the "Always" option for all users at once?

The moduserprefs.sh script in the bin folder can help.

Code: [Select]
Usage: moduserprefs.sh [options] pref-name [pref-value]
Options:
    --user=user-id User ID in local database
    --config=path  Location of additional configuration file
    --delete       Unset the given preference
    --type=type    Pref-value type: int, bool, string

Because you want to update all users you can omit the --user param so the command would be something like:

Code: [Select]
./moduserprefs.sh prefer_html true

Quote
3. Settings -> Settings -> Contacts. What does the "Ignore additional addresses in autocomplete" option mean?

When looking a a contact via autocomplete on the compose screen only the first email address will be display in the case where the contact has multiple email addresses

Quote
4. Settings -> Settings -> Server settings. Option "Compress incoming on exit", what does it mean?

An Expunge command is executed on logout. It means that messages which are flagged for delete but have not been purged will be purged. And possibly other things.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦