1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-14 09:04:59 +00:00
serenity/Userland/Applications/Mail
Ali Mohammad Pur aeee98b3a1 AK+Everywhere: Remove the null state of DeprecatedString
This commit removes DeprecatedString's "null" state, and replaces all
its users with one of the following:
- A normal, empty DeprecatedString
- Optional<DeprecatedString>

Note that null states of DeprecatedFlyString/StringView/etc are *not*
affected by this commit. However, DeprecatedString::empty() is now
considered equal to a null StringView.
2023-10-13 18:33:21 +03:30
..
AccountHolder.cpp Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
AccountHolder.h Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
CMakeLists.txt Meta: Rename compile_gml to stringify_gml 2023-08-11 21:33:48 +02:00
InboxModel.cpp Mail: Make Date the first column 2023-08-31 11:53:34 +02:00
InboxModel.h Mail: Make Date the first column 2023-08-31 11:53:34 +02:00
MailboxTreeModel.cpp Mail: Fix crash caused by migration from NonnullRefPtrVector 2023-07-05 11:39:27 +02:00
MailboxTreeModel.h Applications: Use default constructors/destructors 2022-02-14 22:06:55 +00:00
MailWidget.cpp AK+Everywhere: Remove the null state of DeprecatedString 2023-10-13 18:33:21 +03:30
MailWidget.h Mail: Allow sorting columns 2023-08-31 11:53:34 +02:00
MailWindow.gml Applications+DevTools: Remove fixed sizes from Splitters 2022-08-30 16:28:44 +01:00
main.cpp Userland: Remember window state of productivity / editor applications 2023-09-24 20:00:00 -06:00