Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QF tab associated identity: overwrite of recipients by To address(es) even in reply mode #92

Closed
macdeport opened this issue Dec 30, 2020 · 3 comments

Comments

@macdeport
Copy link

qf-advanced-properties-to-parameter

@RealRaven2000
Copy link
Owner

Try this quick fix:
QuickFolders-wx-5.1.1pre5.zip

It avoids setting the "to address" for the following case:

gMsgCompose.type == msgComposeType.Reply
gMsgCompose.type == msgComposeType.ReplyAll
gMsgCompose.type == msgComposeType.ReplyToSender
gMsgCompose.type == msgComposeType.ReplyToGroup
gMsgCompose.type == msgComposeType.ReplyToSenderAndGroup
gMsgCompose.type == msgComposeType.ReplyToList

@macdeport
Copy link
Author

macdeport commented Dec 30, 2020

Issue #92 fixed except (in version QuickFolders-wx-5.2pre8.zip) in case of reply/replyall from is taken from mail in place of QF identity.

In extenso with for 2 examples of mails with two different identities of me:
QF enable
Advanced Properties

From: Me 2 me2@mmm.net
To: Xxx xxx@yyyy.com, Zzz zzz@yyyy.com

  • selected mail 1:

From: AUTO auto@auto.com
To: Me 1 me1@mmm.net

Reply:
From: Me 2 me2@mmm.net
To: AUTO auto@auto.com

Forward:
From: Me 2 me2@mmm.net
To: Xxx xxx@yyyy.com, Zzz zzz@yyyy.com

  • selected mail 2:

From: Morgan xxx@morgan.com
To: me2@mmm.net

Reply:
From: me2@mmm.net <= curious! (Need to be Me 2 me2@mmm.net)
To: Morgan xxx@morgan.com

Forward:
From: Me 2 me2@mmm.net
To: Xxx xxx@yyyy.com, Zzz zzz@yyyy.com

QF disable

  • selected mail 1:

From: AUTO auto@auto.com
To: Me 1 me1@mmm.net

Reply:
From: Me 1 me1@mmm.net
To: AUTO auto@auto.com

Forward:
From: Me 1 me1@mmm.net
To:

  • selected mail 2:

From: Morgan xxx@morgan.com
To: me2@mmm.net

Reply:
From: me2@mmm.net
To: Morgan xxx@morgan.com

Forward:
From: Me 2 me2@mmm.net
To:

@RealRaven2000
Copy link
Owner

Addressed in Release 5.2 (published on 22/01/2021)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants