Roundcube Community Forum

Release Support => Requests => Topic started by: derci3 on December 22, 2023, 05:50:09 AM

Title: Change reply topic from Re:?
Post by: derci3 on December 22, 2023, 05:50:09 AM
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
Title: Re: Change reply topic from Re:?
Post by: JohnDoh on December 23, 2023, 02:02:50 AM
You can set
Code: [Select]
// 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.