Opened 2 years ago

Closed 23 months ago

Last modified 23 months ago

#1487957 closed Bugs (duplicate)

mail.html missing cols_to

Reported by: roundep Owned by:
Priority: 4 Milestone: 0.6-beta
Component: User Interface Version: 0.5.3
Severity: normal Keywords: list_cols
Cc:

Description

issues:

1) 'to' field is never added to list_col when added inside main.inc.php

2) 'cols_to' does not appear in the mail.html

If the list_col array is empty the "to" is never created in the "list_columns".

$rcmail_config['list_cols'] = array();

And when the array is filled with i.e. 'to' then its not picked up by rcmail because the mail.html does not contain any cols_to.

Adding the 'cols_to' field to the "listcolumns" inside mail.html does allow to pick the field.

<li><input type="checkbox" name="list_col[]" value="to" id="cols_to" /><label for="cols_to"><roundcube:label name="to" /></label></li>

For existing users the database preferences of the user need to be NULL befor this to work again.

Change History (3)

comment:1 Changed 2 years ago by roundep

  • Milestone changed from later to 0.6-beta
  • Priority changed from 5 to 4

Additionaly, the manual sort is still messing up the list_cols after fixing the mail.html.

comment:2 Changed 23 months ago by alec

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #1486891 ?

comment:3 Changed 23 months ago by roundep

Yes...request for for "to:" field is duplicate it seems.

Please consider implementing the feature for users with multiple email addresses/users under 1 account.

Thanks!

Note: See TracTickets for help on using tickets.