Skip to content

Conversation

@coreycb
Copy link
Contributor

@coreycb coreycb commented Jan 30, 2026

No description provided.

@coreycb coreycb force-pushed the 16.0 branch 2 times, most recently from f4be43c to e54da9c Compare February 2, 2026 20:08
@coreycb
Copy link
Contributor Author

coreycb commented Feb 2, 2026

github actions are having issues so I tested locally:

corey@corey-XPS-17-9730:~/src/thunderbird/tfa/thunderbird-android$ python3 ./scripts/ci/render-notes.py --repository /home/corey/src/thunderbird/thunderbird-notes/ com.fsck.k9 16.0 39032

corey@corey-XPS-17-9730:~/src/thunderbird/tfa/thunderbird-android$ cat app-metadata/com.fsck.k9/en-US/changelogs/39032.txt
K-9 Mail version 16.0

New:
- Default folder expansion behavior can be controlled by setting
- Preferred content type can be switched between text/plain and text/html

Fixed:
- Switching folders required too many clicks
- Fix edge-to-edge issues
- Application crashed at startup
- Application crashed on Pixel 10 Pro when returning to message list
- OAuth SMTP authentication failed with some Microsoft servers

Unresolved:
- Deleted/read messages in unified inbox may not update until refresh

corey@corey-XPS-17-9730:~/src/thunderbird/tfa/thunderbird-android$ cat github_notes
New:
- Default folder expansion behavior can be controlled by setting
- Preferred content type can be switched between text/plain and text/html


Fixed:
- Switching folders required an excessive number of clicks
- Fix various edge-to-edge issues
- Application crashed at startup
- Application crashed on Pixel 10 Pro when returning to message list
- OAuth SMTP authentication failed with some Microsoft servers


Unresolved:
- Deleted/read messages in unified inbox may not update until manual refresh

corey@corey-XPS-17-9730:~/src/thunderbird/tfa/thunderbird-android$ git diff
diff --git a/app-k9mail/src/main/res/raw/changelog_master.xml b/app-k9mail/src/main/res/raw/changelog_master.xml
index 6e341e90ad..5c0de29115 100644
--- a/app-k9mail/src/main/res/raw/changelog_master.xml
+++ b/app-k9mail/src/main/res/raw/changelog_master.xml
@@ -5,6 +5,16 @@
      Locale-specific versions are kept in res/raw-<locale qualifier>/changelog.xml.
 -->
 <changelog>
+    <release version="16.0" versioncode="39032" date="2026-02-02">
+        <change>Default folder expansion behavior can be controlled by setting</change>
+        <change>Preferred content type can be switched between text/plain and text/html</change>
+        <change>Switching folders required an excessive number of clicks</change>
+        <change>Fix various edge-to-edge issues</change>
+        <change>Application crashed at startup</change>
+        <change>Application crashed on Pixel 10 Pro when returning to message list</change>
+        <change>OAuth SMTP authentication failed with some Microsoft servers</change>
+        <change>Deleted/read messages in unified inbox may not update until manual refresh</change>
+    </release>
     <release version="15.0" versioncode="39031" date="2026-01-05">
         <change>Default sync interval has been changed from 60 minutes to 15 minutes</change>
         <change>Use application icon in push notification messages</change>

@coreycb coreycb merged commit a8186c9 into thunderbird:master Feb 2, 2026
1 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants