MozillaThunderbird/thunderbird-silence-no-return.patch
Wolfgang Rosenauer 48c0721353 - Mozilla Thunderbird 128.5.1
* Add end of year donation appeal
  * Total message count for favorite folders did not work consistently

- make spec compatible with rpm < 4.17 again
- correct appdata for different desktop filename

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=790
2024-12-03 10:26:37 +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.