Author Topic: Change reply topic from Re:?  (Read 1707 times)

Offline derci3

  • Newbie
  • *
  • Posts: 1
Change reply topic from Re:?
« 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

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,855
Re: Change reply topic from Re:?
« Reply #1 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.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦