ladybird/Userland/Applications/Mail
Timothy Flynn 02e3633b7f AK: Move FormatParser definition from header to implementation file
This is primarily to be able to remove the GenericLexer include out of
Format.h as well. A subsequent commit will add AK::Result to
GenericLexer, which will cause naming conflicts with other structures
named Result. This can be avoided (for now) by preventing nearly every
file in the system from implicitly including GenericLexer.

Other changes in this commit are to add the GenericLexer include to
files where it is missing.
2021-08-19 23:49:25 +02:00
..
AccountHolder.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
AccountHolder.h Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
CMakeLists.txt Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
InboxModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
InboxModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailboxTreeModel.cpp Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailboxTreeModel.h Everywhere: Replace Model::update() with Model::invalidate() 2021-08-06 19:14:31 +02:00
MailWidget.cpp AK: Move FormatParser definition from header to implementation file 2021-08-19 23:49:25 +02:00
MailWidget.h Mail: Add an e-mail application called Mail 2021-07-24 20:11:28 +04:30
MailWindow.gml Mail: Tweak vertical spacing & margins in main UI layout 2021-08-02 10:13:35 +02:00
main.cpp Mail: Use Window::add_menu instead of Menubar::add_menu 2021-08-02 00:39:15 +02:00