- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Aug 31 2018
Aug 30 2018
https://www.gpg4win.org/version3.1.3.html < beta28 has the fix. If nothing untoward happens this will be the final version to be released tomorrow.
I have to revert the changes. The problem is that with attachments included Outlook must parse the S/MIME Mail. The code I've added to handle the PGP/Inline in GpgOL would result in hidden attachments as Outlook no longer properly parses the S/MIME Mail, we only decrypt the body and so attachments are gone.
I can't reproduce it. I don't get the Properties have changed dialog.
Problems here are:
- The icon theme needs a build tool to generate which is a problem with CMake Crosscompiling.
- Building natively and then packaging the icontheme.rcc would work
- The breeze-icons.rcc must be renamed to icontheme.rcc and copied to <instdir>\bin\data
- index.theme must be in the same place.
- The GpgOLGui would not find icons from that because it would need to link to kicontheme.
- The Kleopatra icon in breeze would need to be patched out as we want to use the old icon for kleopatra.
We have debug output now to show which commands are running.
We have a progress dialog now and only show details on request. I've also fixed a bug that you could trigger learning the keys twice which lead to undefined behavior.
This happens only if GPGME_DEBUG is set to 9 which was accidentally set in my environment. So I've lowered the priority.
It's not super good but now when S/MIME is disabled we also look into the body of S/MIME mails to check for the PGP Inline message marker.
I've tried again with different Versions to rerproduce this issue and I can't reproduce it.
I did not find any differences regarding junk mail. So I believe that this is fixed with T3459
This is done now. Didn't help with crashes but is a good thing anyway IMO.
This is done now.
I had a slight hope that this might help with random crashes as the COM is now under less load but it did not help.
This was fixed by adding a new reference mechanism with cebe6484acaa250858affa3d854ef2b25cecd59f (Where I acidentally mangled the commit message.
Aug 29 2018
We are actually in the final release preparation and just waiting for GnuPG 2.2.10. If everything goes well it will be released this week. If not, next week.
yes
Thanks. I can work with that. It is indeed clearly visible what the "Sent on behalf of" address is. So it makes sense to check that, too.
Yes that would work for me and the pgp key is the right one. Thanks!
Aug 28 2018
Ok! If outlook shows it we should verify it.
With -beta24 the crash on send should also be gone. I've removed the option for the workaround as I expect that it is no longer necessary. (Yeah I'm an Optimist :-P )
Without KEYLIST_MODE_WKD I also can't implement the desired behavior in a MUA using GnuPG.
Why the restriction to keyorg wkd ?
T4026 is a bit related. I'm suprised that the signature check for mailman mails works at all for you ;-)
Thanks for the input. GpgOL should check against what outlook shows as the "From" Address. In your case: What does Outlook show? Is it "info@example.org" or "puppets-bounces" ?