Author Topic: Return receipt and Delivery status notification options  (Read 2538 times)

Offline rokj

  • Jr. Member
  • **
  • Posts: 12
Return receipt and Delivery status notification options
« on: March 23, 2020, 04:29:44 AM »
Where can user set Return receipt and Delivery status notification in Roundcube 1.4.3?

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Return receipt and Delivery status notification options
« Reply #1 on: March 23, 2020, 01:09:12 PM »
When using the Elastic skin these options are in the Options and Attachments panel on the right hand side of the screen. If this panel is not visible then click the 3 dots in the top right corner and select Options and Attachments from the menu.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline rokj

  • Jr. Member
  • **
  • Posts: 12
Re: Return receipt and Delivery status notification options
« Reply #2 on: March 23, 2020, 03:17:11 PM »
I only see this options.


Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Return receipt and Delivery status notification options
« Reply #3 on: March 23, 2020, 04:07:44 PM »
What do you have in your dont_override config?
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline rokj

  • Jr. Member
  • **
  • Posts: 12
Re: Return receipt and Delivery status notification options
« Reply #4 on: March 23, 2020, 04:26:16 PM »
Code: [Select]
$config['dont_override'] = array('timezone', 'dst_active', 'prettydate', 'mime_param_folding', 'mdn_requests', 'check_all_folders', 'show_images', 'inline_images', 'index_sort', 'top_posting', 'strip_existing_sig', 'sig_above', 'show_sig', 'force_7bit', 'def    ault_charset', 'delete_always', 'mdn_default', 'dsn_default', 'reply_same_folder', 'default_addressbook', 'autocomplete_single', 'addressbook_name_listing', 'forward_attachment', 'addressbook_pagesize');

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Return receipt and Delivery status notification options
« Reply #5 on: March 23, 2020, 04:34:49 PM »
The options are hidden because you have mdn_default and dsn_default in dont_override.
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline rokj

  • Jr. Member
  • **
  • Posts: 12
Re: Return receipt and Delivery status notification options
« Reply #6 on: March 23, 2020, 04:45:31 PM »
Thx.