#5346: Preserve permissions of mbox, MMDF and Babyl mailbox files on flush()
diff --git a/Misc/NEWS b/Misc/NEWS
index 242b8f7..99515c0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -81,6 +81,9 @@
 Library
 -------
 
+- Issue #5346: Preserve permissions of mbox, MMDF and Babyl mailbox
+  files on flush().
+
 - Issue #10571: Fix the "--sign" option of distutils' upload command.
   Patch by Jakub Wilk.