-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat: Refresh snooze after action #2223
Merged
KevinBoulongne
merged 2 commits into
snooze-feature-branch
from
refresh-snooze-after-action
Mar 11, 2025
Merged
feat: Refresh snooze after action #2223
KevinBoulongne
merged 2 commits into
snooze-feature-branch
from
refresh-snooze-after-action
Mar 11, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6909d11
to
ae26455
Compare
b1042da
to
2b7f41d
Compare
2b7f41d
to
e7ea42e
Compare
ae26455
to
abb7b41
Compare
e7ea42e
to
332316b
Compare
abb7b41
to
596b66e
Compare
332316b
to
e49d531
Compare
596b66e
to
dad78c5
Compare
e49d531
to
b95d1b0
Compare
dad78c5
to
1b11c8c
Compare
b95d1b0
to
f203493
Compare
1b11c8c
to
f0a8c9f
Compare
58617df
to
fc73910
Compare
d1d7d61
to
6a51854
Compare
0b40d83
to
2172c7b
Compare
6a51854
to
68ea208
Compare
KevinBoulongne
requested changes
Mar 7, 2025
app/src/main/java/com/infomaniak/mail/utils/extensions/Extensions.kt
Outdated
Show resolved
Hide resolved
b0053f3
to
6b21ef2
Compare
68ea208
to
fc91ad3
Compare
6b21ef2
to
5a5601e
Compare
fc91ad3
to
d063bea
Compare
528fa95
to
3c96f33
Compare
d063bea
to
dd29930
Compare
KevinBoulongne
approved these changes
Mar 11, 2025
db24cc1
to
d90b818
Compare
Base automatically changed from
message-initLocalValues
to
snooze-feature-branch
March 11, 2025 12:16
This PR/issue depends on:
|
d90b818
to
bca8f74
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Don't forget to refresh the snooze folder after an action has been triggered on an inbox message. By default, this wasn't working because it wasn't ever expected that message with a uid of a folder might want to refresh other folders.
Also, do we want to rename variables of the new ImpactedFolder type?
Depends on #2236