Roundcube Community Forum

 

Change reply topic from Re:?

Started by derci3, December 22, 2023, 05:50:09 AM

Previous topic - Next topic

derci3

Hi,

I wonder if it is possible to change the reply topic from Re: Topic?

In my country Re: is not a widely used term so I wonder if it is possible to remove 'Re:' or change it to something else somehow?

Best regards
Derci3

JohnDoh

You can set

// List of supported subject prefixes for a message reply
// This list is used to clean the subject when replying or sorting messages
$config['subject_reply_prefixes'] = ['Re:'];

// Prefix to use in subject when replying to a message
$config['response_prefix'] = 'Re:';

in your Roundcube config file.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more...