-
Notifications
You must be signed in to change notification settings - Fork 294
fix: Fix incorrect flag for MDN sent and hide junk flag used by Thunderbird #12189
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
base: main
Are you sure you want to change the base?
fix: Fix incorrect flag for MDN sent and hide junk flag used by Thunderbird #12189
Conversation
ChristophWurst
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Thanks :)
We'll give this a test soon (I'm looking at @kesselb 👀)
ce9e271 to
66965e8
Compare
|
Thanks for your pr 👍 Please add a mapping, similar to $junk, at: Lines 284 to 295 in 6de0c2a
It's currently using the else block, but the database column is named flag_mdnsent and thus, setting flag_$mdnsent throws an exception. |
512f628 to
e2c49f3
Compare
Good point! I've implemented that.
|
c361723 to
b82198b
Compare
b82198b to
db32f1d
Compare
…rbird Signed-off-by: David Dreschner <github-2017@dreschner.net>
db32f1d to
2af1d92
Compare
This is a follow-up PR from #12187 and fixes the following points that were discovered during development there:
mdnsent->$mdnsent- $ sign was missing). There is no case known to me where this flag is being used without the $ sign (even Thunderbird does it, I've tested that).junkflag without $ sign, which was previously shown to the user as tag. This is being fixed here.