Ticket #1484341 (closed Bugs: worksforme)

Opened 3 years ago

Last modified 3 years ago

Reply to itself as default user does not display recipient

Reported by: skrieg Owned by:
Priority: 1 - Highest Milestone: later
Component: Interface Version: svn-trunk
Severity: minor Keywords:
Cc:

Description

The "To:" field is empty when replying to a user who did not specify his Name in the Identity menu.

How to reproduce the bug:

  1. Create a new mail user (or delete the fields of an existing user in "identities" and "users" so that it creates new fields with default values)
  2. Log in roundcube with this new user
  3. Send a mail to yourself
  4. Wait for the message to come then click on reply
  5. The "To:" field is now empty

Change History

Changed 3 years ago by skrieg

  • priority changed from 2 to 1
  • summary changed from Reply to default user does not display recipient to Reply to itself as default user does not display recipient

Changed 3 years ago by crichardson

  • status changed from new to closed
  • resolution set to worksforme

it works fine here with svn r502 .. make sure you have $rcmail_configauto_create_user? = TRUE; in your config

and tryed it on my test checkout of svn r542 and also works with same cfg

Changed 3 years ago by skrieg

I'm using latest r541 with $rcmail_configauto_create_user? = TRUE;

Actually I don't need to do the first step above. Just replying a mail from myself to myself makes the bug.

my modified vars are:

$rcmail_config['enable_caching'] = FALSE;
$rcmail_config['default_host'] = "localhost";
$rcmail_config['locale_string'] = 'fr';
$rcmail_config['session_lifetime'] = 30;

I leave the ticket as closed because i'm alone with this issue.

Changed 3 years ago by oliverl

I can reproduce this (beta2, r541), but I think it is intended: when replying RC removes any recipient addresses which match those in any of the identities. source:/trunk/roundcubemail/program/steps/mail/compose.inc@541#L204

This makes most sense on reply-to-all to prevent you emailing yourself along with the rest of the original message's To/Cc list. But it also happens on a simple reply. You can confirm this by defining another identity and putting in someone else's email address from whom you have a message. If you reply or reply-to-all on their message, you will find their address now missing from To/Cc.

Note: See TracTickets for help on using tickets.