Created with: hg log --date "2021-07-01 to 2030-12-31" -v | grep thunderbird-patches > full-changes.txt && hg log -u betterbird >> full-changes.txt --- Based on https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1342809-follow-up-newgroup.patch Based on https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1655244-ctrl-scroll-source.patch https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1693332-decrypt-to-folder.patch From https://github.com/Betterbird/thunderbird-patches/blob/6eb66c74152edf9a4800a17a1f5dc75a383c2fe2/91/bugs/1737730-attachment-list-printing.patch From https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1737730-attachment-list-printing.patch Based on https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1734361-fix-news-charset-issues.patch Based on https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1727938-sort-no-start-date.patch Based on https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/760412-always-show-text-calendar.patch Based on https://github.com/Betterbird/thunderbird-patches/blob/main/91/bugs/1727164-moz-do-not-send.patch changeset: 35020:76b9b11571b1 user: Rachel Martin date: Fri Feb 18 12:49:45 2022 +0200 summary: Bug 1751784 - Re-localise all folder names when locale changes. r=benc changeset: 35008:02c86bd08e63 user: Rachel Martin date: Thu Feb 17 12:28:23 2022 +0200 summary: Bug 1751784 - Re-initialize static C++ variables in nsMsgDBFolder.cpp and nsMsgDBView.cpp when locale changes. r=benc changeset: 34953:e15809d07c87 user: Rachel Martin date: Thu Feb 03 10:29:09 2022 +0100 summary: Bug 1731934 - Only hit messages when preparing images for copying. r=darktrojan changeset: 34923:5090da789272 user: Betterbird date: Sun Feb 06 20:39:02 2022 +0100 summary: Bug 1751461 - Delay cleanup until OnStopCopy() has run to avoid file locking on Windows. r=mkmelin changeset: 34788:1b9aae48e071 user: Rachel Martin date: Mon Jan 17 12:19:09 2022 +0200 summary: Bug 1747977 - Follow-up: Tidy extension handling. r=darktrojan changeset: 34632:00ae85f77818 user: Rachel Martin date: Tue Dec 21 12:11:00 2021 +0200 summary: Bug 1746695 - Fix communication of charset back to window. r=mkmelin changeset: 34631:778b87646604 user: Rachel Martin date: Tue Dec 21 12:10:15 2021 +0200 summary: Bug 1746695 - Improve method and variable names related to charset detection. r=mkmelin changeset: 34563:e5077d2089c9 user: Rachel Martin date: Sun Dec 12 20:22:27 2021 +0100 summary: Bug 1736344 - Remove needless nsIMessenger.setDisplayCharset(). r=darktrojan changeset: 34456:f57258e2c14f user: Betterbird date: Thu Dec 02 12:31:13 2021 +0200 summary: Bug 1743929 - Port bug 1715892 - Unify the intl/locale/DateTimeFormat API into the intl/components/DateTimeFormat. r=darktrojan changeset: 34434:126e11fc097f user: Rachel Martin date: Fri Nov 26 22:43:40 2021 +0100 summary: Bug 1739789 - Change search-related URI APIs and all other remaining ones to AUTF8String. r=mkmelin changeset: 34396:7296008c832d user: Rachel Martin date: Thu Nov 25 12:42:03 2021 +0200 summary: Bug 1739903 - Change filter-related URI APIs to AUTF8String. r=mkmelin changeset: 34391:ced97457c09f user: Rachel Martin date: Mon Nov 22 20:00:08 2021 +0100 summary: Bug 1739814 - Change remaining URI APIs to from raw string to smart string. r=mkmelin changeset: 34372:1b456c77c279 user: Betterbird date: Mon Nov 22 14:31:35 2021 +0100 summary: Bug 1741282 - Always output the attachment list for printing, even if message isn't displayed. r=darktrojan changeset: 34362:829aaf569187 user: Rachel Martin date: Mon Nov 22 12:22:49 2021 +0200 summary: Bug 1739814 - Change more URI APIs to from raw string to smart string. Fixes saving drafts and smart/unified/virtual folders. r=mkmelin changeset: 34334:eba00963c6a0 user: Rachel Martin date: Fri Nov 19 20:23:48 2021 +0200 summary: Bug 1741619 - Change most URI APIs to from raw string to smart string. r=mkmelin changeset: 34333:f1a7bcd6d770 user: Rachel Martin date: Fri Nov 19 20:21:45 2021 +0200 summary: Bug 1741559 - Replace use of nsCString().get() with PromiseFlatCString().get() in mailnews. r=mkmelin changeset: 34304:47afbf2a379e user: Betterbird date: Tue Nov 16 21:58:50 2021 +1300 summary: Bug 1741282 - Always output the attachment list for printing, even if message isn't displayed. r=darktrojan changeset: 33152:76ece33df0c5 user: Betterbird date: Wed Jul 14 13:57:07 2021 +0000 summary: Bug 1663859 - Move all IMAP URI creation onto the main thread. r=mkmelin