thunderbird / thunderbird/thunderbird-android
Donation Appeal — Migrate K9 Preferences to Config Store
Open
@dani-zilla is already working on this.
Since Sep 17, 2026.
tb-team
- Dominant language
- Kotlin
- Stars
- 14k
- Forks
- 2.8k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 57
Description
The original donation appeal stored variables in K9.kt, a class we're moving away from. During this project, a new config store was created for storing data related to the new donation appeal. However, the logic for displaying this view still relies on the storage coming from k9.kt.
This is a stretch goal. We will likely release the donation appeal feature before we complete this.
AC:
- Move the donation appeal/funding preferences from k9.kt to the
FundingConfigStoreimplementation. - Create a migration to pull in the old data for new users
- Create tests for both the migration and the new values in the funding config store
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.