Files
MozillaThunderbird/thunderbird-silence-no-return.patch
Wolfgang Rosenauer 5257fb9ed3 - Mozilla Thunderbird ESR 140.1.1
Fixed
  * Users with attachments open in tabs saw an error on Thunderbird restart
  * Sending from unified or local folder failed if no default account was set
  * Delete button could remove attachment instead of message
  * Message list scrolled back when returning to mail tab after opening a message

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=833
2025-08-06 18:14:05 +00:00

13 lines
501 B
Diff

Index: thunderbird-128.4.2/comm/mailnews/base/src/MboxMsgInputStream.cpp
===================================================================
--- thunderbird-128.4.2.orig/comm/mailnews/base/src/MboxMsgInputStream.cpp
+++ thunderbird-128.4.2/comm/mailnews/base/src/MboxMsgInputStream.cpp
@@ -263,6 +263,7 @@ class MboxParser {
default:
MOZ_ASSERT_UNREACHABLE(); // should not happen
}
+ return data;
}
// Attempt to parse a "From " line to extract sender and timestamp.