summaryrefslogtreecommitdiff
path: root/Userland/Applications/Mail/main.cpp
AgeCommit message (Expand)Author
2022-02-11LibConfig: Rename pledge_domains(String) => pledge_domain(String)Vitaly Dyachkov
2022-01-09Mail: Propagate errors using try_set_main_widget in maincreator1creeper1
2021-12-11Mail: Ask the user if they want to see the mail settingsUndefine
2021-11-28Everywhere: Use default execpromises argument for Core::System::pledgeBrian Gianforcaro
2021-11-23LibCore+LibSystem: Move syscall wrappers from LibSystem to LibCoreAndreas Kling
2021-11-22Everywhere: Use Application::construct() with Main::Arguments directlyMustafa Quraish
2021-11-22Mail: Port to LibMainPascal Puffke
2021-08-28Mail: Add unveilLuke Wilde
2021-08-28Mail: Use LibConfig instead of Core::ConfigFileLuke Wilde
2021-08-02Mail: Use Window::add_menu instead of Menubar::add_menusin-ack
2021-08-01Applications: Remove unused header includesBrian Gianforcaro
2021-07-24Mail: Add an e-mail application called MailLuke