-
-
Notifications
You must be signed in to change notification settings - Fork 2k
thunderbird: add native host support #6292
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
Merged
Merged
Conversation
This file contains hidden or 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
749fdf9
to
7ae3770
Compare
teto
reviewed
Jan 13, 2025
b3d2107
to
b3808e6
Compare
Note: the test case uses a firefox native host but it shouldn't matter since they are packaged the same way for both TB and Firefox.
b3808e6
to
2bbdd93
Compare
khaneliman
approved these changes
Jan 29, 2025
khaneliman
added a commit
to khaneliman/home-manager
that referenced
this pull request
Jan 29, 2025
This reverts commit 608b26d.
khaneliman
added a commit
that referenced
this pull request
Jan 29, 2025
6 tasks
booxter
added a commit
to booxter/home-manager
that referenced
this pull request
Feb 16, 2025
…ix-community#6371) This reverts commit 6fbbfb9. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
tetov
pushed a commit
to tetov/home-manager
that referenced
this pull request
Feb 16, 2025
Note: the test case uses a firefox native host but it shouldn't matter since they are packaged the same way for both TB and Firefox.
tetov
pushed a commit
to tetov/home-manager
that referenced
this pull request
Feb 16, 2025
booxter
added a commit
to booxter/home-manager
that referenced
this pull request
Feb 18, 2025
…ix-community#6371) This reverts commit 6fbbfb9. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
booxter
added a commit
to booxter/home-manager
that referenced
this pull request
Feb 19, 2025
…ix-community#6371) This reverts commit 6fbbfb9. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
booxter
added a commit
to booxter/home-manager
that referenced
this pull request
Feb 21, 2025
…ix-community#6371) This reverts commit 6fbbfb9. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
khaneliman
pushed a commit
that referenced
this pull request
Feb 21, 2025
347Online
pushed a commit
to 347Online/home-manager
that referenced
this pull request
Mar 1, 2025
Note: the test case uses a firefox native host but it shouldn't matter since they are packaged the same way for both TB and Firefox.
347Online
pushed a commit
to 347Online/home-manager
that referenced
this pull request
Mar 1, 2025
347Online
pushed a commit
to 347Online/home-manager
that referenced
this pull request
Mar 1, 2025
…ix-community#6371) This reverts commit 6fbbfb9. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
nfelber
pushed a commit
to nfelber/home-manager
that referenced
this pull request
Mar 19, 2025
Note: the test case uses a firefox native host but it shouldn't matter since they are packaged the same way for both TB and Firefox.
nfelber
pushed a commit
to nfelber/home-manager
that referenced
this pull request
Mar 19, 2025
nfelber
pushed a commit
to nfelber/home-manager
that referenced
this pull request
Mar 19, 2025
…ix-community#6371) This reverts commit 6fbbfb9. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
pasqui23
pushed a commit
to pasqui23/home-manager
that referenced
this pull request
Apr 25, 2025
…ix-community#6371) This reverts commit 6fbbfb9. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
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.
Description
This change allows to enable native hosts modules for Thunderbird, similar to Firefox. For reference, this is how it looks like in nix config.
Checklist
Change is backwards compatible.
Code formatted with
./format
.Code tested through
nix-shell --pure tests -A run.all
ornix develop --ignore-environment .#all
using Flakes.Test cases updated/added. See example.
Commit messages are formatted like
See CONTRIBUTING for more information and recent commit messages for examples.
If this PR adds a new module
Maintainer CC
@d-dervishi @jKarlson