Modify ↓
Opened 13 months ago Closed 13 months ago #316 closed bug (fixed)Recipientstring should not search for recipients in a recipient list
DescriptionSummary
Currently when using a recipientstring object (e.g. entering an address in the To: field in the write window) a user can enter an address which is contained in a recipient list in the addressbook. When using this address the recipient list will be used when resolving this address. Steps to reproduce
Expected results
only the address should be added to the recipientstring object Actual results
all recipients of the recipient list are added instead (which is incorrect!) RegressionNotesAttachments (0)Change History (1)comment:1 Changed 13 months ago by thboeckel
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



(In [6017]) * mui/YAMApplication.c: the reply address of recipient lists is now excluded from the address matching process. This closes #316.