This is just some static backup of the original site, don't expect every link to work!

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#161 closed defect (fixed)

Reply to self fails

Reported by: Alex O <developer@…> Owned by: rene
Version: 0.5.12 Keywords:
Cc:

Description

When replying to self, the "To:" field is empty. Debug window shows: removed sender from recipients list.

Attachments (2)

reply.log (3.9 KB) - added by Alex O <developer@…> 13 years ago.
Debug log
example.PNG (56.6 KB) - added by Alex O <developer@…> 13 years ago.

Download all attachments as: .zip

Change History (8)

Changed 13 years ago by Alex O <developer@…>

Attachment: reply.log added

Debug log

comment:1 Changed 13 years ago by Alex O <developer@…>

Update: email address autocomplete also fails to work in such cases.

comment:2 Changed 13 years ago by rene

Owner: set to rene
Status: newassigned

Hi Alex,

thanks for the log, yes, that's how the extension handles the reply-case :) means it is for sure no bug but maybe some wrong conception... Usually you wan't reply to yourself, and to get rid of automatically adding a retrieved Identity as a new virtual Identity and targeting the message to the same thing it is made like this. Shouldn't it? Can you describe me a use case to think of a better implementation?

Nice Regards, Rene

comment:3 Changed 13 years ago by Alex O <developer@…>

Let me give you an example...

Changed 13 years ago by Alex O <developer@…>

Attachment: example.PNG added

comment:4 Changed 13 years ago by Alex O <developer@…>

I reply to myself quite a lot since I often use my inbox as a "ToDo?" list, particularly since I access the email both from home and from work.

Why not let TB handle the replies? If you want to change existing functionality, please let it be configurable.

Thanks, Alex.

comment:5 Changed 13 years ago by rene

Resolution: fixed
Status: assignedclosed

Hi Alex,

the Problem giving TB the job to handle that issue is, that TB does not know that this identity (the virtual one) might exist and stays for yourself. I will choose a fixed one, therefore you might run into problems on every reply.

Now implemented a new check which ensures, that if there is not more than one recipient it won't be removed. Beside added a currently hidden option to disable this overall feature of removing any recipient. The option is named "idSelection_removeSmartIdentityFromRecipients" and can be changed with TBs pref editor (set to false to disable). Implemented with [ef65ae72d0a], will be part of 0.6.0pre9.

Nice regards, Rene

comment:6 Changed 13 years ago by Alex O <developer@…>

Thanks, Rene.

I was running into the issue with a static identity.

Also, can you please look into the address auto-complete failures?

Best regards, Alex.

Note: See TracTickets for help on using tickets.