#1484341 closed Bugs (worksforme)
Reply to itself as default user does not display recipient
| Reported by: | skrieg | Owned by: | |
|---|---|---|---|
| Priority: | 1 - Highest | Milestone: | later |
| Component: | Interface | Version: | git-master |
| 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:
- 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)
- Log in roundcube with this new user
- Send a mail to yourself
- Wait for the message to come then click on reply
- The "To:" field is now empty
Change History (4)
comment:1 Changed 6 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
comment:2 Changed 6 years ago by crichardson
- Resolution set to worksforme
- Status changed from new to closed
comment:3 Changed 6 years ago by skrieg
I'm using latest [f15c2686] 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.
comment:4 Changed 6 years ago by oliverl
I can reproduce this (beta2, [f15c2686]), 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?.

it works fine here with svn [02479770] ..
make sure you have $rcmail_configauto_create_user? = TRUE; in your config
and tryed it on my test checkout of svn [9e5d051e] and also works with same cfg