-
Notifications
You must be signed in to change notification settings - Fork 47
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
'noname' attachment not hidden in password-protected message #5459
Comments
I'll fix this now. (For me) Test email to use: https://mail.google.com/mail/u/[email protected]/#search/noname/FMfcgxwDrRShslZMMFjPWpzwTJxjhJfr |
Hello @sosnovsky, Could we treat the 'noname' as an attachment type 'hidden'? |
You mean to hide all |
Yes, for all |
For PGP-encrypted messages it should be hidden in some cases too, as some So hiding behavior should depend on |
* add conditional statement for hiding noname attachment * wip: update test * wip: add test for password messages * #5460 hide number of attachments * #5460 add live gmail test * wip: live gmail test * wip: fix incorrect attachment count * pr reviews: fix incorrect number of attachments * bug fix: hide attachment container only when .pgp_pubkey is hidden * pr reviews: include missing test on gmail.ts * wip: revert changes on semaphore.yml * wip: trim blank line * pr reviews: fix bug * wip: live-gmail-test * wip: revert changes on semaphore.yml * pr reviews: fix minor issues * wip: fix test for filename * wip: fix ui for pgp block button
After merging #5445
noname
attachments are not hidden in password-protected messages and2 attachments
label is visible, but it should be hidden too.Need also to add ui test checking that
noname
attachment and this label is hidden in password-protected messages.before
after
The text was updated successfully, but these errors were encountered: